changeset 3834:a7b61c3b0f93

Removed unknown option -t in test-status
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 08 Dec 2006 23:33:32 +0100
parents 63f8f74ac4a8
children d1ce5461beed
files tests/test-status tests/test-status.out
diffstat 2 files changed, 0 insertions(+), 49 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-status	Fri Dec 08 14:06:26 2006 -0800
+++ b/tests/test-status	Fri Dec 08 23:33:32 2006 +0100
@@ -35,8 +35,5 @@
 hg copy modified copied
 echo "hg status -C:"
 hg status -C
-
-echo "hg status -t:"
-hg status -t
 echo "hg status -A:"
 hg status -A
--- a/tests/test-status.out	Fri Dec 08 14:06:26 2006 -0800
+++ b/tests/test-status.out	Fri Dec 08 23:33:32 2006 +0100
@@ -108,52 +108,6 @@
 R removed
 ! deleted
 ? unknown
-hg status -t:
-hg status: option -t not recognized
-hg status [OPTION]... [FILE]...
-
-show changed files in the working directory
-
-    Show status of files in the repository.  If names are given, only
-    files that match are shown.  Files that are clean or ignored, are
-    not listed unless -c (clean), -i (ignored) or -A is given.
-
-    NOTE: status may appear to disagree with diff if permissions have
-    changed or a merge has occurred. The standard diff format does not
-    report permission changes and diff only reports changes relative
-    to one merge parent.
-
-    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
-    R = removed
-    C = clean
-    ! = deleted, but still tracked
-    ? = not tracked
-    I = ignored (not shown by default)
-      = the previous added file was copied from here
-
-aliases: st
-
-options:
-
- -A --all        show status of all files
- -m --modified   show only modified files
- -a --added      show only added files
- -r --removed    show only removed files
- -d --deleted    show only deleted (but tracked) files
- -c --clean      show only files without changes
- -u --unknown    show only unknown (not tracked) files
- -i --ignored    show ignored files
- -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:
 A added
 A copied