Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable docs: describe how the search bar performs searches

Changeset 96a439e69cf1

Parent d03d26dcfee6

by Steve Borho

Changes to one file · Browse files at 96a439e69cf1 Showing diff from parent d03d26dcfee6 Diff from another changeset...

 
293
294
295
 
 
 
 
 
 
 
 
 
 
 
 
296
297
298
 
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
@@ -293,6 +293,18 @@
  mode. This button is only visible when previewing a changeset   bundle.   +The Workbench will attempt to lookup the entered search phrase in the +repository to see if it matches a tag, bookmark, branch name, changeset +hash, or revision number. If no changeset match is found, the Workbench +checks if the search phrase has any parentheses. If no parentheses are +found, the Workbench assumes the search is a keyword and performs a +:command:`keyword()` revision set search. If parentheses are found, the +Workbench assumes the search phrase is a revision set specification and +attempts to resolve the set. + +If you need to perform a keyword search that includes parentheses, use +:command:`keyword("PHRASE(FOO)")`. +  Revision Graph Details  ----------------------