# HG changeset patch # User Pierre-Yves David # Date 1505998255 -7200 # Node ID f1bbc536602a6ac8daf55929c95e316f5e7a526c # Parent 2ddc63d13af8ff9e259a5a03974cd74751ea083e gup/gdown: properly mark these commands as deprecated They are no longer displayed in the documentation. diff -r 2ddc63d13af8 -r f1bbc536602a hgext3rd/evolve/__init__.py --- 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)