Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Jun 12, 2012, 4:46:49 AM (12 years ago)
- Author:
-
datallah
- Comment:
-
further updates - add instructions for using a 'default-push' [paths] entry
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
6 | 6 | |
7 | 7 | == Anonymous Pull (Non-Developers) == |
8 | | All Pidgin Mercurial repositories will be available via HTTP. As we are not yet using Mercurial, this is not yet available. |
| 8 | All Pidgin Mercurial repositories will be available via HTTP from [http://hg.pidgin.im http://hg.pidgin.im]. |
9 | 9 | |
10 | 10 | == Developers == |
… |
… |
|
24 | 24 | |
25 | 25 | Once initial clones are done, pulls are a simple matter of running `hg pull` within your working copy. You may optionally add `-u` to have your checkout automatically updated if possible. |
| 26 | |
| 27 | Alternatively, you can clone the repository via http and add a `default-push` line to the `[paths]` section of the repository's `.hg/hgrc` file: |
| 28 | * With SSH config above: `default-push ssh://hg.pidgin.im/path/to/repo` |
| 29 | * Without SSH config above: `default-push ssh://hg@hg.pidgin.im/path/to/repo` |
26 | 30 | |
27 | 31 | Pushes are a simple matter of `hg push` within your working copy. If you need to push a new repository, you must clone: |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!