@@ 22,10 22,11 @@
#
# =============================================================================
-"""Compass extension for Mercurial.
+"""navigate in a repository with multiple heads and branches
-Find your way in repositories with multiple heads, branches and bookmarks.
-Compass shows where you are, where you could be and what happens on commit.
+The compass extension helps to find your way in repositories with multiple
+heads, branches and bookmarks. Compass shows where you are, where you could be
+and what happens on update or commit.
Requires Mercurial >= 1.3
@@ 33,9 34,7 @@ You can run `tests/extra/build-repo.sh`
In this repository update to different revisions and run `hg compass` to see
what this extension has to say.
-Things to do:
-
- * Check bookmark *track.current* option.
+Website: http://bitbucket.org/obensonne/hg-compass
"""