diff --git a/mercurial/commands.py b/mercurial/commands.py index 4b15ce2d77..d2462e04b3 100644 --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -267,9 +267,6 @@ def annotate(ui, repo, *pats, **opts): anyway, although the results will probably be neither useful nor desirable. - By default, annotate files in the parent of the working directory. - Use -r "wdir()" to annotate the working directory files. - Returns 0 on success. """ if not pats: diff --git a/mercurial/revset.py b/mercurial/revset.py index 3334c36f3e..a791c79db5 100644 --- a/mercurial/revset.py +++ b/mercurial/revset.py @@ -1898,10 +1898,8 @@ def user(repo, subset, x): """ return author(repo, subset, x) +# experimental def wdir(repo, subset, x): - """``wdir()`` - Working directory. - """ # i18n: "wdir" is a keyword getargs(x, 0, 0, _("wdir takes no arguments")) if None in subset: