comparison tests/test-fix.t @ 40954:8604f130eb43

help: show "default: off" for boolean flags that default to off Differential Revision: https://phab.mercurial-scm.org/D5431
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 14 Dec 2018 13:33:12 -0800
parents ad71c792a8d8
children f6187e60f792
comparison
equal deleted inserted replaced
40953:05abb5fb146a 40954:8604f130eb43
102 102
103 (use 'hg help -e fix' to show help for the fix extension) 103 (use 'hg help -e fix' to show help for the fix extension)
104 104
105 options ([+] can be repeated): 105 options ([+] can be repeated):
106 106
107 --all fix all non-public non-obsolete revisions 107 --all fix all non-public non-obsolete revisions (default: off)
108 --base REV [+] revisions to diff against (overrides automatic selection, 108 --base REV [+] revisions to diff against (overrides automatic selection,
109 and applies to every revision being fixed) 109 and applies to every revision being fixed)
110 -r --rev REV [+] revisions to fix 110 -r --rev REV [+] revisions to fix
111 -w --working-dir fix the working directory 111 -w --working-dir fix the working directory (default: off)
112 --whole always fix every line of a file 112 --whole always fix every line of a file (default: off)
113 113
114 (some details hidden, use --verbose to show complete help) 114 (some details hidden, use --verbose to show complete help)
115 115
116 $ hg help -e fix 116 $ hg help -e fix
117 fix extension - rewrite file content in changesets or working copy 117 fix extension - rewrite file content in changesets or working copy