{ "info": { "author": "Roman Neuhauser", "author_email": "neuhauser@sigpipe.cz", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: Plugins", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Unix Shell", "Topic :: Communications", "Topic :: Communications :: Email", "Topic :: Software Development", "Topic :: Software Development :: Version Control", "Topic :: Utilities" ], "description": ".. vim: ft=rst sts=2 sw=2 tw=72\n.. default-role:: strong\n\n.. This file is marked up using reStructuredText.\n Lines beginning with \"..\" are reST directives.\n \"foo_\" or \"`foo bar`_\" is a link, defined at \".. _foo\" or\n \".. _foo bar\".\n \"::\" introduces a literal block (usually some form of code).\n \"`foo`\" is some kind of identifier.\n Suspicious backslashes in the text (\"`std::string`\\s\") are required\n for reST to recognize the preceding character as syntax.\n\n=======================================================================\n hg-request-pull\n=======================================================================\n-----------------------------------------------------------------------\n Generates a summary of pending changes\n-----------------------------------------------------------------------\n\n:Author: Roman Neuhauser\n:Contact: neuhauser@sigpipe.cz\n:Copyright: This document is in the public domain.\n\n`hg-request-pull` is a Mercurial_ extension providing a single command,\n`request-pull`. This command presents a summary of the commits in the\n(BASE, HEAD] range, including a suitable pull command line, and\ndiffstat.\n\nIt is inspired by, and similar to, `git-request-pull(1)`.\n\n.. _Mercurial: http://hg-scm.org/\n\n\nLicense\n=======\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\n\nInstallation\n============\n\nInstall with `pip` from PyPI_, the Python Package Index: ::\n\n pip install hg-request-pull\n\nClone from Bitbucket: ::\n\n hg clone https://bitbucket.org/roman.neuhauser/hg-request-pull\n\nInstallation from sources: ::\n\n python setup.py install\n\nIn any case you will then need to edit your `~/.hgrc` to include ::\n\n [extensions]\n hgext.request-pull =\n\nYou may need to provide the path to ``request-pull.py`` depending on\nhow you installed `hg-request-pull`.\n\n.. _PyPI: http://pypi.python.org/pypi\n\n\nUsage\n=====\n\n.. parsed-literal::\n\n hg-request-pull -h\n hg-request-pull [-c `CHECKS`] [-p] `URL` `BASE` [`HEAD`]\n\n-h Display a usage description.\n-c `CHECKS` Verification level for the URL.\n\n :2: Verify that the requested commits can be pulled\n from URL, abort on error.\n :1: Verify that the requested commits can be pulled\n from URL, complain on error but go on.\n :0: Skip verification.\n\n `-c 1` is assumed unless requested otherwise.\n\n-p Show patch text.\n\n:`URL`: Repository to pull from.\n:`BASE`: Commit the recipient is assumed to have in their repository.\n:[`HEAD`]: Tip-most commit to include in the pull request.\n Defaults to \".\".\n\n\nExample\n=======\n\n::\n\n % hg-request-pull -c2 http://stick.suse.cz:8000/ 0 tip\n The following 2 commits are available to pull on top of\n\n ba8f70322865 hg-request-pull, a git-request-pull copycat\n\n with\n\n hg pull -r 05e27d4e085a http://stick.suse.cz:8000/\n\n Summary (newest on top):\n\n 05e27d4e085a option -p implemented\n c1e66fbc2256 partial prototype as a shell script\n\n hg-request-pull | 129 +++++++++++++++++++++++++++++++++++++++++\n 1 files changed, 129 insertions(+), 0 deletions(-)\n\nBugs\n====\n\nNo doubt plentiful. Please report them at\nhttps://bitbucket.org/roman.neuhauser/hg-request-pull/issues.", "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/roman.neuhauser/hg-request-pull", "keywords": "git hg mercurial pull-request", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "hg-request-pull", "package_url": "https://pypi.org/project/hg-request-pull/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hg-request-pull/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/roman.neuhauser/hg-request-pull" }, "release_url": "https://pypi.org/project/hg-request-pull/0.5.1/", "requires_dist": null, "requires_python": null, "summary": "generate a summary of pending changes", "version": "0.5.1" }, "last_serial": 1053914, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "e5f3e022878dae54b852bd402b4441d5", "sha256": "3b2d76789c3a3bc44ab247d4ba3d5e41a3c5216ddbaba9da71da9050a8327a31" }, "downloads": -1, "filename": "hg-request-pull-0.5.tar.gz", "has_sig": false, "md5_digest": "e5f3e022878dae54b852bd402b4441d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16894, "upload_time": "2014-04-07T07:32:23", "url": "https://files.pythonhosted.org/packages/e5/23/f7d92a1bf868719e131ce10b3cc76933f898ef191bf05cf6aff0ef181000/hg-request-pull-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "36634414921cda2712ed25ea44675418", "sha256": "446ba37c84dc6b2f929773adcecaac99b6adc6a343c11f512c9bb3a1a0ee181e" }, "downloads": -1, "filename": "hg-request-pull-0.5.1.tar.gz", "has_sig": false, "md5_digest": "36634414921cda2712ed25ea44675418", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16868, "upload_time": "2014-04-07T16:46:28", "url": "https://files.pythonhosted.org/packages/a1/ad/c2b0949cf999538042b99e57989723bb4d92be63450f2744b313e789e5fe/hg-request-pull-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "36634414921cda2712ed25ea44675418", "sha256": "446ba37c84dc6b2f929773adcecaac99b6adc6a343c11f512c9bb3a1a0ee181e" }, "downloads": -1, "filename": "hg-request-pull-0.5.1.tar.gz", "has_sig": false, "md5_digest": "36634414921cda2712ed25ea44675418", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16868, "upload_time": "2014-04-07T16:46:28", "url": "https://files.pythonhosted.org/packages/a1/ad/c2b0949cf999538042b99e57989723bb4d92be63450f2744b313e789e5fe/hg-request-pull-0.5.1.tar.gz" } ] }