Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 4692:c135c6cddbec
Command in doc comment is now on a single line, fixed
after previous formatting broke it.
author | paul sorenson <sf@metrak.com> |
---|---|
date | Sat, 23 Jun 2007 22:25:11 -0500 |
parents | 849f011dbf79 |
children | 5b2d986de0f8 |
comparison
equal
deleted
inserted
replaced
4691:ca4971347e0a | 4692:c135c6cddbec |
---|---|
1697 | 1697 |
1698 Print all files under Mercurial control whose names match the | 1698 Print all files under Mercurial control whose names match the |
1699 given patterns. | 1699 given patterns. |
1700 | 1700 |
1701 This command searches the entire repository by default. To search | 1701 This command searches the entire repository by default. To search |
1702 just the current directory and its subdirectories, use "--include .". | 1702 just the current directory and its subdirectories, use |
1703 "--include .". | |
1703 | 1704 |
1704 If no patterns are given to match, this command prints all file | 1705 If no patterns are given to match, this command prints all file |
1705 names. | 1706 names. |
1706 | 1707 |
1707 If you want to feed the output of this command into the "xargs" | 1708 If you want to feed the output of this command into the "xargs" |