mercurial/commands.py
branchstable
changeset 23074 21a55dbc3940
parent 23024 ec36969497de
child 23091 8d43c6bb38c0
equal deleted inserted replaced
23073:5715c93cb854 23074:21a55dbc3940
  3202 
  3202 
  3203       - list all binary files::
  3203       - list all binary files::
  3204 
  3204 
  3205           hg files "set:binary()"
  3205           hg files "set:binary()"
  3206 
  3206 
  3207       - find files containing a regular expression:
  3207       - find files containing a regular expression::
  3208 
  3208 
  3209           hg files "set:grep('bob')"
  3209           hg files "set:grep('bob')"
  3210 
  3210 
  3211       - search tracked file contents with xargs and grep::
  3211       - search tracked file contents with xargs and grep::
  3212 
  3212