{ "info": { "author": "Markus Zapke-Gruendemann", "author_email": "markus@keimlink.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Version Control" ], "description": "versions extension\n******************\n\nDisplay the version information for Mercurial and all installed extensions.\n\nInstallation\n============\n\nUse `pip` or `easy_install` to install the package::\n\n $ pip install hg-versions\n\nOr install from the sources::\n\n $ tar xzf hg-versions-0.1.tar.gz\n $ cd hg-versions-0.1\n $ python setup.py install\n\nThen add the extension to your Mercurial configuration (your .hgrc or mercurial.ini file)::\n\n [extensions]\n versions =\n\nUsage\n=====\n\nBy default only the Mercurial version and enabled extensions with version information are displayed::\n\n $ hg versions\n Mercurial version: 1.7.2\n\n enabled extensions:\n\n versions 0.1\n\nYou can use the `-a` argument to display all enabled extensions, even those without a version::\n\n $ hg versions -a\n Mercurial version: 1.7.2\n\n enabled extensions:\n\n bookmarks \n color \n crecord \n extdiff \n fetch \n graphlog \n hgattic \n hggit \n hgsubversion \n histedit \n mercurial_keyring \n pager \n prompt \n rebase \n versions 0.1\n\n\nChangelog\n*********\n\n0.4.1\n=====\n\n- Fix tests.\n\n0.4\n===\n\n- Switched to setuptools.\n\n0.3\n===\n\n- Author string was not unicode.\n\n0.2\n===\n\n- Added fix for disabled extensions.\n\n0.1\n===\n\n- Initial release.", "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/keimlink/hg-versions/src", "keywords": null, "license": "GNU GPLv2+", "maintainer": null, "maintainer_email": null, "name": "hg-versions", "package_url": "https://pypi.org/project/hg-versions/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hg-versions/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/keimlink/hg-versions/src" }, "release_url": "https://pypi.org/project/hg-versions/0.4.1/", "requires_dist": null, "requires_python": null, "summary": "display the version information for Mercurial and all installed extensions", "version": "0.4.1" }, "last_serial": 792905, "releases": { "0.2": [], "0.3": [], "0.4": [ { "comment_text": "", "digests": { "md5": "e49f3e219ef08511bc35cd99e94dc61f", "sha256": "4350a50fe0e1e221d958a14062b464662c43b3ae9858e8c587db7870e4d62e37" }, "downloads": -1, "filename": "hg-versions-0.4.tar.gz", "has_sig": true, "md5_digest": "e49f3e219ef08511bc35cd99e94dc61f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2602, "upload_time": "2010-12-30T09:18:56", "url": "https://files.pythonhosted.org/packages/78/15/498c2cd6c6ead2efe3949bdbb685a95c6f8664d37062a17b263e9a8d4326/hg-versions-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "9c5685984111c68fda9adfd1c1385d9b", "sha256": "33bc04df809401a55e1f8fc4f5ff9711baab6cdc550f1274322f4fe30e7b62bf" }, "downloads": -1, "filename": "hg-versions-0.4.1.tar.gz", "has_sig": false, "md5_digest": "9c5685984111c68fda9adfd1c1385d9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2628, "upload_time": "2012-02-08T23:46:11", "url": "https://files.pythonhosted.org/packages/4d/67/1289e65fc4633a982075fe6ce011993716287b520496f36cc97e72d190bf/hg-versions-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9c5685984111c68fda9adfd1c1385d9b", "sha256": "33bc04df809401a55e1f8fc4f5ff9711baab6cdc550f1274322f4fe30e7b62bf" }, "downloads": -1, "filename": "hg-versions-0.4.1.tar.gz", "has_sig": false, "md5_digest": "9c5685984111c68fda9adfd1c1385d9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2628, "upload_time": "2012-02-08T23:46:11", "url": "https://files.pythonhosted.org/packages/4d/67/1289e65fc4633a982075fe6ce011993716287b520496f36cc97e72d190bf/hg-versions-0.4.1.tar.gz" } ] }