tests/test-fix.t
changeset 44574 5205b46bd887
parent 44129 84a0102c05c7
child 44575 a6ef1e8e2f6d
equal deleted inserted replaced
44573:9f5e94bbc606 44574:5205b46bd887
   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
   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    -s --source REV [+] fix the specified revisions and their descendants
   112       --whole        always fix every line of a file
   112    -w --working-dir    fix the working directory
       
   113       --whole          always fix every line of a file
   113   
   114   
   114   (some details hidden, use --verbose to show complete help)
   115   (some details hidden, use --verbose to show complete help)
   115 
   116 
   116   $ hg help -e fix
   117   $ hg help -e fix
   117   fix extension - rewrite file content in changesets or working copy
   118   fix extension - rewrite file content in changesets or working copy