mercurial/commands.py
changeset 23538 ccfb56450f21
parent 23537 f1b06a8aad42
child 23547 21446f4d5c62
--- a/mercurial/commands.py	Mon Nov 24 22:27:49 2014 -0500
+++ b/mercurial/commands.py	Mon Nov 24 23:51:26 2014 -0500
@@ -204,7 +204,7 @@
     return rejected and 1 or 0
 
 @command('addremove',
-    similarityopts + walkopts + dryrunopts,
+    similarityopts + subrepoopts + walkopts + dryrunopts,
     _('[OPTION]... [FILE]...'),
     inferrepo=True)
 def addremove(ui, repo, *pats, **opts):