##// END OF EJS Templates
test-patchbomb.t: drop a number of now-redundant uses of "-n"
Bryan O'Sullivan -
r27659:abc91688 default
parent child Browse files
Show More
@@ -2745,18 +2745,18 b' Test introduction configuration'
2745
2745
2746 single rev
2746 single rev
2747
2747
2748 $ hg email --date '1980-1-1 0:1' -n -t foo -s test -r '10' | grep "Write the introductory message for the patch series."
2748 $ hg email --date '1980-1-1 0:1' -t foo -s test -r '10' | grep "Write the introductory message for the patch series."
2749 [1]
2749 [1]
2750
2750
2751 single rev + flag
2751 single rev + flag
2752
2752
2753 $ hg email --date '1980-1-1 0:1' -n -t foo -s test -r '10' --intro | grep "Write the introductory message for the patch series."
2753 $ hg email --date '1980-1-1 0:1' -t foo -s test -r '10' --intro | grep "Write the introductory message for the patch series."
2754 Write the introductory message for the patch series.
2754 Write the introductory message for the patch series.
2755
2755
2756
2756
2757 Multi rev
2757 Multi rev
2758
2758
2759 $ hg email --date '1980-1-1 0:1' -n -t foo -s test -r '9::' | grep "Write the introductory message for the patch series."
2759 $ hg email --date '1980-1-1 0:1' -t foo -s test -r '9::' | grep "Write the introductory message for the patch series."
2760 Write the introductory message for the patch series.
2760 Write the introductory message for the patch series.
2761
2761
2762 "never" setting
2762 "never" setting
@@ -2766,23 +2766,23 b' Multi rev'
2766
2766
2767 single rev
2767 single rev
2768
2768
2769 $ hg email --date '1980-1-1 0:1' -n -t foo -s test -r '10' | grep "Write the introductory message for the patch series."
2769 $ hg email --date '1980-1-1 0:1' -t foo -s test -r '10' | grep "Write the introductory message for the patch series."
2770 [1]
2770 [1]
2771
2771
2772 single rev + flag
2772 single rev + flag
2773
2773
2774 $ hg email --date '1980-1-1 0:1' -n -t foo -s test -r '10' --intro | grep "Write the introductory message for the patch series."
2774 $ hg email --date '1980-1-1 0:1' -t foo -s test -r '10' --intro | grep "Write the introductory message for the patch series."
2775 Write the introductory message for the patch series.
2775 Write the introductory message for the patch series.
2776
2776
2777
2777
2778 Multi rev
2778 Multi rev
2779
2779
2780 $ hg email --date '1980-1-1 0:1' -n -t foo -s test -r '9::' | grep "Write the introductory message for the patch series."
2780 $ hg email --date '1980-1-1 0:1' -t foo -s test -r '9::' | grep "Write the introductory message for the patch series."
2781 [1]
2781 [1]
2782
2782
2783 Multi rev + flag
2783 Multi rev + flag
2784
2784
2785 $ hg email --date '1980-1-1 0:1' -n -t foo -s test -r '9::' --intro | grep "Write the introductory message for the patch series."
2785 $ hg email --date '1980-1-1 0:1' -t foo -s test -r '9::' --intro | grep "Write the introductory message for the patch series."
2786 Write the introductory message for the patch series.
2786 Write the introductory message for the patch series.
2787
2787
2788 "always" setting
2788 "always" setting
@@ -2792,23 +2792,23 b' Multi rev + flag'
2792
2792
2793 single rev
2793 single rev
2794
2794
2795 $ hg email --date '1980-1-1 0:1' -n -t foo -s test -r '10' | grep "Write the introductory message for the patch series."
2795 $ hg email --date '1980-1-1 0:1' -t foo -s test -r '10' | grep "Write the introductory message for the patch series."
2796 Write the introductory message for the patch series.
2796 Write the introductory message for the patch series.
2797
2797
2798 single rev + flag
2798 single rev + flag
2799
2799
2800 $ hg email --date '1980-1-1 0:1' -n -t foo -s test -r '10' --intro | grep "Write the introductory message for the patch series."
2800 $ hg email --date '1980-1-1 0:1' -t foo -s test -r '10' --intro | grep "Write the introductory message for the patch series."
2801 Write the introductory message for the patch series.
2801 Write the introductory message for the patch series.
2802
2802
2803
2803
2804 Multi rev
2804 Multi rev
2805
2805
2806 $ hg email --date '1980-1-1 0:1' -n -t foo -s test -r '9::' | grep "Write the introductory message for the patch series."
2806 $ hg email --date '1980-1-1 0:1' -t foo -s test -r '9::' | grep "Write the introductory message for the patch series."
2807 Write the introductory message for the patch series.
2807 Write the introductory message for the patch series.
2808
2808
2809 Multi rev + flag
2809 Multi rev + flag
2810
2810
2811 $ hg email --date '1980-1-1 0:1' -n -t foo -s test -r '9::' --intro | grep "Write the introductory message for the patch series."
2811 $ hg email --date '1980-1-1 0:1' -t foo -s test -r '9::' --intro | grep "Write the introductory message for the patch series."
2812 Write the introductory message for the patch series.
2812 Write the introductory message for the patch series.
2813
2813
2814 bad value setting
2814 bad value setting
@@ -2866,7 +2866,7 b' basic version'
2866
2866
2867 $ echo 'intro=auto' >> $HGRCPATH
2867 $ echo 'intro=auto' >> $HGRCPATH
2868 $ echo "publicurl=$TESTTMP/t2" >> $HGRCPATH
2868 $ echo "publicurl=$TESTTMP/t2" >> $HGRCPATH
2869 $ hg email --date '1980-1-1 0:1' -n -t foo -s test -r '10' | grep '^#'
2869 $ hg email --date '1980-1-1 0:1' -t foo -s test -r '10' | grep '^#'
2870 abort: public url $TESTTMP/t2 is missing 3b6f1ec9dde9
2870 abort: public url $TESTTMP/t2 is missing 3b6f1ec9dde9
2871 (use "hg push $TESTTMP/t2 -r 3b6f1ec9dde9")
2871 (use "hg push $TESTTMP/t2 -r 3b6f1ec9dde9")
2872 [1]
2872 [1]
@@ -2874,7 +2874,7 b' basic version'
2874 remote missing
2874 remote missing
2875
2875
2876 $ echo 'publicurl=$TESTTMP/missing' >> $HGRCPATH
2876 $ echo 'publicurl=$TESTTMP/missing' >> $HGRCPATH
2877 $ hg email --date '1980-1-1 0:1' -n -t foo -s test -r '10'
2877 $ hg email --date '1980-1-1 0:1' -t foo -s test -r '10'
2878 unable to access public repo: $TESTTMP/missing
2878 unable to access public repo: $TESTTMP/missing
2879 abort: repository $TESTTMP/missing not found!
2879 abort: repository $TESTTMP/missing not found!
2880 [255]
2880 [255]
@@ -2889,7 +2889,7 b' node missing at remote'
2889 updating to branch test
2889 updating to branch test
2890 3 files updated, 0 files merged, 0 files removed, 0 files unresolved
2890 3 files updated, 0 files merged, 0 files removed, 0 files unresolved
2891 $ echo 'publicurl=$TESTTMP/t3' >> $HGRCPATH
2891 $ echo 'publicurl=$TESTTMP/t3' >> $HGRCPATH
2892 $ hg email --date '1980-1-1 0:1' -n -t foo -s test -r '10'
2892 $ hg email --date '1980-1-1 0:1' -t foo -s test -r '10'
2893 abort: public url $TESTTMP/t3 is missing 3b6f1ec9dde9
2893 abort: public url $TESTTMP/t3 is missing 3b6f1ec9dde9
2894 (use "hg push $TESTTMP/t3 -r 3b6f1ec9dde9")
2894 (use "hg push $TESTTMP/t3 -r 3b6f1ec9dde9")
2895 [255]
2895 [255]
General Comments 0
You need to be logged in to leave comments. Login now