tests/test-patchbomb.t
changeset 31860 56f58027a513
parent 31489 5b2e1689b24d
child 32940 75be14993fda
equal deleted inserted replaced
31859:8e282aa3c3ff 31860:56f58027a513
  2844   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
  2844   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
  2845   +++ b/d	Thu Jan 01 00:00:04 1970 +0000
  2845   +++ b/d	Thu Jan 01 00:00:04 1970 +0000
  2846   @@ -0,0 +1,1 @@
  2846   @@ -0,0 +1,1 @@
  2847   +d
  2847   +d
  2848   
  2848   
       
  2849 #if no-windows
  2849 
  2850 
  2850 Set up a fake sendmail program
  2851 Set up a fake sendmail program
  2851 
  2852 
  2852   $ cat > pretendmail.sh << 'EOF'
  2853   $ cat > pretendmail.sh << 'EOF'
  2853   > #!/bin/sh
  2854   > #!/bin/sh
  3024   $ hg email --date '1980-1-1 0:1' -t foo -s test -r '2+10'
  3025   $ hg email --date '1980-1-1 0:1' -t foo -s test -r '2+10'
  3025   abort: public "$TESTTMP/t3" is missing ff2c9fa2018b and 1 others
  3026   abort: public "$TESTTMP/t3" is missing ff2c9fa2018b and 1 others
  3026   (use 'hg push $TESTTMP/t3 -r ff2c9fa2018b -r 3b6f1ec9dde9')
  3027   (use 'hg push $TESTTMP/t3 -r ff2c9fa2018b -r 3b6f1ec9dde9')
  3027   [255]
  3028   [255]
  3028 
  3029 
       
  3030 #endif