mercurial/help/filesets.txt
branchstable
changeset 23109 cf56f7a60b45
parent 18960 170fc0949fb6
child 30729 a4bc8fff67fc
equal deleted inserted replaced
23108:12837ba22784 23109:cf56f7a60b45
    46 
    46 
    47     hg forget "set:hgignore() and not ignored()"
    47     hg forget "set:hgignore() and not ignored()"
    48 
    48 
    49 - Find text files that contain a string::
    49 - Find text files that contain a string::
    50 
    50 
    51     hg locate "set:grep(magic) and not binary()"
    51     hg files "set:grep(magic) and not binary()"
    52 
    52 
    53 - Find C files in a non-standard encoding::
    53 - Find C files in a non-standard encoding::
    54 
    54 
    55     hg locate "set:**.c and not encoding('UTF-8')"
    55     hg files "set:**.c and not encoding('UTF-8')"
    56 
    56 
    57 - Revert copies of large binary files::
    57 - Revert copies of large binary files::
    58 
    58 
    59     hg revert "set:copied() and binary() and size('>1M')"
    59     hg revert "set:copied() and binary() and size('>1M')"
    60 
    60