##// END OF EJS Templates
context: use wdirhex constant instead of calculating it...
Martin von Zweigbergk -
r42133:21cc92fe default
parent child Browse files
Show More
@@ -21,7 +21,7 b' from .node import ('
21 21 nullrev,
22 22 short,
23 23 wdirfilenodeids,
24 wdirid,
24 wdirhex,
25 25 )
26 26 from . import (
27 27 dagop,
@@ -1324,7 +1324,7 b' class workingctx(committablectx):'
1324 1324 return self._repo.dirstate[key] not in "?r"
1325 1325
1326 1326 def hex(self):
1327 return hex(wdirid)
1327 return wdirhex
1328 1328
1329 1329 @propertycache
1330 1330 def _parents(self):
General Comments 0
You need to be logged in to leave comments. Login now