##// END OF EJS Templates
test-commit-interactive: add more globs for no-execbit platforms...
Matt Harbison -
r24884:d7778b88 stable
parent child Browse files
Show More
@@ -1483,14 +1483,15 b' Add new file from within a subdirectory'
1483 +foo
1483 +foo
1484 record this change to 'folder/bar'? [Ynesfdaq?] y
1484 record this change to 'folder/bar'? [Ynesfdaq?] y
1485
1485
1486 The #if execbit block above changes the hashes here on some systems
1486 $ hg tip -p
1487 $ hg tip -p
1487 changeset: 32:fb46c2a66466
1488 changeset: 32:* (glob)
1488 tag: tip
1489 tag: tip
1489 user: test
1490 user: test
1490 date: Thu Jan 01 00:00:23 1970 +0000
1491 date: Thu Jan 01 00:00:23 1970 +0000
1491 summary: newfilesubdir
1492 summary: newfilesubdir
1492
1493
1493 diff -r 34c65441ddfb -r fb46c2a66466 folder/bar
1494 diff -r * -r * folder/bar (glob)
1494 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1495 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1495 +++ b/folder/bar Thu Jan 01 00:00:23 1970 +0000
1496 +++ b/folder/bar Thu Jan 01 00:00:23 1970 +0000
1496 @@ -0,0 +1,1 @@
1497 @@ -0,0 +1,1 @@
General Comments 0
You need to be logged in to leave comments. Login now