# HG changeset patch # User Alexis S. L. Carvalho # Date 1161207863 10800 # Node ID 5155fa27f514860381e5247d439e7cbc0b325dae # Parent 2b3b703b3a2b6b8f51df18d3e540f9d7d7dc41ed Update tests output diff --git a/tests/test-help.out b/tests/test-help.out --- a/tests/test-help.out +++ b/tests/test-help.out @@ -195,6 +195,9 @@ show changed files in the working direct 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 @@ options: -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]... diff --git a/tests/test-status.out b/tests/test-status.out --- a/tests/test-status.out +++ b/tests/test-status.out @@ -118,6 +118,9 @@ show changed files in the working direct 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 @@ options: -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: