mercurial/debugcommands.py
changeset 43238 101ae8bbfa02
parent 43136 ba5b062a1388
child 43503 313e3a279828
--- a/mercurial/debugcommands.py	Tue Oct 15 09:48:27 2019 -0400
+++ b/mercurial/debugcommands.py	Tue Oct 15 11:06:04 2019 -0400
@@ -950,7 +950,7 @@
 
     remoterevs, _checkout = hg.addbranchrevs(repo, remote, branches, revs=None)
     localrevs = opts[b'rev']
-    with util.timedcm(b'debug-discovery') as t:
+    with util.timedcm('debug-discovery') as t:
         common, hds = doit(localrevs, remoterevs)
 
     # compute all statistics