diff -r 4a1187d3cb00 -r 7b19cda0fa10 mercurial/localrepo.py --- a/mercurial/localrepo.py Wed Jul 01 01:05:24 2009 -0500 +++ b/mercurial/localrepo.py Wed Jul 01 01:16:19 2009 -0500 @@ -860,7 +860,6 @@ if (not force and not extra.get("close") and p2 == nullid and not (changes[0] or changes[1] or changes[2]) and self[None].branch() == self['.'].branch()): - self.ui.status(_("nothing changed\n")) return None ms = merge_.mergestate(self)