mercurial/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Mon, 14 Oct 2013 16:49:54 +0200
changeset 19924 c23c62209cc4
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
tests: prepare rebase test for wc parent preservation In the way to solving issue3813 we'll preserve the working directory parent after the rebase. Multiple rebases test expect the working directory parent to be tip after rebase. We patches them before the actual change to prevent confusion.