##// END OF EJS Templates
Removed unknown option -t in test-status
Thomas Arendsen Hein -
r3834:a7b61c3b default
parent child Browse files
Show More
@@ -35,8 +35,5 b' hg status modified added removed deleted'
35 hg copy modified copied
35 hg copy modified copied
36 echo "hg status -C:"
36 echo "hg status -C:"
37 hg status -C
37 hg status -C
38
39 echo "hg status -t:"
40 hg status -t
41 echo "hg status -A:"
38 echo "hg status -A:"
42 hg status -A
39 hg status -A
@@ -108,52 +108,6 b' A copied'
108 R removed
108 R removed
109 ! deleted
109 ! deleted
110 ? unknown
110 ? unknown
111 hg status -t:
112 hg status: option -t not recognized
113 hg status [OPTION]... [FILE]...
114
115 show changed files in the working directory
116
117 Show status of files in the repository. If names are given, only
118 files that match are shown. Files that are clean or ignored, are
119 not listed unless -c (clean), -i (ignored) or -A is given.
120
121 NOTE: status may appear to disagree with diff if permissions have
122 changed or a merge has occurred. The standard diff format does not
123 report permission changes and diff only reports changes relative
124 to one merge parent.
125
126 If one revision is given, it is used as the base revision.
127 If two revisions are given, the difference between them is shown.
128
129 The codes used to show the status of files are:
130 M = modified
131 A = added
132 R = removed
133 C = clean
134 ! = deleted, but still tracked
135 ? = not tracked
136 I = ignored (not shown by default)
137 = the previous added file was copied from here
138
139 aliases: st
140
141 options:
142
143 -A --all show status of all files
144 -m --modified show only modified files
145 -a --added show only added files
146 -r --removed show only removed files
147 -d --deleted show only deleted (but tracked) files
148 -c --clean show only files without changes
149 -u --unknown show only unknown (not tracked) files
150 -i --ignored show ignored files
151 -n --no-status hide status prefix
152 -C --copies show source of copied files
153 -0 --print0 end filenames with NUL, for use with xargs
154 --rev show difference from revision
155 -I --include include names matching the given patterns
156 -X --exclude exclude names matching the given patterns
157 hg status -A:
111 hg status -A:
158 A added
112 A added
159 A copied
113 A copied
General Comments 0
You need to be logged in to leave comments. Login now