comparison tests/test-strip.t @ 24364:135b23868f45

commands: replace "working copy" with "working directory" in help/messages "working directory" is the standard term, we should use it consistently. But I didn't touch the hint, "run 'hg update' to get a working copy", because "get a working directory" sounds a bit odd.
author Yuya Nishihara <yuya@tcha.org>
date Tue, 17 Mar 2015 22:47:08 +0900
parents ff5caa8dfd99
children e0e28e910fa3
comparison
equal deleted inserted replaced
24363:852801178a63 24364:135b23868f45
634 -r --rev REV [+] strip specified revision (optional, can specify revisions 634 -r --rev REV [+] strip specified revision (optional, can specify revisions
635 without this option) 635 without this option)
636 -f --force force removal of changesets, discard uncommitted changes 636 -f --force force removal of changesets, discard uncommitted changes
637 (no backup) 637 (no backup)
638 --no-backup no backups 638 --no-backup no backups
639 -k --keep do not modify working copy during strip 639 -k --keep do not modify working directory during strip
640 -B --bookmark VALUE remove revs only reachable from given bookmark 640 -B --bookmark VALUE remove revs only reachable from given bookmark
641 --mq operate on patch repository 641 --mq operate on patch repository
642 642
643 (use "hg strip -h" to show more help) 643 (use "hg strip -h" to show more help)
644 [255] 644 [255]