multirepo

Mercurial extension to affect multiple repositories simultaneously
Download

multirepo Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Publisher Name:
  • Iain Lowe

multirepo Tags


multirepo Description

Mercurial extension to affect multiple repositories simultaneously multirepo is a Mercurial extension to affect multiple repositories simultaneously. All commands that affect other repositories (push, paths, out and bundle) are wrapped.Install:If you have installed multirepo.py in your PYTHONPATH, activate the extension in .hgrc:hgext.multirepo=Otherwise, you will need to specify the full path to the extension:multirepo = path/to/multirepo.pyUsage:Add paths to target to .hgrc in the multirepo section; attributes starting with path. are interpreted as targets for multirepo:path.abc = /path/to/a/repopath.another = /path/to/another/repoThe default path (or default-push if it is defined) is included in the list of paths to this extension will target unless you set include.default to False:include.default = Falsepath.abc = /path/to/a/repopath.another = /path/to/another/repoAll wrapped commands affect all targets unless a specific target is given on the command-line. Requirements: · Python · Mercurial


multirepo Related Software