tests/test-histedit-fold.t
branchstable
changeset 50725 7e5be4a7cda7
parent 46417 768056549737
equal deleted inserted replaced
50724:a10d823a8e3d 50725:7e5be4a7cda7
   234   summary:     f
   234   summary:     f
   235   
   235   
   236 
   236 
   237   $ hg --config progress.debug=1 --debug \
   237   $ hg --config progress.debug=1 --debug \
   238   > histedit 1ddb6c90f2ee --commands - 2>&1 <<EOF | \
   238   > histedit 1ddb6c90f2ee --commands - 2>&1 <<EOF | \
   239   > egrep 'editing|unresolved'
   239   > grep -E 'editing|unresolved'
   240   > pick 1ddb6c90f2ee e
   240   > pick 1ddb6c90f2ee e
   241   > fold 10c36dd37515 f
   241   > fold 10c36dd37515 f
   242   > EOF
   242   > EOF
   243   editing: pick 1ddb6c90f2ee 4 e 1/2 changes (50.00%)
   243   editing: pick 1ddb6c90f2ee 4 e 1/2 changes (50.00%)
   244   editing: fold 10c36dd37515 5 f 2/2 changes (100.00%)
   244   editing: fold 10c36dd37515 5 f 2/2 changes (100.00%)