diff -r ff17dff99295 -r f3c4edfd35e1 tests/test-strip.t --- a/tests/test-strip.t Tue Sep 27 14:46:34 2016 +0200 +++ b/tests/test-strip.t Tue Sep 13 22:58:12 2016 -0400 @@ -710,12 +710,12 @@ -r --rev REV [+] strip specified revision (optional, can specify revisions without this option) - -f --force force removal of changesets, discard uncommitted + -f --[no-]force force removal of changesets, discard uncommitted changes (no backup) - --no-backup no backups - -k --keep do not modify working directory during strip + --[no-]backup no backups + -k --[no-]keep do not modify working directory during strip -B --bookmark VALUE [+] remove revs only reachable from given bookmark - --mq operate on patch repository + --[no-]mq operate on patch repository (use 'hg strip -h' to show more help) [255]