~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-02-15 18:14:16 UTC
  • mfrom: (2290.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070215181416-864dbe690a0f3da8
(John Arbash Meinel) make 'bzr remove-tree' a non-hidden command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
    this will refuse to run against one.
238
238
    """
239
239
 
240
 
    hidden = True
241
 
 
242
240
    takes_args = ['location?']
243
241
 
244
242
    def run(self, location='.'):