# HG changeset patch # User Pulkit Goyal # Date 1534426592 -10800 # Node ID 0600d09764dfc816cd42b490fa85109637fdf839 # Parent 7c9fedcf7a360be4c2ce7bffc544fb8f31d14966 tests: don't create new repo inside existing repo in test-rebase-inmemory.t Differential Revision: https://phab.mercurial-scm.org/D4298 diff -r 7c9fedcf7a36 -r 0600d09764df tests/test-rebase-inmemory.t --- a/tests/test-rebase-inmemory.t Wed Jul 25 13:40:42 2018 -0400 +++ b/tests/test-rebase-inmemory.t Thu Aug 16 16:36:32 2018 +0300 @@ -155,8 +155,11 @@ | o 1: fc055c3b4d33 'b' |/ o 0: b173517d0057 'a' - + + $ cd .. + Test dry-run rebasing + $ hg init repo3 $ cd repo3 $ echo a>a