##// END OF EJS Templates
largefiles: preserve the exit status of the log command
Matt Harbison -
r17577:0f39e935 stable
parent child Browse files
Show More
@@ -240,7 +240,7 b' def overridedirty(orig, repo, ignoreupda'
240 240 def overridelog(orig, ui, repo, *pats, **opts):
241 241 try:
242 242 repo.lfstatus = True
243 orig(ui, repo, *pats, **opts)
243 return orig(ui, repo, *pats, **opts)
244 244 finally:
245 245 repo.lfstatus = False
246 246
General Comments 0
You need to be logged in to leave comments. Login now