##// END OF EJS Templates
tests: simplify test-fix-topology.t slightly by using a `(case !)`...
Martin von Zweigbergk -
r45047:ea40fea9 default
parent child Browse files
Show More
@@ -128,12 +128,8 b' The computation of changed lines is orth'
128 128
129 129 Fix all but the root revision and its four children.
130 130
131 #if obsstore-on
132 131 $ hg fix -r '2|4|7|8|9' --working-dir
133 #else
134 $ hg fix -r '2|4|7|8|9' --working-dir
135 saved backup bundle to * (glob)
136 #endif
132 saved backup bundle to * (glob) (obsstore-off !)
137 133
138 134 The five revisions remain, but the other revisions were fixed and replaced. All
139 135 parent pointers have been accurately set to reproduce the previous topology
General Comments 0
You need to be logged in to leave comments. Login now