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, either shipped with Mercurial or in the Python search path, create an entry for it in your hgrc, like this:

[extensions]
hgexternals =

For help using hgexternals, run: “hg externals –help”

hg status hook

You can also expand your stat command by adding hook:

[hooks]
post-status = python:hgexternals.extstatushook

It will display externals status similar way Subversion does.

Currently extstatushook does not recognize any option specific to hg stat. It should support global options as –repo. It will warn you that option is not recognized and wont produce output. Hovever it does support nodes on which should stat be ran.

Reporting bugs

Please report bugs at http://bitbucket.org/tarek/hgexternals/

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.2.tar.gz (3.1 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