# HG changeset patch # User Steve Losh # Date 1245465421 14400 # Node ID 5fa998b3162698ea58cb11861df3d1526b3221ca # Parent a3d36b8a63558ddb3b80d288133499954021b614 Add formatting to the list of keywords. diff -r a3d36b8a6355 -r 5fa998b31626 README --- a/README Fri Jun 19 22:35:04 2009 -0400 +++ b/README Fri Jun 19 22:37:01 2009 -0400 @@ -58,9 +58,9 @@ There are only a few keywords at the moment (mostly the ones I want for myself). If you have any suggestions for more please let me know. -* bookmark: the current bookmark -* branch: the current branch -* status: `!` if the repository has any changed/added/removed files, otherwise `?` if it has any untracked (but not ignored) files, otherwise nothing +* **bookmark:** the current bookmark +* **branch:** the current branch +* **status:** `!` if the repository has any changed/added/removed files, otherwise `?` if it has any untracked (but not ignored) files, otherwise nothing Putting it in a Bash Prompt ---------------------------