comparison tests/test-fix.t @ 37595:e2506748b47f

fix: add --all flag to fix non-public non-obsolete revisions Differential Revision: https://phab.mercurial-scm.org/D3213
author Danny Hooper <hooper@google.com>
date Fri, 30 Mar 2018 16:40:25 -0700
parents 314f39e5fa86
children 72ccb0716302
comparison
equal deleted inserted replaced
37594:b1f62cd39b5c 37595:e2506748b47f
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 --base REV [+] revisions to diff against (overrides automatic selection, 108 --base REV [+] revisions to diff against (overrides automatic selection,
108 and applies to every revision being fixed) 109 and applies to every revision being fixed)
109 -r --rev REV [+] revisions to fix 110 -r --rev REV [+] revisions to fix
110 -w --working-dir fix the working directory 111 -w --working-dir fix the working directory
111 --whole always fix every line of a file 112 --whole always fix every line of a file