Mercurial > hg
diff mercurial/commands.py @ 24777:077683371b7b
revset: undocument wdir() until its command outputs get stable
wdir() implementation is still incomplete and shouldn't be advertised to
users. This patch will be backed out when
- template values such as {rev} and {node} are settled
- major commands and revsets work without crashing
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 12 Apr 2015 19:00:31 +0900 |
parents | a85c4ed1132f |
children | 22c70c08d4af |
line wrap: on
line diff
--- a/mercurial/commands.py Thu Apr 16 18:30:08 2015 -0500 +++ b/mercurial/commands.py Sun Apr 12 19:00:31 2015 +0900 @@ -267,9 +267,6 @@ 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: