equal
deleted
inserted
replaced
|
1 $ "$TESTDIR/hghave" execbit || exit 80 |
|
2 |
1 setting up repo |
3 setting up repo |
2 |
4 |
3 $ hg init test |
5 $ hg init test |
4 $ cd test |
6 $ cd test |
5 $ echo a > a |
7 $ echo a > a |
8 adding a |
10 adding a |
9 adding b |
11 adding b |
10 |
12 |
11 change permissions for git diffs |
13 change permissions for git diffs |
12 |
14 |
13 $ chmod 755 a |
15 $ chmod +x a |
14 $ hg ci -Amb |
16 $ hg ci -Amb |
15 |
17 |
16 set up hgweb |
18 set up hgweb |
17 |
19 |
18 $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log |
20 $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log |