mercurial/commands.py
changeset 4692 c135c6cddbec
parent 4684 849f011dbf79
child 4697 5b2d986de0f8
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"