Show More
@@ -21,7 +21,7 b' from .node import (' | |||||
21 | nullrev, |
|
21 | nullrev, | |
22 | short, |
|
22 | short, | |
23 | wdirfilenodeids, |
|
23 | wdirfilenodeids, | |
24 |
wdir |
|
24 | wdirhex, | |
25 | ) |
|
25 | ) | |
26 | from . import ( |
|
26 | from . import ( | |
27 | dagop, |
|
27 | dagop, | |
@@ -1324,7 +1324,7 b' class workingctx(committablectx):' | |||||
1324 | return self._repo.dirstate[key] not in "?r" |
|
1324 | return self._repo.dirstate[key] not in "?r" | |
1325 |
|
1325 | |||
1326 | def hex(self): |
|
1326 | def hex(self): | |
1327 |
return |
|
1327 | return wdirhex | |
1328 |
|
1328 | |||
1329 | @propertycache |
|
1329 | @propertycache | |
1330 | def _parents(self): |
|
1330 | def _parents(self): |
General Comments 0
You need to be logged in to leave comments.
Login now