equal
deleted
inserted
replaced
1 |
1 |
2 Check we can find the topic extensions |
2 Check we can find the topic extensions |
3 |
3 |
4 $ [ -e $TOPICROOT/hgext3rd/topic/__init__.py ] || exit 80 |
4 $ [ -z "$TOPICROOT" ] && echo 'skipped: $TOPICROOT not set' >&2 && exit 80 |
|
5 [1] |
|
6 $ [ ! -e $TOPICROOT/hgext3rd/topic/__init__.py ] && echo 'skipped: no topic repo found at $TOPICROOT' >&2 && exit 80 |
|
7 [1] |
5 $ cat >> $HGRCPATH <<EOF |
8 $ cat >> $HGRCPATH <<EOF |
6 > [defaults] |
9 > [defaults] |
7 > amend=-d "0 0" |
10 > amend=-d "0 0" |
8 > fold=-d "0 0" |
11 > fold=-d "0 0" |
9 > [phases] |
12 > [phases] |