~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: John Arbash Meinel
  • Date: 2006-01-06 03:52:09 UTC
  • mto: (1685.1.1 bzr-encoding)
  • mto: This revision was merged to the branch mainline in revision 1752.
  • Revision ID: john@arbash-meinel.com-20060106035209-577e3ef1d090ef83
bzr mv should succeed even if it can't display the paths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
372
372
    Files cannot be moved between branches.
373
373
    """
374
374
    takes_args = ['names*']
 
375
    encoding_type = 'replace'
 
376
 
375
377
    def run(self, names_list):
376
378
        if len(names_list) < 2:
377
379
            raise BzrCommandError("missing file argument")