changeset 24777 | 077683371b7b |
parent 24722 | 02a5618e2fbf |
child 24904 | b5c227f3e461 |
--- a/mercurial/revset.py Thu Apr 16 18:30:08 2015 -0500 +++ b/mercurial/revset.py Sun Apr 12 19:00:31 2015 +0900 @@ -1898,10 +1898,8 @@ """ 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: