[Pidgin] UsingPidginMercurial modified
Pidgin
trac at pidgin.im
Sat Jun 16 13:10:14 EDT 2012
Changed page "UsingPidginMercurial" by datallah from 76.236.186.208*
Page URL: <http://developer.pidgin.im/wiki/UsingPidginMercurial>
Diff URL: <http://developer.pidgin.im/wiki/UsingPidginMercurial?action=diff&version=9>
Revision 9
Comment: Fix default-push settings
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: UsingPidginMercurial
=========================================================================
--- UsingPidginMercurial (version: 8)
+++ UsingPidginMercurial (version: 9)
@@ -50,9 +50,10 @@
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.
-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:
- * With SSH config above: `default-push ssh://hg.pidgin.im/path/to/repo`
- * Without SSH config above: `default-push ssh://hg@hg.pidgin.im/path/to/repo`
+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):
+{{{
+default-push = ssh://hg.pidgin.im/path/to/repo
+}}}
Pushes are a simple matter of `hg push` within your working copy. If you need to push a new repository, you must clone:
* With SSH config above: `hg clone . ssh://hg.pidgin.im/path/to/repo` in working copy
-------8<------8<------8<------8<------8<------8<------8<------8<--------
* The IP shown here might not mean anything if the user or the server is
behind a proxy.
--
Pidgin <http://pidgin.im>
Pidgin
This is an automated message. Someone at http://pidgin.im added your email
address to be notified of changes on UsingPidginMercurial. If it was not you, please
report to .
More information about the Wikiedit
mailing list