summaryrefslogtreecommitdiff
path: root/branch_updater.py
Commit message (Expand)AuthorAgeFilesLines
* Import helper functions that have been removed from python-fastimport.Jelmer Vernooij2014-05-151-1/+1
* The get_ancestry() method was removed from bzr sometime in the past.Zygmunt Krynicki2012-12-031-1/+2
* 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
* 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 splitting...Jelmer Vernooij2010-09-031-4/+9
* 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
* 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