summaryrefslogtreecommitdiff
path: root/branch_mapper.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove old FSF address. Thanks Dan Callaghan.Jelmer Vernooij2011-10-061-2/+1
|
* Make BranchMapper just map one name per call.Max Bowsher2009-11-041-23/+17
| | | | Move building a dict to the one callsite which actually wants that.
* Remove unused and unimplemented BranchMapper.bzr_to_git, and update docstring.Max Bowsher2009-11-041-9/+2
|
* Avoid spurious 'git-' being prefixed on branches whose names happen to end ↵Max Bowsher2009-11-041-1/+9
| | | | | | with 'trunk', by tightening logic in BranchMapper._git_to_bzr_name. Also document.
* handle git ref names with slashes in themIan Clatworthy2009-10-221-2/+6
|
* nicer and round-trippable mapping of git ref names to bzr branch namesIan Clatworthy2009-02-251-0/+59