##// END OF EJS Templates
doc: correct example concerning "hg purge" alias in man page "hgrc.5"...
Rainer Woitok -
r31001:e7eca6e1 default
parent child Browse files
Show More
@@ -277,7 +277,7 b' run arbitrary commands. As an example, :'
277 will let you do ``hg echo foo`` to have ``foo`` printed in your
277 will let you do ``hg echo foo`` to have ``foo`` printed in your
278 terminal. A better example might be::
278 terminal. A better example might be::
279
279
280 purge = !$HG status --no-status --unknown -0 re: | xargs -0 rm
280 purge = !$HG status --no-status --unknown -0 re: | xargs -0 rm -f
281
281
282 which will make ``hg purge`` delete all unknown files in the
282 which will make ``hg purge`` delete all unknown files in the
283 repository in the same manner as the purge extension.
283 repository in the same manner as the purge extension.
General Comments 0
You need to be logged in to leave comments. Login now