Mercurial > hg
comparison tests/test-patchbomb @ 9913:e3237af51def stable
run-tests: always set $COLUMNS, fix running tests under emacs shell
fix tests failure reported by Neal Becker.
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Mon, 23 Nov 2009 22:45:36 +0100 |
parents | b39f98be96de |
children | 4600e6222efb 4ddfad7ebd98 |
comparison
equal
deleted
inserted
replaced
9911:58bdcab55bdc | 9913:e3237af51def |
---|---|
9 -e 's/===.*/===/' | 9 -e 's/===.*/===/' |
10 } | 10 } |
11 | 11 |
12 echo "[extensions]" >> $HGRCPATH | 12 echo "[extensions]" >> $HGRCPATH |
13 echo "patchbomb=" >> $HGRCPATH | 13 echo "patchbomb=" >> $HGRCPATH |
14 | |
15 COLUMNS=80; export COLUMNS | |
16 | 14 |
17 hg init t | 15 hg init t |
18 cd t | 16 cd t |
19 echo a > a | 17 echo a > a |
20 hg commit -Ama -d '1 0' | 18 hg commit -Ama -d '1 0' |