changeset 21050 | 025ec0f08cb6 |
parent 21049 | f117a0ba5289 |
child 21051 | 1004d3cd65fd |
--- a/mercurial/commands.py Wed Apr 16 00:37:24 2014 +0900 +++ b/mercurial/commands.py Wed Apr 16 00:37:24 2014 +0900 @@ -4353,7 +4353,7 @@ """ if opts.get('graph'): cmdutil.checkunsupportedgraphflags([], opts) - o = hg._outgoing(ui, repo, dest, opts) + o, other = hg._outgoing(ui, repo, dest, opts) if not o: return