Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 24456:a05c6b400616
status: add relative directory help text (issue3835)
Previously, it was difficult to find out how to display the status of files
relative to your current working directory. This patch adds that knowledge to
the help text.
author | Yung-Jin (Joey) Hu <yungjinhu@gmail.com> |
---|---|
date | Wed, 18 Mar 2015 20:40:02 -0700 |
parents | 16961d43dc89 |
children | 7d87f672d069 |
comparison
equal
deleted
inserted
replaced
24455:16961d43dc89 | 24456:a05c6b400616 |
---|---|
5734 - show changes in the working directory relative to a | 5734 - show changes in the working directory relative to a |
5735 changeset:: | 5735 changeset:: |
5736 | 5736 |
5737 hg status --rev 9353 | 5737 hg status --rev 9353 |
5738 | 5738 |
5739 - show changes in the working directory relative to the | |
5740 current directory (see :hg:`help patterns` for more information):: | |
5741 | |
5742 hg status re: | |
5743 | |
5739 - show all changes including copies in an existing changeset:: | 5744 - show all changes including copies in an existing changeset:: |
5740 | 5745 |
5741 hg status --copies --change 9353 | 5746 hg status --copies --change 9353 |
5742 | 5747 |
5743 - get a NUL separated list of added files, suitable for xargs:: | 5748 - get a NUL separated list of added files, suitable for xargs:: |