##// END OF EJS Templates
merge with stable
Mads Kiilerich -
r12398:2bc926ad merge default
parent child Browse files
Show More
@@ -11,7 +11,7 b' for PO in C $TESTDIR/../i18n/*.po; do'
11 echo "% extracting documentation from $LOCALE"
11 echo "% extracting documentation from $LOCALE"
12 echo ".. -*- coding: utf-8 -*-" > gendoc-$LOCALE.txt
12 echo ".. -*- coding: utf-8 -*-" > gendoc-$LOCALE.txt
13 echo "" >> gendoc-$LOCALE.txt
13 echo "" >> gendoc-$LOCALE.txt
14 LC_ALL=$LOCALE python $TESTDIR/../doc/gendoc.py >> gendoc-$LOCALE.txt || exit
14 LC_ALL=$LOCALE python $TESTDIR/../doc/gendoc.py >> gendoc-$LOCALE.txt 2> /dev/null || exit
15
15
16 # We call runrst without adding "--halt warning" to make it report
16 # We call runrst without adding "--halt warning" to make it report
17 # all errors instead of stopping on the first one.
17 # all errors instead of stopping on the first one.
@@ -95,7 +95,8 b' replace broken symlink with another brok'
95 $ hg add linka
95 $ hg add linka
96 $ hg qnew link
96 $ hg qnew link
97 $ hg mv linka linkb
97 $ hg mv linka linkb
98 $ ln -sf linkb linkb
98 $ rm linkb
99 $ ln -s linkb linkb
99 $ hg qnew movelink
100 $ hg qnew movelink
100 $ hg qpop
101 $ hg qpop
101 popping movelink
102 popping movelink
General Comments 0
You need to be logged in to leave comments. Login now