Show More
@@ -73,6 +73,8 b' annotate [-r <rev> -u -n -c] [files ...]' | |||||
73 | place. |
|
73 | place. | |
74 |
|
74 | |||
75 | options: |
|
75 | options: | |
|
76 | -I, --include <pat> include directories matching the given patterns | |||
|
77 | -X, --exclude <pat> exclude directories matching the given patterns | |||
76 | -r, --revision <rev> annotate the specified revision |
|
78 | -r, --revision <rev> annotate the specified revision | |
77 | -u, --user list the author |
|
79 | -u, --user list the author | |
78 | -c, --changeset list the changeset |
|
80 | -c, --changeset list the changeset | |
@@ -133,6 +135,10 b' diff [-r revision] [-r revision] [files ' | |||||
133 | revisions are specified, the working directory files are compared |
|
135 | revisions are specified, the working directory files are compared | |
134 | to its parent. |
|
136 | to its parent. | |
135 |
|
137 | |||
|
138 | options: | |||
|
139 | -I, --include <pat> include directories matching the given patterns | |||
|
140 | -X, --exclude <pat> exclude directories matching the given patterns | |||
|
141 | ||||
136 | export [-o filespec] [revision] ...:: |
|
142 | export [-o filespec] [revision] ...:: | |
137 | Print the changeset header and diffs for one or more revisions. |
|
143 | Print the changeset header and diffs for one or more revisions. | |
138 |
|
144 |
General Comments 0
You need to be logged in to leave comments.
Login now