keyword expansion filewise
JustFillBug
mozbugbox at yahoo.com.au
Tue Apr 11 03:24:50 UTC 2006
On 2006-04-09, Christian Ebert <blacktrash at gmx.net> wrote:
> Here's an example of how it works for me. Hopefully it gives
> others with better coding abilities some ideas.
>
> A simple usage would be eg.:
>
> --- hgrc ---
>
> [decode]
> *.py = hgfilter.sh decode slashday
> *.txt = hgfilter.sh decode
>
> [encode]
> *.py = hgfilter.sh
> *.txt = hgfilter.sh
>
> [hooks]
> pretxncommit = hgpretxncommit.sh
>
> ------
>
> --- hgfilter.sh ---
>
> #!/bin/sh
> # $Hg: hgfilter.sh,v d01f17b06ef4 2006/04/09 11:51:28 +0200 $
>
ain't a python script more cleaner? Mercurial depends on Python already.
More information about the Mercurial
mailing list