Mercurial > evolve
comparison tests/test-stabilize-result.t @ 4053:ecbf61d90807
pick: replace `hg grab` invocation in test with `hg pick`
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 31 Aug 2018 09:21:19 +0200 |
parents | 25981fae92f9 |
children | eb4d07a0b19f 8aa28e68ac44 |
comparison
equal
deleted
inserted
replaced
4052:73e73471d6c6 | 4053:ecbf61d90807 |
---|---|
126 $ hg commit -m 'add c' | 126 $ hg commit -m 'add c' |
127 created new head | 127 created new head |
128 | 128 |
129 Get a successors of 8 on it | 129 Get a successors of 8 on it |
130 | 130 |
131 $ hg grab 1cf0aacfd363 | 131 $ hg pick 1cf0aacfd363 |
132 picking 6:1cf0aacfd363 "newer a" | 132 picking 6:1cf0aacfd363 "newer a" |
133 | 133 |
134 Add real change to the successors | 134 Add real change to the successors |
135 | 135 |
136 $ echo 'babar' >> a | 136 $ echo 'babar' >> a |