# HG changeset patch # User Steve Losh # Date 1247571699 14400 # Node ID 22b47bf907b84e7ceb33981f84cee2617a5b8264 # Parent d8e5a4fbdcb4b416bc976cc6d90b9f107f487b46 Fix the bald-faced lie in the documentation. diff -r d8e5a4fbdcb4 -r 22b47bf907b8 README --- a/README Tue Jul 14 07:30:52 2009 -0400 +++ b/README Tue Jul 14 07:41:39 2009 -0400 @@ -54,7 +54,7 @@ * **bookmark:** the current bookmark * **branch:** the current branch -* **root:** the full path to the root of the current repository, with a trailing slash +* **root:** the full path to the root of the current repository, without a trailing slash * **root|basename:** the directory name of the root of the current repository. For example, if the repository is in `/home/u/myrepo` then this keyword would expand to `myrepo`. * **status:** `!` if the repository has any changed/added/removed files, otherwise `?` if it has any untracked (but not ignored) files, otherwise nothing. diff -r d8e5a4fbdcb4 -r 22b47bf907b8 prompt.py --- a/prompt.py Tue Jul 14 07:30:52 2009 -0400 +++ b/prompt.py Tue Jul 14 07:41:39 2009 -0400 @@ -48,7 +48,7 @@ - bookmark: the current bookmark - branch: the current branch - - root: the full path to the root of the current repository, with a + - root: the full path to the root of the current repository, without a trailing slash - root|basename: the directory name of the root of the current repository. For example, if the repository is in '/home/u/myrepo'