/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: John Arbash Meinel
  • Date: 2006-09-14 21:02:10 UTC
  • mto: (4916.1.1 45719-update-r)
  • mto: This revision was merged to the branch mainline in revision 4923.
  • Revision ID: john@arbash-meinel.com-20060914210210-1be3d56f5cd4b395
minor whitespace cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
855
855
                conflicts = tree.update(rev, old_tip)
856
856
            except errors.NoSuchRevision, e:
857
857
                raise BzrCommandError("branch has no revision %s\n"
858
 
                                      "bzr update --revision works only for a revision in the branch history"
 
858
                                      "bzr update --revision only works"
 
859
                                      " for a revision in the branch history"
859
860
                                      % (e.revision))
860
861
            revno = branch.revision_id_to_revno(tree.last_revision())
861
862
            note('Updated to revision %d.' % (revno,))