mercurial/debugcommands.py
changeset 42033 c3a16c282dd8
parent 42032 63165e4a76da
child 42034 fd8d13ea1bcc
--- a/mercurial/debugcommands.py	Tue Mar 26 17:25:22 2019 +0100
+++ b/mercurial/debugcommands.py	Tue Mar 26 17:26:11 2019 +0100
@@ -851,10 +851,6 @@
 
     ui.write(("common heads: %s\n") %
              " ".join(sorted(short(n) for n in common)))
-    if lheads <= common:
-        ui.write(("local is subset\n"))
-    elif rheads <= common:
-        ui.write(("remote is subset\n"))
 
 _chunksize = 4 << 10