hg
changeset 230 00ea3613f82c
parent 227 f57519cddd3d
child 237 4f802588cdfb
child 237 4f802588cdfb
child 241 afe895fcc0d0
--- a/hg	Fri Jun 03 12:54:54 2005 -0800
+++ b/hg	Fri Jun 03 12:55:56 2005 -0800
@@ -250,7 +250,7 @@
     repo.addchangegroup(data)
 
 elif cmd == "addremove":
-    (c, a, d, u) = repo.diffdir(repo.root, repo.current)
+    (c, a, d, u) = repo.diffdir(repo.root)
     repo.add(a)
     repo.remove(d)