[PATCH 2 of 4] hg: remove outdated comment

Martin Geisler mg at lazybytes.net
Sat Nov 23 13:01:30 CST 2013


# HG changeset patch
# User Martin Geisler <martin at geisler.net>
# Date 1385144006 -3600
#      Fri Nov 22 19:13:26 2013 +0100
# Node ID 3a27848b3f864571442410a8f7b9d7a6cb372761
# Parent  c3a462a3f0d7bff2f1d4ade5c28b92bcfc2a3e6f
hg: remove outdated comment

The graphlog functionality has been in core since Mercurial 2.3.

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()


More information about the Mercurial-devel mailing list