comparison tests/test-prev-next.t @ 3488:1baf32675ec6

merge with stable
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 06 Feb 2018 13:00:28 +0100
parents 210132852a3d bee9fee8f36b
children 7c8150697810
comparison
equal deleted inserted replaced
3487:14b9cded3c81 3488:1baf32675ec6
240 240
241 prev and next should lock properly against other commands 241 prev and next should lock properly against other commands
242 242
243 $ hg init repo 243 $ hg init repo
244 $ cd repo 244 $ cd repo
245 $ HGEDITOR=${TESTDIR}/fake-editor.sh 245 $ HGEDITOR="sh ${TESTDIR}/fake-editor.sh"
246 $ echo hi > foo 246 $ echo hi > foo
247 $ hg ci -Am 'one' 247 $ hg ci -Am 'one'
248 adding foo 248 adding foo
249 $ echo bye > foo 249 $ echo bye > foo
250 $ hg ci -Am 'two' 250 $ hg ci -Am 'two'