##// END OF EJS Templates
status: add relative directory help text (issue3835)...
Yung-Jin (Joey) Hu -
r24456:a05c6b40 default
parent child Browse files
Show More
@@ -5736,6 +5736,11 b' def status(ui, repo, *pats, **opts):'
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
General Comments 0
You need to be logged in to leave comments. Login now