tests/test-strip.t
changeset 30026 f3c4edfd35e1
parent 29978 7109d5ddeb0c
child 30152 d65e246100ed
equal deleted inserted replaced
30025:ff17dff99295 30026:f3c4edfd35e1
   708   
   708   
   709   options ([+] can be repeated):
   709   options ([+] can be repeated):
   710   
   710   
   711    -r --rev REV [+]        strip specified revision (optional, can specify
   711    -r --rev REV [+]        strip specified revision (optional, can specify
   712                            revisions without this option)
   712                            revisions without this option)
   713    -f --force              force removal of changesets, discard uncommitted
   713    -f --[no-]force         force removal of changesets, discard uncommitted
   714                            changes (no backup)
   714                            changes (no backup)
   715       --no-backup          no backups
   715       --[no-]backup        no backups
   716    -k --keep               do not modify working directory during strip
   716    -k --[no-]keep          do not modify working directory during strip
   717    -B --bookmark VALUE [+] remove revs only reachable from given bookmark
   717    -B --bookmark VALUE [+] remove revs only reachable from given bookmark
   718       --mq                 operate on patch repository
   718       --[no-]mq            operate on patch repository
   719   
   719   
   720   (use 'hg strip -h' to show more help)
   720   (use 'hg strip -h' to show more help)
   721   [255]
   721   [255]
   722 
   722 
   723   $ cd ..
   723   $ cd ..