/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/workingtree_4.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-11-13 18:39:31 UTC
  • mfrom: (2967.3.7 85237)
  • Revision ID: pqm@pqm.ubuntu.com-20071113183931-av8ih92ad65slodl
(Daniel Watkins) improve the message when recommending 'move --after', (bug #85237)

Show diffs side-by-side

added added

removed removed

Lines of Context:
720
720
                if from_missing: # implicitly just update our path mapping
721
721
                    move_file = False
722
722
                elif not after:
723
 
                    raise errors.RenameFailedFilesExist(from_rel, to_rel,
724
 
                        extra="(Use --after to update the Bazaar id)")
 
723
                    raise errors.RenameFailedFilesExist(from_rel, to_rel)
725
724
 
726
725
            rollbacks = []
727
726
            def rollback_rename():