equal
deleted
inserted
replaced
67 |
67 |
68 - Revert copies of large binary files:: |
68 - Revert copies of large binary files:: |
69 |
69 |
70 hg revert "set:copied() and binary() and size('>1M')" |
70 hg revert "set:copied() and binary() and size('>1M')" |
71 |
71 |
|
72 - Revert files that were added to the working directory:: |
|
73 |
|
74 hg revert "set:wdir(added())" |
|
75 |
72 - Remove files listed in foo.lst that contain the letter a or b:: |
76 - Remove files listed in foo.lst that contain the letter a or b:: |
73 |
77 |
74 hg remove "set: 'listfile:foo.lst' and (**a* or **b*)" |
78 hg remove "set: 'listfile:foo.lst' and (**a* or **b*)" |