equal
deleted
inserted
replaced
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:: |