branch | stable |
changeset 17248 | 6ffb35b2284c |
parent 17198 | ecde35a1af9e |
child 17342 | 471f30d360ea |
--- a/mercurial/hg.py Thu Jul 26 12:07:55 2012 +0200 +++ b/mercurial/hg.py Wed Jul 25 19:34:31 2012 +0200 @@ -525,7 +525,7 @@ force=opts.get('force')) o = outgoing.missing if not o: - scmutil.nochangesfound(repo.ui, outgoing.excluded) + scmutil.nochangesfound(repo.ui, repo, outgoing.excluded) return None return o