comparison doc/hg.1.txt @ 928:6f2c3bcbfaaf

hg incoming/outgoing: fix tests and update man page
author mpm@selenic.com
date Tue, 16 Aug 2005 19:27:46 -0800
parents ab681ea2857e
children 1300271ba8de f15901d053e1
comparison
equal deleted inserted replaced
927:5a830d7bea52 928:6f2c3bcbfaaf
194 meaning as the correnponding patch option 194 meaning as the correnponding patch option
195 -b <path> base directory to read patches from 195 -b <path> base directory to read patches from
196 196
197 aliases: patch 197 aliases: patch
198 198
199 incoming [source]::
200 Show new changesets found in the specified repo or the default
201 pull repo. These are the changesets that would be pulled if a pull
202 was requested.
203
204 Currently only local repositories are supported.
205
199 init [dest]:: 206 init [dest]::
200 Initialize a new repository in the given directory. If the given 207 Initialize a new repository in the given directory. If the given
201 directory does not exist, it is created. 208 directory does not exist, it is created.
202 209
203 If no directory is given, the current directory is used. 210 If no directory is given, the current directory is used.
247 manifest [revision]:: 254 manifest [revision]::
248 Print a list of version controlled files for the given revision. 255 Print a list of version controlled files for the given revision.
249 256
250 The manifest is the list of files being version controlled. If no revision 257 The manifest is the list of files being version controlled. If no revision
251 is given then the tip is used. 258 is given then the tip is used.
259
260 outgoing [dest]::
261 Show changesets not found in the specified destination repo or the
262 default push repo. These are the changesets that would be pushed
263 if a push was requested.
252 264
253 parents:: 265 parents::
254 Print the working directory's parent revisions. 266 Print the working directory's parent revisions.
255 267
256 paths [NAME]:: 268 paths [NAME]::