{ "info": { "author": "Keegan Carruthers-Smith", "author_email": "keegan.csmith@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development", "Topic :: Utilities" ], "description": "============\n hgallpaths\n============\n\nA mercurial extension to allow pushing and pulling from all paths specified in\nthe configuration.\n\nInstallation\n============\n\nAdd hgallpaths extension to your ~/.hgrc::\n\n [extensions]\n hgallpaths = /path/to/hgallpaths.py\n\nThe list of all paths is available from the ``paths`` command::\n\n $ hg paths\n\n\nAlternatively you can install hgallpaths with ``pip``::\n\n $ pip install hgallpaths\n\nor with ``setuptools``::\n\n $ python setup.py install\n\nWith either of those methods you don't need to specify the path to hgallpaths\nin your hgrc configuration::\n\n [extensions]\n hgallpaths =\n\n\nConfiguration\n-------------\n\nYou can exclude certain paths in the configuration. For example to always\nexclude the path ``foo`` and ``bar``, as well as exclude ``baz`` when pushing\nyou add this to your ~/.hgrc (or repo hgrc)::\n\n [hgallpaths]\n exclude = foo bar\n exclude_push = baz\n\nUsage\n=====\n\nThe two commands supported at the moment are ``pushall`` and ``pullall``. For\nexample to push to all paths run::\n\n $ hg pushall", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/keegan_csmith/hgallpaths", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "hgallpaths", "package_url": "https://pypi.org/project/hgallpaths/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hgallpaths/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/keegan_csmith/hgallpaths" }, "release_url": "https://pypi.org/project/hgallpaths/0.1/", "requires_dist": null, "requires_python": null, "summary": "A mercurial extension to allow pushing and pulling from all paths.", "version": "0.1" }, "last_serial": 792907, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b9019776554de584aaa3837badc33026", "sha256": "bd9d48723d78233d92f419e78904e7402ec0bfa98dc634c1fe67d73a6667a847" }, "downloads": -1, "filename": "hgallpaths-0.1.tar.gz", "has_sig": false, "md5_digest": "b9019776554de584aaa3837badc33026", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2801, "upload_time": "2012-08-03T14:15:27", "url": "https://files.pythonhosted.org/packages/ba/df/7692004a69833fde0f860650e59d370d7c649985ed00dac8e5d12af9ca79/hgallpaths-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b9019776554de584aaa3837badc33026", "sha256": "bd9d48723d78233d92f419e78904e7402ec0bfa98dc634c1fe67d73a6667a847" }, "downloads": -1, "filename": "hgallpaths-0.1.tar.gz", "has_sig": false, "md5_digest": "b9019776554de584aaa3837badc33026", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2801, "upload_time": "2012-08-03T14:15:27", "url": "https://files.pythonhosted.org/packages/ba/df/7692004a69833fde0f860650e59d370d7c649985ed00dac8e5d12af9ca79/hgallpaths-0.1.tar.gz" } ] }