# HG changeset patch # User Steve Losh # Date 1252621995 14400 # Node ID 5339b74840b12424cdf68efc7ba5982621c41cce # Parent ab242e2d02a2b55995014884915d75378a7fed0b Add a bit of Markdown to the latest documentation change. diff -r ab242e2d02a2 -r 5339b74840b1 README --- a/README Thu Sep 10 18:31:57 2009 -0400 +++ b/README Thu Sep 10 18:33:15 2009 -0400 @@ -69,7 +69,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. * **tags:** the tags of the current parent, separated by a space -* **tags|SEP:** the tags of the current parent, separated by SEP +* **tags|SEP:** the tags of the current parent, separated by `SEP` * **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.