563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
|
}
/*
** Testing the search function.
**
** COMMAND: search*
**
** Usage: %fossil search [-all|-a] [-limit|-n #] [-width|-W #] pattern...
**
** Search for timeline entries matching all words provided on the
** command line. Whole-word matches scope more highly than partial
** matches.
**
** Note: The command only search the EVENT table. So it will only
** display check-in comments or other comments that appear on an
|
|
|
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
|
}
/*
** Testing the search function.
**
** COMMAND: search*
**
** Usage: %fossil search [-a|-all] [-n|-limit #] [-W|-width #] pattern...
**
** Search for timeline entries matching all words provided on the
** command line. Whole-word matches scope more highly than partial
** matches.
**
** Note: The command only search the EVENT table. So it will only
** display check-in comments or other comments that appear on an
|