/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to upgrade.py

  • Committer: Jelmer Vernooij
  • Date: 2009-02-15 01:34:16 UTC
  • mto: (0.436.139 foreign)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@samba.org-20090215013416-mmu844aamvlqefey
Fix typo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
 
146
146
 
147
147
def upgrade_tags(tags, repository, foreign_repository, new_mapping, 
148
 
                 allow_changes=False, verbose=False, branch_renames=None,m
 
148
                 allow_changes=False, verbose=False, branch_renames=None,
149
149
                 branch_ancestry=None):
150
150
    """Upgrade a tags dictionary."""
151
151
    renames = {}