comparison doc/hg.1.txt @ 1192:6e165de907c5

Add -p to incoming and outgoing commands to show patch
author TK Soh <teekaysoh@yahoo.com>
date Thu, 01 Sep 2005 09:11:25 -0700
parents 77a0c7528c2f
children 1c455338ad95
comparison
equal deleted inserted replaced
1191:77a0c7528c2f 1192:6e165de907c5
264 -f, --force skip check for outstanding uncommitted changes 264 -f, --force skip check for outstanding uncommitted changes
265 -m, --mail-like apply a patch that appears to be a mail message 265 -m, --mail-like apply a patch that appears to be a mail message
266 266
267 aliases: patch 267 aliases: patch
268 268
269 incoming [source]:: 269 incoming [-p] [source]::
270 Show new changesets found in the specified repo or the default 270 Show new changesets found in the specified repo or the default
271 pull repo. These are the changesets that would be pulled if a pull 271 pull repo. These are the changesets that would be pulled if a pull
272 was requested. 272 was requested.
273 273
274 Currently only local repositories are supported. 274 Currently only local repositories are supported.
275
276 options:
277 -p, --patch show patch
275 278
276 aliases: in 279 aliases: in
277 280
278 init [dest]:: 281 init [dest]::
279 Initialize a new repository in the given directory. If the given 282 Initialize a new repository in the given directory. If the given
325 Print a list of version controlled files for the given revision. 328 Print a list of version controlled files for the given revision.
326 329
327 The manifest is the list of files being version controlled. If no revision 330 The manifest is the list of files being version controlled. If no revision
328 is given then the tip is used. 331 is given then the tip is used.
329 332
330 outgoing [dest]:: 333 outgoing [-p] [dest]::
331 Show changesets not found in the specified destination repo or the 334 Show changesets not found in the specified destination repo or the
332 default push repo. These are the changesets that would be pushed 335 default push repo. These are the changesets that would be pushed
333 if a push was requested. 336 if a push was requested.
337
338 options:
339 -p, --patch show patch
334 340
335 aliases: out 341 aliases: out
336 342
337 parents:: 343 parents::
338 Print the working directory's parent revisions. 344 Print the working directory's parent revisions.