comparison tests/test-issue660.t @ 49041:8309c83b6e2c

test-issue660: test inside a repository, not the test dir This causes an issue with a temporary file showing up in test output when adding a dirstate-v2 variant of this test. Differential Revision: https://phab.mercurial-scm.org/D12444
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 28 Mar 2022 13:00:14 +0200
parents cb70501d8b71
children 524819ab6fde
comparison
equal deleted inserted replaced
49040:3abf799b7b29 49041:8309c83b6e2c
1 https://bz.mercurial-scm.org/660 and: 1 https://bz.mercurial-scm.org/660 and:
2 https://bz.mercurial-scm.org/322 2 https://bz.mercurial-scm.org/322
3 3
4 $ hg init 4 $ hg init repo
5 $ cd repo
5 $ echo a > a 6 $ echo a > a
6 $ mkdir b 7 $ mkdir b
7 $ echo b > b/b 8 $ echo b > b/b
8 $ hg commit -A -m "a is file, b is dir" 9 $ hg commit -A -m "a is file, b is dir"
9 adding a 10 adding a