mercurial/node.py
changeset 3578 3b4e00cba57a
parent 2858 345bac2bc4ec
child 3886 abaee83ce0a6
--- a/mercurial/node.py
+++ b/mercurial/node.py
@@ -10,6 +10,7 @@ of the GNU General Public License, incor
 from demandload import demandload
 demandload(globals(), "binascii")
 
+nullrev = -1
 nullid = "\0" * 20
 
 def hex(node):