~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Robert Collins
  • Date: 2005-10-10 23:18:27 UTC
  • mfrom: (1437)
  • mto: This revision was merged to the branch mainline in revision 1438.
  • Revision ID: robertc@robertcollins.net-20051010231827-f9e2dda2e92bf565
mergeĀ fromĀ upstream

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])