diff -r 6d51a0c71d4e -r 6ffb35b2284c mercurial/localrepo.py --- a/mercurial/localrepo.py Thu Jul 26 12:07:55 2012 +0200 +++ b/mercurial/localrepo.py Wed Jul 25 19:34:31 2012 +0200 @@ -1844,7 +1844,7 @@ if not outgoing.missing: # nothing to push - scmutil.nochangesfound(self.ui, outgoing.excluded) + scmutil.nochangesfound(self.ui, self, outgoing.excluded) ret = None else: # something to push