~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2009-12-22 06:39:50 UTC
  • mto: This revision was merged to the branch mainline in revision 4923.
  • Revision ID: mbp@sourcefrog.net-20091222063950-r21crwrh5hc33v9a
Put branch location back into no-changes update message

Show diffs side-by-side

added added

removed removed

Lines of Context:
1435
1435
                rev = branch.last_revision()
1436
1436
            if rev == _mod_revision.ensure_null(tree.last_revision()):
1437
1437
                revno = branch.revision_id_to_revno(rev)
1438
 
                # XXX: Should say which branch it's up to date with
1439
 
                note("Tree is up to date at revision %d." %
1440
 
                    (revno, ))
 
1438
                note("Tree is up to date at revision %d of branch %s" %
 
1439
                    (revno, branch_location))
1441
1440
                return 0
1442
1441
            view_info = _get_view_info_for_change_reporter(tree)
1443
1442
            try: