Size: 517
Comment: fix configuration
|
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.