119 | | You can access the repos with Mercurial (`hg`) at the same URLs as |
120 | | with `darcs`, e.g. |
121 | | {{{ |
122 | | hg clone http://arc.liv.ac.uk/repos/darcs/sge/ |
123 | | }}} |
124 | | (They should probably be aliased to avoid confusion.) You can also |
125 | | pull with `git`, but the relevant URL is the darcs one with `/.git` |
126 | | appended, e.g. |
127 | | {{{ |
128 | | git clone http://arc.liv.ac.uk/repos/darcs/sge/.git |
| 119 | You can access the repos with Mercurial (`hg`), e.g. |
| 120 | {{{ |
| 121 | hg clone http://arc.liv.ac.uk/repos/hg/sge/ |
| 122 | }}} |
| 123 | (actually just an alias for the darcs repo). You can also |
| 124 | pull with `git`, e.g. |
| 125 | {{{ |
| 126 | git clone http://arc.liv.ac.uk/repos/git/sge |