~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-05-30 01:46:48 UTC
  • Revision ID: mbp@sourcefrog.net-20050530014648-9823996d757b65eb
cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1025
1025
        statcache.update_cache(b.base, b.read_working_inventory())
1026
1026
 
1027
1027
 
1028
 
######################################################################
1029
 
# main routine
1030
 
 
1031
1028
 
1032
1029
# list of all available options; the rhs can be either None for an
1033
1030
# option that takes no argument, or a constructor function that checks