Mercurial > hg-stable
comparison tests/test-histedit-non-commute-abort.t @ 17086:5f2cacb715dc
tests: make histedit tests more resilient to filesystem variation
Better quoting of odd filesystem paths and no dependency to execute bit.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Sat, 30 Jun 2012 03:34:50 +0200 |
parents | 35729bdd59b6 |
children | a79776f427b4 |
comparison
equal
deleted
inserted
replaced
17085:35729bdd59b6 | 17086:5f2cacb715dc |
---|---|
69 date: Thu Jan 01 00:00:00 1970 +0000 | 69 date: Thu Jan 01 00:00:00 1970 +0000 |
70 summary: a | 70 summary: a |
71 | 71 |
72 | 72 |
73 edit the history | 73 edit the history |
74 $ HGEDITOR="cat $EDITED > " hg histedit 177f92b77385 2>&1 | fixbundle | 74 $ HGEDITOR="cat \"$EDITED\" > " hg histedit 177f92b77385 2>&1 | fixbundle |
75 0 files updated, 0 files merged, 2 files removed, 0 files unresolved | 75 0 files updated, 0 files merged, 2 files removed, 0 files unresolved |
76 1 out of 1 hunks FAILED -- saving rejects to file e.rej | 76 1 out of 1 hunks FAILED -- saving rejects to file e.rej |
77 abort: Fix up the change and run hg histedit --continue | 77 abort: Fix up the change and run hg histedit --continue |
78 | 78 |
79 fix up (pre abort) | 79 fix up (pre abort) |