comparison tests/test-subrepo-relative-path.t @ 37845:b4b7427b5786

tests: remove #require killdaemons The killdaemons hghave feature has returned True since it was introduced in 448d0c452140. As such, "#require killdaemons" has no effect and is superfluous. So we remove instances of it. Differential Revision: https://phab.mercurial-scm.org/D3442
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 30 Apr 2018 19:54:55 -0700
parents b394778b1a50
children dfb888aae17a
comparison
equal deleted inserted replaced
37844:8fb9985382be 37845:b4b7427b5786
1 #require killdaemons
2
3 Preparing the subrepository 'sub' 1 Preparing the subrepository 'sub'
4 2
5 $ hg init sub 3 $ hg init sub
6 $ echo sub > sub/sub 4 $ echo sub > sub/sub
7 $ hg add -R sub 5 $ hg add -R sub