equal
deleted
inserted
replaced
4 |
4 |
5 install -o root -g root -d /usr/local/lib/mercurial-server |
5 install -o root -g root -d /usr/local/lib/mercurial-server |
6 install -o root -g root -t /usr/local/lib/mercurial-server \ |
6 install -o root -g root -t /usr/local/lib/mercurial-server \ |
7 src/hg-ssh \ |
7 src/hg-ssh \ |
8 src/do-refresh-auth |
8 src/do-refresh-auth |
9 install -o root -g root -t /usr/local/lib/mercurial-server -m 644 \ |
9 install -o root -g root -d /usr/local/lib/mercurial-server/mercurialserver |
10 src/changes.py \ |
10 install -o root -g root -t /usr/local/lib/mercurial-server/mercurialserver -m 644 \ |
11 src/access.py \ |
11 src/mercurialserver/__init__.py \ |
12 src/servelog.py \ |
12 src/mercurialserver/changes.py \ |
13 src/ruleset.py |
13 src/mercurialserver/access.py \ |
|
14 src/mercurialserver/servelog.py \ |
|
15 src/mercurialserver/ruleset.py |
14 install -o root -g root -d /usr/local/lib/mercurial-server/init |
16 install -o root -g root -d /usr/local/lib/mercurial-server/init |
15 install -o root -g root -t /usr/local/lib/mercurial-server/init \ |
17 install -o root -g root -t /usr/local/lib/mercurial-server/init \ |
16 src/init/hginit |
18 src/init/hginit |
17 install -o root -g root -t /usr/local/lib/mercurial-server/init -m 644 \ |
19 install -o root -g root -t /usr/local/lib/mercurial-server/init -m 644 \ |
18 src/init/hgadmin-hgrc |
20 src/init/hgadmin-hgrc |