# HG changeset patch # User Steve Losh # Date 1259109584 18000 # Node ID 13f545e329eb8a7eab23a00b00ffd3a7168068f1 # Parent 7dec3992e6fc764f37d5e6b65529d7c3ac1a7b5d Mention {patches} in the README and help. diff -r 7dec3992e6fc -r 13f545e329eb README --- 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 diff -r 7dec3992e6fc -r 13f545e329eb prompt.py --- 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