~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to fetch_ghosts.py

  • Committer: Aaron Bentley
  • Date: 2006-03-16 05:48:38 UTC
  • mfrom: (321.2.5 bzrtools)
  • Revision ID: aaron.bentley@utoronto.ca-20060316054838-a59dfe944c17b493
Got push working with new-format branches

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
        this_branch.unlock()
64
64
 
65
65
    if not no_fix and len(installed) > 0:
66
 
        from bzrlib.builtins import cmd_reconcile
67
 
        cmd_reconcile().run(".")
 
66
        from reweave_inventory import cmd_fix
 
67
        cmd_fix().run(".")
68
68
        
69
69
def iter_ghosts(branch):
70
70
    """Find all ancestors that aren't stored in this branch."""