~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to reweave_inventory.py

  • Committer: Daniel Silverstone
  • Date: 2005-11-10 18:08:20 UTC
  • mfrom: (278 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 279.
  • Revision ID: daniel.silverstone@canonical.com-20051110180820-6990ef6c382cd1c1
Merge in from aaron

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
import os
35
35
 
36
 
class cmd_force_reweave_inventory(Command):
 
36
class cmd_fix(Command):
37
37
    """Force-reweave the inventory in this branch.
38
38
 
39
39
    The branch URL *MUST* be on the local filesystem."""