mercurial/commands.py
changeset 37312 e47bd4c71c5e
parent 37309 88a056437061
child 37356 004e5c5821b2
--- a/mercurial/commands.py	Sun Apr 01 23:19:37 2018 -0700
+++ b/mercurial/commands.py	Sun Apr 01 23:21:17 2018 -0700
@@ -805,7 +805,7 @@
     # update state
     if good or bad or skip:
         if rev:
-            nodes = [repo.lookup(i) for i in scmutil.revrange(repo, [rev])]
+            nodes = [repo[i].node() for i in scmutil.revrange(repo, [rev])]
         else:
             nodes = [repo.lookup('.')]
         if good: