Skip to content
Snippets Groups Projects
Commit d7778b88 authored by Matt Harbison's avatar Matt Harbison
Browse files

test-commit-interactive: add more globs for no-execbit platforms

The ability to set the exec bit on Windows would be real handy for this test..
parent 09049042
No related branches found
No related tags found
No related merge requests found
......@@ -1483,4 +1483,5 @@
+foo
record this change to 'folder/bar'? [Ynesfdaq?] y
The #if execbit block above changes the hashes here on some systems
$ hg tip -p
......@@ -1486,7 +1487,7 @@
$ hg tip -p
changeset: 32:fb46c2a66466
changeset: 32:* (glob)
tag: tip
user: test
date: Thu Jan 01 00:00:23 1970 +0000
summary: newfilesubdir
......@@ -1488,9 +1489,9 @@
tag: tip
user: test
date: Thu Jan 01 00:00:23 1970 +0000
summary: newfilesubdir
diff -r 34c65441ddfb -r fb46c2a66466 folder/bar
diff -r * -r * folder/bar (glob)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/folder/bar Thu Jan 01 00:00:23 1970 +0000
@@ -0,0 +1,1 @@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment