Mention {patches} in the README and help.
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 24 Nov 2009 19:39:44 -0500 |
parents |
7dec3992e6fc
|
children |
0a2397ca6669
|
branches/tags |
(none) |
files |
README prompt.py |
Changes
--- a/README Tue Nov 24 19:38:26 2009 -0500
+++ b/README Tue Nov 24 19:39:44 2009 -0500
@@ -67,6 +67,7 @@
* **patch|count:** the number of patches in the queue
* **patch|applied:** the number of currently applied patches
* **patch|unapplied:** the number of unapplied patches in the queue
+* **patches:** the patches in the queue. Supports many filters.
* **rev:** the repository-local changeset number of the current parent
* **rev|merge:** the repository-local changeset number of the changeset you're merging with if you're currently merging, otherwise nothing
* **root:** the full path to the root of the current repository, without a trailing slash
--- a/prompt.py Tue Nov 24 19:38:26 2009 -0500
+++ b/prompt.py Tue Nov 24 19:39:44 2009 -0500
@@ -100,6 +100,7 @@
- patch|count: the number of patches in the queue
- patch|applied: the number of currently applied patches
- patch|unapplied: the number of unapplied patches in the queue
+ - patches: the patches in the queue. Supports many filters.
- rev: the repository-local changeset number of the current parent
- rev|merge: the repository-local changeset number of the changeset
you're merging with if you're currently merging, otherwise nothing