# HG changeset patch
# User Angel Ezquerra <
angel.e...@gmail.com>
# Date 1335636744 -7200
# Branch stable
# Node ID ce7925c55e3fa39cb0b377a83ae0c45adffb13c1
# Parent c96ac3e0aaeb008fcb72dbd70421e7a36829ae0b
revsets: add 'matching' keyword to the 'Common sets' list
diff --git a/tortoisehg/hgqt/revset.py b/tortoisehg/hgqt/revset.py
--- a/tortoisehg/hgqt/revset.py
+++ b/tortoisehg/hgqt/revset.py
@@ -51,6 +51,15 @@
'mercurial/hg.1.html#dates">help dates</a>')),
('ancestor(single, single)',
_('Greatest common ancestor of the two changesets.')),
+ ('matching(revset [, ''field(s) to match''])',
+ _('Find revisions that "match" one or more fields of the given set of '
+ 'revisions.\n\n'
+ 'A revision matches another if all the selected fields '
+ '(description, author, branch, date, files, phase, parents, '
+ 'substate, user, summary and/or metadata)\nmatch the corresponding'
+ 'values of those fields on the source revision.\n\n'
+ 'Fields must be separated by spaces. '
+ 'If no field is specified, ''metadata'' will be matched by default.')),
)
_filepatterns = (