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 16, 2012, 5:10:11 PM (12 years ago)
- Author:
-
datallah
- Comment:
-
Fix default-push settings
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v8
|
v9
|
|
51 | 51 | 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. |
52 | 52 | |
53 | | 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: |
54 | | * With SSH config above: `default-push ssh://hg.pidgin.im/path/to/repo` |
55 | | * Without SSH config above: `default-push ssh://hg@hg.pidgin.im/path/to/repo` |
| 53 | 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 (you'll need to use the `hg@` prefix if you haven't set it via the SSH config): |
| 54 | {{{ |
| 55 | default-push = ssh://hg.pidgin.im/path/to/repo |
| 56 | }}} |
56 | 57 | |
57 | 58 | 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!