##// END OF EJS Templates
dirstate: phase-divergent update to 4e95341c89aa...
marmoute -
r51052:fbb4c711 default
parent child Browse files
Show More
@@ -137,7 +137,7 b' CHANGE_TYPE_FILES = "files"'
137 137 @interfaceutil.implementer(intdirstate.idirstate)
138 138 class dirstate:
139 139
140 # used by largefile to avoid overwritting transaction callbacK
140 # used by largefile to avoid overwritting transaction callback
141 141 _tr_key_suffix = b''
142 142
143 143 def __init__(
General Comments 0
You need to be logged in to leave comments. Login now