summaryrefslogtreecommitdiff
path: root/branch_updater.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove old FSF address. Thanks Dan Callaghan.Jelmer Vernooij2011-10-061-2/+1
|
* Avoid deprecated Repository.iter_reverse_revision_history.Jelmer Vernooij2011-07-201-2/+6
|
* error has been renamed to show_error.Jelmer Vernooij2011-07-201-2/+2
|
* Use lookup functions for committish.Jelmer Vernooij2011-02-011-4/+3
|
* Add a bunch of mark id normalization.termie2011-01-301-0/+1
| | | | | | | | bzr-fastimport is getting marks from a variety of sources, all of which us the format ':\d+' but it really wants just the raw number internally. This patch cleans up the symptoms of many places where this normalization was not occuring.
* Check for availability of fastimport before running tests.Jelmer Vernooij2010-10-151-3/+1
|
* Split out fastimport, import it from the system.Jelmer Vernooij2010-09-031-1/+1
|
* Move pure-fastimport code into its own directory, in preparation of ↵Jelmer Vernooij2010-09-031-4/+9
| | | | splitting it into a separate package.
* Store the BranchMapper in the CacheManager so it can be got from other places.Max Bowsher2009-11-041-3/+1
|
* Make BranchMapper just map one name per call.Max Bowsher2009-11-041-1/+3
| | | | Move building a dict to the one callsite which actually wants that.
* Handle multi-level branchesIan Clatworthy2009-10-261-2/+5
|
* Merge fix for tags off the mainlineIan Clatworthy2009-10-121-1/+2
|\
| * Store tags on entire branch ancestry, not just left-hand ancestry.Max Bowsher2009-10-101-1/+2
|/
* Update the working tree for trunk implicitlyIan Clatworthy2009-08-171-7/+15
|
* Smarter selection of branch format based on shared repository formatIan Clatworthy2009-08-071-1/+4
|
* Add missing importLars Hoss2009-07-021-1/+1
|
* nicer and round-trippable mapping of git ref names to bzr branch namesIan Clatworthy2009-02-251-24/+7
|
* move GenericBranchUpdater into its own moduleIan Clatworthy2009-02-181-0/+176