Differences between revisions 2 and 3
Revision 2 as of 2009-05-19 19:30:58
Size: 972
Editor: localhost
Comment: converted to 1.6 markup
Revision 3 as of 2012-05-13 09:55:06
Size: 984
Editor: 62
Comment: Cleanup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
{{{hg log}}} has a keyword search feature that scans [[Commit|commit]] filenames, users, and descriptions: [[Cmd:log | hg log]] has a keyword search feature that scans [[Cmd:commit|commit]] filenames, users, and descriptions:

Search history for keywords

hg log has a keyword search feature that scans commit filenames, users, and descriptions:

$ hg log -k bug -k manifest.py
changeset: 2857:18cf5349a361
user: Alexis S. L. Carvalho <alexis@cecm.usp.br>
date: Sat Aug 12 08:53:23 2006 -0300
summary: Fix some bugs introduced during the manifest refactoring

changeset: 1650:f2ebd5251e88
user: Peter van Dijk <peter@dataloss.nl>
date: Sun Jan 29 00:18:52 2006 +0100
summary: changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames

changeset: 1451:54e4b187f69c
user: Matt Mackall <mpm@selenic.com>
date: Tue Oct 25 22:15:44 2005 -0700
summary: Remove old manifest diff code, it's now buggy

Note: hgweb's search box will also scan for keywords, tags, revisions, or changeset IDs.


CategoryTipsAndTricks

SearchHistoryForKeywords (last edited 2013-08-28 14:35:49 by AugieFackler)