Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2010-11-02 13:28:11
Size: 1154
Editor: RyanSeto
Comment:
Revision 10 as of 2013-08-31 12:07:36
Size: 469
Editor: Ulrich37E
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Remote Update ==

'''This extension is not distributed with Mercurial.'''

''Author: Ryan Seto''

Mercurial Extension: http://bitbucket.org/MrWerewolf/rupdate

TortoiseHg GUI Extension: [[http://bitbucket.org/MrWerewolf/tortoisehg-rupdate/downloads|binaries]] | [[http://bitbucket.org/MrWerewolf/tortoisehg-rupdate|source]]

=== Overview ===

Remote Update is an extension for Mercurial (Hg) that adds the ability to update a remote repository's working directory to a specified revision if the remote repository is hosted via ssh.

This can help simplify the process for maintaining a website that is a Mercurial repository with it's own working directory.

=== Configuration ===
Configure your .hgrc to enable the extension by adding following lines:

{{{
[extensions]
rupdate = /path/to/rupdate
}}}

=== Usage ===

To update the default remote repository to revision 11

{{{
$ hg rupdate 11
searching for changes
no changes found
Updating the remote repository to revision: 11
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
Remote repository updated
}}}

----
CategoryExtensionsByOthers
I'm Minerva but my partner doesn't like this kind of at all. Minnesota is even our house 's. My dad doesn't like this tool the way I but what I like doing is horse riding and I won't stop doing which it. I used to be unemployed the difference is I am a computer operator but soon my husband with regards to will start your business. My husband and I maintain a internet. You might want to check it done here: http://www.latinoink.com/index.php?do=/profile-49674/info/

I'm Minerva but my partner doesn't like this kind of at all. Minnesota is even our house 's. My dad doesn't like this tool the way I but what I like doing is horse riding and I won't stop doing which it. I used to be unemployed the difference is I am a computer operator but soon my husband with regards to will start your business. My husband and I maintain a internet. You might want to check it done here: http://www.latinoink.com/index.php?do=/profile-49674/info/

RemoteUpdateExtension (last edited 2013-09-01 02:01:21 by KevinBot)