##// END OF EJS Templates
win32text: make the hacky call cover more cases...
marmoute -
r50909:b7ddd9ae default
parent child Browse files
Show More
@@ -230,7 +230,7 b' def wrap_revert(orig, repo, ctx, names, '
230 ds.hacky_extension_update_file(
230 ds.hacky_extension_update_file(
231 filename,
231 filename,
232 entry.tracked,
232 entry.tracked,
233 p1_tracked=True,
233 p1_tracked=entry.p1_tracked,
234 p2_info=entry.p2_info,
234 p2_info=entry.p2_info,
235 )
235 )
236 return orig(repo, ctx, names, uipathfn, actions, *args, **kwargs)
236 return orig(repo, ctx, names, uipathfn, actions, *args, **kwargs)
General Comments 0
You need to be logged in to leave comments. Login now