# HG changeset patch # User Steve Losh # Date 1248331212 14400 # Node ID b2e16a4c2d466793ccf6fa23bb41dfbd7696f6c0 # Parent b9124c78672ff5ce1dbeb996f09963dcabb588f6 Fix the Markdown error in the last commit. diff -r b9124c78672f -r b2e16a4c2d46 README --- a/README Thu Jul 23 02:38:15 2009 -0400 +++ b/README Thu Jul 23 02:40:12 2009 -0400 @@ -63,7 +63,7 @@ * **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) -* **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. +* **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 [tasks]: http://bitbucket.org/alu/hgtasks/wiki/Home