# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1245465223 14400
# Node ID d4e6b91ea2e614c581c589713a9fc7a67ac38fb8
# Parent  d532edb50b5faa8e66083aa30ce32adb7e65a8b3
Clean up README formatting.

diff -r d532edb50b5f -r d4e6b91ea2e6 README
--- a/README	Fri Jun 19 22:22:46 2009 -0400
+++ b/README	Fri Jun 19 22:33:43 2009 -0400
@@ -60,10 +60,7 @@
 
 * bookmark: the current bookmark
 * branch: the current branch
-* status:
-    * `!` if the repository has any changed, added, removed or deleted files, otherwise
-    * `?` if the repository has any untracked (but not ignored) files, otherwise
-    * nothing
+* 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
 ---------------------------