Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2007-01-17 21:22:21
Size: 517
Comment: fix configuration
Revision 4 as of 2007-01-17 23:43:10
Size: 572
Comment: Add author and clarify description
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
''Author: Vadim Gelfer''
Line 5: Line 7:
This extension pulls changes from a remote repository and merges new changes if needed, and finally updates the working directory. This extension is a convenience wrapper to pull and merge changes from a remote repository and later update the working directory.
Line 22: Line 24:

----
CategoryExtension

Fetch extension

This extension is currently being distributed along with Mercurial.

Author: Vadim Gelfer

Overview

This extension is a convenience wrapper to pull and merge changes from a remote repository and later update the working directory.

Configuration

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

[extensions]
hgext.fetch=

Usage

hg fetch [SOURCE]

Where SOURCE is a path or URL.

Use hg help fetch for additional options.


CategoryExtension

FetchExtension (last edited 2013-02-22 11:11:53 by proxy01)