b2e16a4c2d46

Fix the Markdown error in the last commit.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 23 Jul 2009 02:40:12 -0400
parents b9124c78672f
children c9a86b8b497c
branches/tags (none)
files README

Changes

--- 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