Mercurial > hg-stable
changeset 3468:5155fa27f514
Update tests output
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Wed, 18 Oct 2006 18:44:23 -0300 |
parents | 2b3b703b3a2b |
children | 33b6c8193652 |
files | tests/test-help.out tests/test-status.out |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-help.out Wed Oct 18 14:24:38 2006 -0700 +++ b/tests/test-help.out Wed Oct 18 18:44:23 2006 -0300 @@ -195,6 +195,9 @@ files that match are shown. Files that are clean or ignored, are not listed unless -c (clean), -i (ignored) or -A is given. + If one revision is given, it is used as the base revision. + If two revisions are given, the difference between them is shown. + The codes used to show the status of files are: M = modified A = added @@ -220,6 +223,7 @@ -n --no-status hide status prefix -C --copies show source of copied files -0 --print0 end filenames with NUL, for use with xargs + --rev show difference from revision -I --include include names matching the given patterns -X --exclude exclude names matching the given patterns hg status [OPTION]... [FILE]...
--- a/tests/test-status.out Wed Oct 18 14:24:38 2006 -0700 +++ b/tests/test-status.out Wed Oct 18 18:44:23 2006 -0300 @@ -118,6 +118,9 @@ files that match are shown. Files that are clean or ignored, are not listed unless -c (clean), -i (ignored) or -A is given. + If one revision is given, it is used as the base revision. + If two revisions are given, the difference between them is shown. + The codes used to show the status of files are: M = modified A = added @@ -143,6 +146,7 @@ -n --no-status hide status prefix -C --copies show source of copied files -0 --print0 end filenames with NUL, for use with xargs + --rev show difference from revision -I --include include names matching the given patterns -X --exclude exclude names matching the given patterns hg status -A: