Show More
@@ -48,11 +48,11 b' Some sample queries:' | |||||
48 |
|
48 | |||
49 | - Find text files that contain a string:: |
|
49 | - Find text files that contain a string:: | |
50 |
|
50 | |||
51 |
hg l |
|
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 l |
|
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 |
General Comments 0
You need to be logged in to leave comments.
Login now