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.

Changes between Version 8 and Version 9 of UsingPidginMercurial


Ignore:
Timestamp:
Jun 16, 2012, 5:10:11 PM (12 years ago)
Author:
datallah
Comment:

Fix default-push settings

Legend:

Unmodified
Added
Removed
Modified
  • UsingPidginMercurial

    v8 v9  
    5151Once 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.
    5252
    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`
     53Alternatively, 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{{{
     55default-push = ssh://hg.pidgin.im/path/to/repo
     56}}}
    5657
    5758Pushes 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!