##// END OF EJS Templates
keyword: omit setting extra variable for record context...
Christian Ebert -
r11096:871088c2 default
parent child Browse files
Show More
@@ -502,8 +502,7 b' def reposetup(ui, repo):'
502 # therefore compare nodes before and after
502 # therefore compare nodes before and after
503 ctx = repo['.']
503 ctx = repo['.']
504 ret = orig(ui, repo, commitfunc, *pats, **opts)
504 ret = orig(ui, repo, commitfunc, *pats, **opts)
505 recctx = repo['.']
505 if ctx != repo['.']:
506 if ctx != recctx:
507 kwt.overwrite('.', True, None)
506 kwt.overwrite('.', True, None)
508 return ret
507 return ret
509 finally:
508 finally:
General Comments 0
You need to be logged in to leave comments. Login now