Size: 322
Comment:
|
← Revision 5 as of 2013-08-28 14:35:49 ⇥
Size: 984
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
The author is called Lise Pendergrast and she believes it sounds quite good. She is a people manager. For a while she's been in Nebraska. The thing she adores most is to act and now she is trying to earn money with it. You can always find her website here: http://betseeee.Blogspot.com/2010/08/8510-lilly-cooperates.html | == Search history for keywords == [[Cmd:log | hg log]] has a keyword search feature that scans [[Cmd:commit|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, [[Tag|tags]], [[Revision|revisions]], or [[ChangeSetID|changeset IDs]]. ---- CategoryTipsAndTricks |
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.