Ignore this one; I can't type apparently.  Resent with correct commit message.<br><br><div class="gmail_quote">2012/1/23 Na'Tosha Bard <span dir="ltr"><<a href="mailto:natosha@unity3d.com">natosha@unity3d.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"># HG changeset patch<br>
# User Na'Tosha Bard <<a href="mailto:natosha@unity3d.com">natosha@unity3d.com</a>><br>
# Date 1327321306 -3600<br>
# Node ID 56dd4f91b514abff062acf9a9e38f60828a10dad<br>
# Parent  878bc4a62a735a1624e9b69c672d5fb5074d4855<br>
largefiles: fix addremove when no lagefiles are specified<br>
<br>
diff -r 878bc4a62a73 -r 56dd4f91b514 hgext/largefiles/overrides.py<br>
--- a/hgext/largefiles/overrides.py     Thu Jan 19 14:31:05 2012 -0600<br>
+++ b/hgext/largefiles/overrides.py     Mon Jan 23 13:21:46 2012 +0100<br>
@@ -895,9 +895,10 @@<br>
     # to have handled by original addremove.  Monkey patching here makes sure<br>
     # we don't remove the standin in the largefiles code, preventing a very<br>
     # confused state later.<br>
-    repo._isaddremove = True<br>
-    remove_largefiles(ui, repo, *missing, **opts)<br>
-    repo._isaddremove = False<br>
+    if missing:<br>
+        repo._isaddremove = True<br>
+        remove_largefiles(ui, repo, *missing, **opts)<br>
+        repo._isaddremove = False<br>
     # Call into the normal add code, and any files that *should* be added as<br>
     # largefiles will be<br>
     add_largefiles(ui, repo, *pats, **opts)<br>
</blockquote></div><br><br clear="all"><br>-- <br><div><div><span style="color:rgb(153,153,153)"><b>Na'Tosha Bard</b></span></div><div><font color="#999999">Build & Infrastructure Developer | Unity Technologies - Copenhagen<br>
</font></div><div><font color="#999999"><br></font></div><div><font color="#999999"><b>E-Mail:</b> <a href="mailto:natosha@unity3d.com" target="_blank">natosha@unity3d.com</a></font></div><div><font color="#999999"><b>Skype:</b> natosha.bard</font></div>
</div><br>