changeset 32684 | af854b1b36f8 |
parent 32291 | bd872f64a8ba |
child 36238 | 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])