~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to reweave_inventory.py

  • Committer: Aaron Bentley
  • Date: 2005-11-09 20:48:24 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20051109204824-ad8771b15f74b6f6
Renamed force-reweave-inventory to fix

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."""