# HG changeset patch # User Steve Losh # Date 1248537795 14400 # Node ID 7320aadbcca6ed9db1aec05c0ad9ca29937971ab # Parent cec5eade320aacc57cdce615ba367d91bff1f5d5 Fixed the markdown for the borked links in the README (thanks pjv). diff -r cec5eade320a -r 7320aadbcca6 README --- 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