Skip to main content

Mercurial extension to simulate Subversion externals

Project description

hgexternals is a Mercurial extension that simulates in some ways Subversion’s externals features.

To enable the hgexternals extension, create an entry for it in your hgrc file, like this:

[extensions]
hgexternals =

Next create an EXTERNALS file in your repository containing a list of projects you want to pull localy

Each line of the file contains:

  1. the name of the directory where the external repository will be cloned

  2. the repository url

  3. the name of the VCS (optional). Currently supported : hg and svn. if not provided, hg is picked by default.

Example of an EXTERNALS file:

FormAlchemy https://formalchemy.googlecode.com/hg
WebTest http://svn.pythonpaste.org/Paste/WebTest/trunk svn

You can then use it by calling the externals command with the file in argument:

$ hg externals EXTERNALS

This will check out every repository described in the EXTERNALS file its the directory. Everytime you call it, it will update any existing check out.

Notice that you can also pass a directory, the extension will look for a file name EXTERNALS in it:

$ hg externals .     # looks in the current dir
$ hg externals src     # looks in the src dir

Feedback is welcome !

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hgexternals-0.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page