# HG changeset patch # User Steve Losh # Date 1577131233 18000 # Node ID 9f0b70dfcf525f323c588375ea0d17cd8284cde1 # Parent 0850e9a3c68bf68a2a2ed5388eac22e547176b2a Fix formatting for hosting diff -r 0850e9a3c68b -r 9f0b70dfcf52 README --- a/README Sat Feb 02 15:52:28 2019 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,46 +0,0 @@ --*- markdown -*- - -hg-prompt -========= - -hg-prompt adds an 'hg prompt' command to Mercurial for viewing repository information. It's designed to be used in a shell prompt. - - -Requirements ------------- - -hg-prompt requires Python 2.5+ and (obviously) Mercurial. - - -Installing ----------- - -Clone the repository: - - $ hg clone http://bitbucket.org/sjl/hg-prompt/ - -Edit the `[extensions]` section in your `~/.hgrc` file: - - [extensions] - prompt = (path to)/hg-prompt/prompt.py - - -Documentation -------------- - -The documentation for hg-prompt is at the [project page][project]. There's a [Quick Start guide][quickstart], [Full Usage Guide][usage], [Keyword List][keywords], and a few other things there. - -The documentation is stored in the `docs/` directory of the repository if you prefer to read it offline. - -[project]: http://sjl.bitbucket.org/hg-prompt/ -[quickstart]: http://sjl.bitbucket.org/hg-prompt/quickstart/ -[usage]: http://sjl.bitbucket.org/hg-prompt/documentation/usage/ -[keywords]: http://sjl.bitbucket.org/hg-prompt/documentation/keywords/ - - -Questions, Comments, Suggestions --------------------------------- - -The code was kind of thrown together in a few nights after I got tired of chaining three or four hg runs together to get what I wanted. I'm sure it's not perfect, so if you've got a way to improve it please add an issue and let me know. - -Patches are also welcome! \ No newline at end of file diff -r 0850e9a3c68b -r 9f0b70dfcf52 README.markdown --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.markdown Mon Dec 23 15:00:33 2019 -0500 @@ -0,0 +1,44 @@ +hg-prompt +========= + +hg-prompt adds an 'hg prompt' command to Mercurial for viewing repository information. It's designed to be used in a shell prompt. + + +Requirements +------------ + +hg-prompt requires Python 2.5+ and (obviously) Mercurial. + + +Installing +---------- + +Clone the repository: + + $ hg clone http://bitbucket.org/sjl/hg-prompt/ + +Edit the `[extensions]` section in your `~/.hgrc` file: + + [extensions] + prompt = (path to)/hg-prompt/prompt.py + + +Documentation +------------- + +The documentation for hg-prompt is at the [project page][project]. There's a [Quick Start guide][quickstart], [Full Usage Guide][usage], [Keyword List][keywords], and a few other things there. + +The documentation is stored in the `docs/` directory of the repository if you prefer to read it offline. + +[project]: http://sjl.bitbucket.org/hg-prompt/ +[quickstart]: http://sjl.bitbucket.org/hg-prompt/quickstart/ +[usage]: http://sjl.bitbucket.org/hg-prompt/documentation/usage/ +[keywords]: http://sjl.bitbucket.org/hg-prompt/documentation/keywords/ + + +Questions, Comments, Suggestions +-------------------------------- + +The code was kind of thrown together in a few nights after I got tired of chaining three or four hg runs together to get what I wanted. I'm sure it's not perfect, so if you've got a way to improve it please add an issue and let me know. + +Patches are also welcome!