mercurial/extensions.py
changeset 37973 5b60f7d652f2
parent 37957 fb0de0bcd297
child 37974 b45f4c1532c0
--- a/mercurial/extensions.py	Fri May 11 21:53:26 2018 +0900
+++ b/mercurial/extensions.py	Thu May 03 18:13:43 2018 +0900
@@ -696,7 +696,7 @@
             ext = findcmd(cmd, name, path)
             if ext:
                 break
-    if ext and 'DEPRECATED' not in ext.__doc__:
+    if ext:
         return ext
 
     raise error.UnknownCommand(cmd)