# HG changeset patch # User Denis Laxalde # Date 2017-10-04 08:02:15 # Node ID 5c122b41070680fba1b82838abc6c141876cc19e # Parent 0efdfb57b05cffb26b3f306f08c9424e0481b776 tests: change to parent directory before all "hg init" in test-log.t Add a "cd .." before the second "hg init" so that all repositories are on top level of test directory. Makes inspection of test directory easier. diff --git a/tests/test-log.t b/tests/test-log.t --- a/tests/test-log.t +++ b/tests/test-log.t @@ -15,6 +15,8 @@ Log on empty repository: checking consis $ hg log -r null -q -1:000000000000 + $ cd .. + The g is crafted to have 2 filelog topological heads in a linear changeset graph