hgext3rd/evolve/__init__.py
changeset 2952 f1bbc536602a
parent 2925 9efedcedd9dd
child 2953 b9aea9e48203
--- a/hgext3rd/evolve/__init__.py	Thu Sep 21 10:39:49 2017 +0200
+++ b/hgext3rd/evolve/__init__.py	Thu Sep 21 14:50:55 2017 +0200
@@ -973,7 +973,7 @@
         ui = args[0]
         ui.warn(deprecationwarning)
         util.checksignature(fn)(*args, **kwargs)
-    newfn.__doc__ = deprecationwarning
+    newfn.__doc__ = deprecationwarning + ' (DEPRECATED)'
     cmdwrapper = eh.command(oldalias, opts, synopsis)
     cmdwrapper(newfn)