comparison doc/hg.1.txt @ 1913:74cf2b2f43d4

fix some things people wanted to be cleaner. rename --map-file to --style. no more -t alias for --template. update docs. rename template entry in map files to changelog. if --verbose, use changelog_verbose if there, else changelog.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sat, 04 Mar 2006 12:40:10 -0800
parents 7718885070b1
children b7cc0f323a4c
comparison
equal deleted inserted replaced
1912:b288b4bb8448 1913:74cf2b2f43d4
294 changesets. They are where development generally takes place and 294 changesets. They are where development generally takes place and
295 are the usual targets for update and merge operations. 295 are the usual targets for update and merge operations.
296 296
297 options: 297 options:
298 -b, --branches show branches 298 -b, --branches show branches
299 --map-file <file> display using template map file
300 -r, --rev <rev> show only heads which are descendants of rev 299 -r, --rev <rev> show only heads which are descendants of rev
301 -t, --template <tpl> display using template 300 --style <style> display using style map file
301 --template <tpl> display using template
302 302
303 identify:: 303 identify::
304 Print a short summary of the current state of the repo. 304 Print a short summary of the current state of the repo.
305 305
306 This summary identifies the repository state using one or two parent 306 This summary identifies the repository state using one or two parent
336 336
337 Currently only local repositories are supported. 337 Currently only local repositories are supported.
338 338
339 options: 339 options:
340 -M, --no-merges do not show merges 340 -M, --no-merges do not show merges
341 --map-file <file> display using template map file
342 -n, --newest-first show newest records first 341 -n, --newest-first show newest records first
343 -p, --patch show patch 342 -p, --patch show patch
344 -t, --template <tpl> display using template 343 --style <style> display using style map file
344 --template <tpl> display using template
345 345
346 aliases: in 346 aliases: in
347 347
348 init [dest]:: 348 init [dest]::
349 Initialize a new repository in the given directory. If the given 349 Initialize a new repository in the given directory. If the given
387 -I, --include <pat> include names matching the given patterns 387 -I, --include <pat> include names matching the given patterns
388 -X, --exclude <pat> exclude names matching the given patterns 388 -X, --exclude <pat> exclude names matching the given patterns
389 -b, --branch show branches 389 -b, --branch show branches
390 -k, --keyword <str> search for keywords 390 -k, --keyword <str> search for keywords
391 -l, --limit <num> print no more than this many changes 391 -l, --limit <num> print no more than this many changes
392 --map-file <file> display using template map file
393 -M, --no-merges do not show merges 392 -M, --no-merges do not show merges
394 -m, --only-merges only show merges 393 -m, --only-merges only show merges
395 -r, --rev <A> show the specified revision or range 394 -r, --rev <A> show the specified revision or range
396 -p, --patch show patch 395 -p, --patch show patch
397 -t, --template <tpl> display using template 396 --style <style> display using style map file
397 --template <tpl> display using template
398 398
399 aliases: history 399 aliases: history
400 400
401 manifest [revision]:: 401 manifest [revision]::
402 Print a list of version controlled files for the given revision. 402 Print a list of version controlled files for the given revision.
411 411
412 See pull for valid source format details. 412 See pull for valid source format details.
413 413
414 options: 414 options:
415 -M, --no-merges do not show merges 415 -M, --no-merges do not show merges
416 --map-file <file> display using template map file
417 -p, --patch show patch 416 -p, --patch show patch
418 -n, --newest-first show newest records first 417 -n, --newest-first show newest records first
419 -t, --template <tpl> display using template 418 --style <style> display using style map file
419 --template <tpl> display using template
420 420
421 aliases: out 421 aliases: out
422 422
423 parents:: 423 parents::
424 Print the working directory's parent revisions. 424 Print the working directory's parent revisions.
425 425
426 options: 426 options:
427 -b, --branches show branches 427 -b, --branches show branches
428 --map-file <file> display using template map file 428 --style <style> display using style map file
429 -t, --template <tpl> display using template 429 --template <tpl> display using template
430 430
431 paths [NAME]:: 431 paths [NAME]::
432 Show definition of symbolic path name NAME. If no name is given, show 432 Show definition of symbolic path name NAME. If no name is given, show
433 definition of available names. 433 definition of available names.
434 434
633 tip [-p]:: 633 tip [-p]::
634 Show the tip revision. 634 Show the tip revision.
635 635
636 options: 636 options:
637 -b, --branches show branches 637 -b, --branches show branches
638 --map-file <file> display using template map file
639 -p, --patch show patch 638 -p, --patch show patch
640 -t, --template <tpl> display using template 639 --style <style> display using style map file
640 --template <tpl> display using template
641 641
642 unbundle <file>:: 642 unbundle <file>::
643 (EXPERIMENTAL) 643 (EXPERIMENTAL)
644 644
645 Apply a compressed changegroup file generated by the bundle 645 Apply a compressed changegroup file generated by the bundle