# HG changeset patch # User Steve Losh # Date 1254061814 14400 # Node ID b60fac62931ea98c2967276f5316331c4d54b396 # Parent 26c06c83b0f1a25fe2f2de0b32b49f04d8dc6826 Fix grammatical stuff in the help text. diff -r 26c06c83b0f1 -r b60fac62931e prompt.py --- 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)