hgallpaths

A Mercurial extension to allow pushing and pulling from all paths
Download

hgallpaths Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Keegan Carruthers-Smith
  • Publisher web site:
  • http://people.cs.uct.ac.za/~smtkee002/AmarokQuilt.html

hgallpaths Tags


hgallpaths Description

hgallpaths is a Mercurial extension to allow pushing and pulling from all paths specified in the configuration.InstallationAdd hgallpaths extension to your ~/.hgrc:hgallpaths = /path/to/hgallpaths.pyThe list of all paths is available from the paths command: hg pathsAlternatively you can install hgallpaths with pip: pip install hgallpathsor with setuptools: python setup.py installWith either of those methods you don't need to specify the path to hgallpaths in your hgrc configuration:hgallpaths =ConfigurationYou can exclude certain paths in the configuration. For example to always exclude the path foo and bar, as well as exclude baz when pushing you add this to your ~/.hgrc (or repo hgrc):exclude = foo barexclude_push = bazUsageThe two commands supported at the moment are pushall and pullall. For example to push to all paths run:hg pushallProduct's homepage


hgallpaths Related Software