d001c1cf93b9 — Oben Sonne 15 years ago
Adjust doc for 'hg help extensions'
1 files changed, 5 insertions(+), 6 deletions(-)

M compass.py
M compass.py +5 -6
@@ 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
 
 """