b60fac62931e

Fix grammatical stuff in the help text.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 27 Sep 2009 10:30:14 -0400
parents 26c06c83b0f1
children 8e444c0f0dd9
branches/tags (none)
files prompt.py

Changes

--- a/prompt.py	Sun Sep 27 10:29:54 2009 -0400
+++ b/prompt.py	Sun Sep 27 10:30:14 2009 -0400
@@ -85,12 +85,12 @@
         modified, added, removed, or deleted, otherwise "?" if it contains
         untracked (and not ignored) files, otherwise nothing.
     - status|modified: "!" if the current repository contains files that
-        have been modified, added, removed, or deleted, otherwise nothing.
+        have been modified, added, removed, or deleted, otherwise nothing
     - status|unknown: "?" if the current repository contains untracked
-        files, otherwise nothing.
+        files, otherwise nothing
     - status|modified|unknown: "!" if the current repository contains files
         that have been modified, added, removed, or deleted, and "?" if it
-        contains untracked (and not ignored) files, otherwise nothing.
+        contains untracked (and 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
     - task: the current task (requires the tasks extension)