##// END OF EJS Templates
test-log: enable for Windows
Adrian Buehlmann -
r16887:91e417e9 default
parent child Browse files
Show More
@@ -1,5 +1,3 b''
1 $ "$TESTDIR/hghave" execbit || exit 80
2
3 1 The g is crafted to have 2 filelog topological heads in a linear
4 2 changeset graph
5 3
@@ -275,10 +273,12 b' log copies, non-linear manifest'
275 273
276 274 log copies, execute bit set
277 275
276 #if execbit
278 277 $ chmod +x e
279 278 $ hg ci -me3 -d '7 0'
280 279 $ hg log -v --template '{rev} {file_copies}\n' -r 6
281 280 6
281 #endif
282 282
283 283
284 284 log -p d
General Comments 0
You need to be logged in to leave comments. Login now