mercurial/node.py
changeset 39227 1e7a462cb946
parent 39179 b623c7b23695
child 43075 57875cf423c9
--- a/mercurial/node.py	Sun Aug 19 21:53:41 2018 -0400
+++ b/mercurial/node.py	Sat Aug 18 10:06:56 2018 +0900
@@ -29,9 +29,9 @@
 # manifests.
 # In hex, this is '2121212121212121212121212121212121212121'
 newnodeid = '!!!!!!!!!!!!!!!!!!!!'
-# In hex, this is '0000000000000000000000000000006164646564'
+# In hex, this is '3030303030303030303030303030306164646564'
 addednodeid = '000000000000000added'
-# In hex, this is '0000000000000000000000006d6f646966696564'
+# In hex, this is '3030303030303030303030306d6f646966696564'
 modifiednodeid = '000000000000modified'
 
 wdirfilenodeids = {newnodeid, addednodeid, modifiednodeid}