/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Wouter van Heyst
  • Date: 2006-07-09 20:12:49 UTC
  • mto: This revision was merged to the branch mainline in revision 1852.
  • Revision ID: larstiq@larstiq.dyndns.org-20060709201249-91fa66f6001eb965
Don't fail on 'bzr mv', extract move tests from OldTests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
375
375
    encoding_type = 'replace'
376
376
 
377
377
    def run(self, names_list):
 
378
        if names_list is None:
 
379
            names_list = []
 
380
 
378
381
        if len(names_list) < 2:
379
382
            raise BzrCommandError("missing file argument")
380
383
        tree, rel_names = tree_files(names_list)