##// END OF EJS Templates
status: add some help examples
Matt Mackall -
r15119:ac46a9cd default
parent child Browse files
Show More
@@ -4815,6 +4815,22 b' def status(ui, repo, *pats, **opts):'
4815 I = ignored
4815 I = ignored
4816 = origin of the previous file listed as A (added)
4816 = origin of the previous file listed as A (added)
4817
4817
4818 .. container:: verbose
4819
4820 Examples:
4821
4822 - show changes in the working directory relative to a changeset:
4823
4824 hg status --rev 9353
4825
4826 - show all changes including copies in an existing changeset::
4827
4828 hg status --copies --change 9353
4829
4830 - get a NUL separated list of added files, suitable for xargs::
4831
4832 hg status -an0
4833
4818 Returns 0 on success.
4834 Returns 0 on success.
4819 """
4835 """
4820
4836
General Comments 0
You need to be logged in to leave comments. Login now