equal
deleted
inserted
replaced
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 -t /usr/local/lib/mercurial-server -m 644 \ |
|
10 src/changes.py \ |
10 src/access.py \ |
11 src/access.py \ |
11 src/ruleset.py |
12 src/ruleset.py |
12 install -o root -g root -d /usr/local/lib/mercurial-server/init |
13 install -o root -g root -d /usr/local/lib/mercurial-server/init |
13 install -o root -g root -t /usr/local/lib/mercurial-server/init \ |
14 install -o root -g root -t /usr/local/lib/mercurial-server/init \ |
14 src/init/hginit |
15 src/init/hginit |