{ "info": { "author": "Anatoly Bubenkov on behalf of Paylogic International", "author_email": "developer@paylogic.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Version Control", "Topic :: Utilities" ], "description": "hg-commit-sanity: Mercurial Commit Sanity\n=========================================\n\n.. image:: https://api.travis-ci.org/paylogic/hg-commit-sanity.png\n :target: https://travis-ci.org/paylogic/hg-commit-sanity\n.. image:: https://pypip.in/v/hg-commit-sanity/badge.png\n :target: https://crate.io/packages/hg-commit-sanity/\n.. image:: https://coveralls.io/repos/paylogic/hg-commit-sanity/badge.png?branch=master\n :target: https://coveralls.io/r/paylogic/hg-commit-sanity\n\n``hg-commit-sanity`` is a Mercurial extension that allows to easily create precommit hooks to do sanity checks on commits.\n\nKudos to `Matthew Schinckel `_\n\nInstallation\n------------\n\n.. sourcecode ::\n\n pip install hg-commit-sanity\n\nConfiguration\n-------------\n\nAn example of your .hgrc:\n\n.. code-block:: cfg\n\n [extensions]\n hg_commit_sanity =\n\n [hg_commit_sanity]\n .py =\n ^[^#]*import pdb; pdb.set_trace\\(\\)\n .js =\n ^[^(//)]*console\\.[a-zA-Z]+\\(.*\\)\n\nThis will Abort the commit in case it will find import pdb; pdb.set_trace() in *.py files and console. in *.js files\n\nContact\n-------\n\nIf you have questions, bug reports, suggestions, etc. please create an issue on the `GitHub project page `_.\n\nLicense\n-------\n\nThis software is licensed under the `MIT license `_\n\nSee LICENSE.txt\n\n\u00a9 2013 Paylogic International.\n\nCHANGELOG\n=========\n\n0.0.1\n-----\n\n- initial version", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/paylogic/hg-commit-sanity", "keywords": null, "license": "MIT license", "maintainer": null, "maintainer_email": null, "name": "hg-commit-sanity", "package_url": "https://pypi.org/project/hg-commit-sanity/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hg-commit-sanity/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/paylogic/hg-commit-sanity" }, "release_url": "https://pypi.org/project/hg-commit-sanity/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Mercurial extension to do sanity checks on commits.", "version": "0.0.1" }, "last_serial": 846295, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "ab11373c4dbf2a30f9120e1050ee6263", "sha256": "636def8daf4da09921a3cd1cfb0a62b0255790030f29425d86f7c10e388545d5" }, "downloads": -1, "filename": "hg-commit-sanity-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ab11373c4dbf2a30f9120e1050ee6263", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3110, "upload_time": "2013-08-22T18:18:48", "url": "https://files.pythonhosted.org/packages/17/05/446bf63c3ee705a4a7cce47cc8b1401ffc33b0a6ff269b7c9d13d85a50c5/hg-commit-sanity-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ab11373c4dbf2a30f9120e1050ee6263", "sha256": "636def8daf4da09921a3cd1cfb0a62b0255790030f29425d86f7c10e388545d5" }, "downloads": -1, "filename": "hg-commit-sanity-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ab11373c4dbf2a30f9120e1050ee6263", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3110, "upload_time": "2013-08-22T18:18:48", "url": "https://files.pythonhosted.org/packages/17/05/446bf63c3ee705a4a7cce47cc8b1401ffc33b0a6ff269b7c9d13d85a50c5/hg-commit-sanity-0.0.1.tar.gz" } ] }