Submitter | Martin Geisler |
---|---|
Date | Nov. 23, 2013, 7:01 p.m. |
Message ID | <3a27848b3f8645714424.1385233290@hbox.dyndns.org> |
Download | mbox | patch |
Permalink | /patch/3103/ |
State | Accepted |
Commit | 9e0219967e38085b48c267aa8043b3abc2d3b673 |
Headers | show |
Comments
Patch
diff --git a/mercurial/hg.py b/mercurial/hg.py --- a/mercurial/hg.py +++ b/mercurial/hg.py @@ -512,11 +512,7 @@ return subreporecurse() displayer = cmdutil.show_changeset(ui, other, opts, buffered) - - # XXX once graphlog extension makes it into core, - # should be replaced by a if graph/else displaychlist(other, chlist, displayer) - displayer.close() finally: cleanupfn()