hgext/narrow/narrowcommands.py
changeset 42944 c2676b5a9f59
parent 42813 268662aac075
child 42945 40f78072fda9
--- a/hgext/narrow/narrowcommands.py	Wed Sep 11 17:41:13 2019 +0200
+++ b/hgext/narrow/narrowcommands.py	Thu Sep 12 21:22:59 2019 -0700
@@ -293,7 +293,7 @@
         else:
             known = []
             if ellipsesremote:
-                known = [node.hex(ctx.node()) for ctx in
+                known = [ctx.node() for ctx in
                          repo.set('::%ln', common)
                          if ctx.node() != node.nullid]
             with remote.commandexecutor() as e: