##// END OF EJS Templates
largefiles: remove invalid comment (issue3065)...
Na'Tosha Bard -
r15785:acb0a40f default
parent child Browse files
Show More
@@ -591,7 +591,6 b' def override_revert(orig, ui, repo, *pat'
591
591
592 def hg_update(orig, repo, node):
592 def hg_update(orig, repo, node):
593 result = orig(repo, node)
593 result = orig(repo, node)
594 # XXX check if it worked first
595 lfcommands.updatelfiles(repo.ui, repo)
594 lfcommands.updatelfiles(repo.ui, repo)
596 return result
595 return result
597
596
General Comments 0
You need to be logged in to leave comments. Login now