Fetch extension

This extension is currently being distributed along with Mercurial.

Overview

This extension pulls changes from a remote repository and merges new changes if needed, and finally updates the working directory.

Configuration

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

[extensions]
fetch=

Usage

hg fetch [SOURCE]

Where SOURCE is a path or URL.

Use hg help fetch for additional options.