equal
deleted
inserted
replaced
19 install -o root -g root -t /usr/local/lib/mercurial-server/init \ |
19 install -o root -g root -t /usr/local/lib/mercurial-server/init \ |
20 src/init/hginit |
20 src/init/hginit |
21 install -o root -g root -t /usr/local/lib/mercurial-server/init -m 644 \ |
21 install -o root -g root -t /usr/local/lib/mercurial-server/init -m 644 \ |
22 src/init/hgadmin-hgrc |
22 src/init/hgadmin-hgrc |
23 install -o root -g root -d /etc/mercurial-server |
23 install -o root -g root -d /etc/mercurial-server |
24 install -o root -g root -t /etc/mercurial-server \ |
|
25 src/init/conf/hg-ssh-wrapper |
|
26 install -o root -g root -t /etc/mercurial-server -m 644 \ |
24 install -o root -g root -t /etc/mercurial-server -m 644 \ |
27 src/init/conf/remote-hgrc \ |
25 src/init/conf/remote-hgrc \ |
28 src/init/conf/access.conf |
26 src/init/conf/access.conf |
29 install -o root -g root -d /etc/mercurial-server/keys/root |
27 install -o root -g root -d /etc/mercurial-server/keys/root |
30 install -o root -g root -d /etc/mercurial-server/keys/users |
28 install -o root -g root -d /etc/mercurial-server/keys/users |