tests/test-strip.t
changeset 40346 943248e47864
parent 39916 1857f50a9643
child 42470 1acaa9f37377
equal deleted inserted replaced
40345:d30a19d10441 40346:943248e47864
   713   
   713   
   714   (use 'hg help -e strip' to show help for the strip extension)
   714   (use 'hg help -e strip' to show help for the strip extension)
   715   
   715   
   716   options ([+] can be repeated):
   716   options ([+] can be repeated):
   717   
   717   
   718    -r --rev REV [+]        strip specified revision (optional, can specify
   718    -r --rev REV [+]           strip specified revision (optional, can specify
   719                            revisions without this option)
   719                               revisions without this option)
   720    -f --force              force removal of changesets, discard uncommitted
   720    -f --force                 force removal of changesets, discard uncommitted
   721                            changes (no backup)
   721                               changes (no backup)
   722       --no-backup          do not save backup bundle
   722       --no-backup             do not save backup bundle
   723    -k --keep               do not modify working directory during strip
   723    -k --keep                  do not modify working directory during strip
   724    -B --bookmark VALUE [+] remove revs only reachable from given bookmark
   724    -B --bookmark BOOKMARK [+] remove revs only reachable from given bookmark
   725       --mq                 operate on patch repository
   725       --mq                    operate on patch repository
   726   
   726   
   727   (use 'hg strip -h' to show more help)
   727   (use 'hg strip -h' to show more help)
   728   [255]
   728   [255]
   729 
   729 
   730   $ cd ..
   730   $ cd ..