##// END OF EJS Templates
largefiles: fix addremove when no largefiles are specified
Na'Tosha Bard -
r15967:295f8aea stable
parent child Browse files
Show More
@@ -900,6 +900,7 def override_addremove(orig, ui, repo, *
900 # to have handled by original addremove. Monkey patching here makes sure
900 # to have handled by original addremove. Monkey patching here makes sure
901 # we don't remove the standin in the largefiles code, preventing a very
901 # we don't remove the standin in the largefiles code, preventing a very
902 # confused state later.
902 # confused state later.
903 if missing:
903 repo._isaddremove = True
904 repo._isaddremove = True
904 remove_largefiles(ui, repo, *missing, **opts)
905 remove_largefiles(ui, repo, *missing, **opts)
905 repo._isaddremove = False
906 repo._isaddremove = False
General Comments 0
You need to be logged in to leave comments. Login now