This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients benjamin.peterson, georg.brandl, ned.deily, orsenthil
Date 2013-02-10.19:23:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAPOVWOR90r=Yp+ts4Z77gdCF7hRXSLDO2scsed-+oafEPPJLwg@mail.gmail.com>
In-reply-to <1360400635.24.0.00924107320182.issue17167@psf.upfronthosting.co.za>
Content
There is another option. To have the same behavior like svn keywords
through hg. Having this setting at server hgrc can help.
This will be useful if we have more than one instance of keyword expansion.

[extensions]
keyword=

[keyword]
**/*.man =

[keywordmaps]
date = {date|rfc822date}
History
Date User Action Args
2013-02-10 19:23:28orsenthilsetrecipients: + orsenthil, georg.brandl, benjamin.peterson, ned.deily
2013-02-10 19:23:28orsenthillinkissue17167 messages
2013-02-10 19:23:28orsenthilcreate