~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Robert Collins
  • Date: 2005-10-08 08:45:42 UTC
  • Revision ID: robertc@robertcollins.net-20051008084542-48ea5a99756f970e
add rm alias to remove

Show diffs side-by-side

added added

removed removed

Lines of Context:
475
475
    """
476
476
    takes_args = ['file+']
477
477
    takes_options = ['verbose']
 
478
    aliases = ['rm']
478
479
    
479
480
    def run(self, file_list, verbose=False):
480
481
        b = Branch.open_containing(file_list[0])