mercurial/node.py
changeset 32704 af854b1b36f8
parent 32331 bd872f64a8ba
child 36275 f574cc00831a
--- a/mercurial/node.py	Sat Aug 20 18:15:19 2016 +0900
+++ b/mercurial/node.py	Fri Aug 19 18:26:04 2016 +0900
@@ -29,6 +29,7 @@
 # (they are experimental, so don't add too many dependencies on them)
 wdirrev = 0x7fffffff
 wdirid = b"\xff" * 20
+wdirhex = hex(wdirid)
 
 def short(node):
     return hex(node[:6])