docs/wiki/installation/index.mdown @ 5faf9b0ae984
bookmarks: check if bookmark is actually current Mercurial doesn't remove the bookmarks.current file when updating away from a bookmark, and repo._bookmarkcurrent() doesn't check whether the bookmark read from bookmarks.current is actually current. This patch prevents hg-prompt from reporting a current bookmark when the bookmark in bookmarks.current isn't actually the working directory's first parent. This matches the behavior of the `hg bookmarks` command.
| author | Kevin Bullock <kbullock@umn.edu> |
|---|---|
| date | Tue, 05 Jul 2011 14:19:52 -0500 |
| parents | 0b2242d65b92 |
| children | (none) |
Installation ============ Installing `hg-prompt` requires [Python][] 2.5+ and (obviously) Mercurial. [Python]: http://python.org/ First, clone the repository: :::console $ hg clone http://bitbucket.org/sjl/hg-prompt/ Edit the `[extensions]` section in your `~/.hgrc` file: :::cfg [extensions] prompt = (path to)/prompt.py Make sure everything is working: :::console $ hg prompt 'test' test Take a look at the [Quick Start][] guide to learn how to put some useful information into your shell prompt. [Quick Start]: /quickstart/