##// END OF EJS Templates
test-mq: conditionalize output instead of tests
Matt Harbison -
r33342:96eb3f50 default
parent child Browse files
Show More
@@ -932,27 +932,17 b' git patches'
932 #endif
932 #endif
933 $ hg add new
933 $ hg add new
934 $ hg qrefresh
934 $ hg qrefresh
935 #if execbit
935
936 $ cat .hg/patches/new
936 $ cat .hg/patches/new
937 new file
937 new file
938
938
939 diff --git a/new b/new
939 diff --git a/new b/new
940 new file mode 100755
940 new file mode 100755 (execbit !)
941 new file mode 100644 (no-execbit !)
941 --- /dev/null
942 --- /dev/null
942 +++ b/new
943 +++ b/new
943 @@ -0,0 +1,1 @@
944 @@ -0,0 +1,1 @@
944 +foo
945 +foo
945 #else
946 $ cat .hg/patches/new
947 new file
948
949 diff --git a/new b/new
950 new file mode 100644
951 --- /dev/null
952 +++ b/new
953 @@ -0,0 +1,1 @@
954 +foo
955 #endif
956
946
957 $ hg qnew -m'copy file' copy
947 $ hg qnew -m'copy file' copy
958 $ hg cp new copy
948 $ hg cp new copy
General Comments 0
You need to be logged in to leave comments. Login now