7320aadbcca6

Fixed the markdown for the borked links in the README (thanks pjv).
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 25 Jul 2009 12:03:15 -0400
parents cec5eade320a
children a1aca2ec2e5b
branches/tags (none)
files README

Changes

--- a/README	Thu Jul 23 03:51:50 2009 -0400
+++ b/README	Sat Jul 25 12:03:15 2009 -0400
@@ -57,7 +57,7 @@
 
 There a number of keywords available.  If you have any suggestions for more please let me know.
 
-* **bookmark:** the current bookmark (requires the [bookmarks]() extension)
+* **bookmark:** the current bookmark (requires the [bookmarks][] extension)
 * **branch:** the current branch
 * **node:** the (full) changeset hash of the current parent
 * **node|short:** a short form of the changeset hash of the current parent
@@ -68,7 +68,7 @@
 * **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.
-* **task:** the current task (requires the [tasks]() extension)
+* **task:** the current task (requires the [tasks][] extension)
 * **update:** `^` if the current parent is not the tip of the current branch, otherwise nothing.  In effect, this lets you see if running `hg update` would do something.
 
 [bookmarks]: http://mercurial.selenic.com/wiki/BookmarksExtension