branch | stable |
changeset 17248 | 6ffb35b2284c |
parent 17210 | ec80ae982689 |
child 17252 | 16fad7323e56 |
--- 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