# HG changeset patch # User Kevin Bullock # Date 1254637475 18000 # Node ID ce8ef31a90efc5f1121e734b7b6457faf381b9d3 # Parent 859cab1100e5328f2d48188ff4aeb229046bb2e1 sync readme with added keywords diff -r 859cab1100e5 -r ce8ef31a90ef README --- a/README Sun Oct 04 01:07:05 2009 -0500 +++ b/README Sun Oct 04 01:24:35 2009 -0500 @@ -63,6 +63,10 @@ * **node|short:** a short form of the changeset hash of the current parent * **node|merge:** the (full) changeset hash of the changeset you're merging with if you're currently merging, otherwise nothing. * **node|merge|short:** a short form of the changeset hash of the changeset you're merging with if you're currently merging, otherwise nothing +* **patch:** the topmost currently-applied patch (requires the mq extension) +* **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 * **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