On Sat, Mar 6, 2010 at 1:18 PM, Vasiljevic Zoran <zv...@ar...> wrote:
> Hi!
>
> It seems to me that we miss RCS Tag substitution.
> Is this so deliberately? If yes, what's the point
> in keeping NS_RCSID any longer?
>
> < NS_RCSID("@(#) $Header: /Volumes/DATEN0/develop/local/CVS/dev/
> naviserver/nsd/queue.c,v 1.2 2008/04/29 08:11:15 zv Exp $");
> ---
> > NS_RCSID("@(#) $Header$");
Mercurial doesn't mangle the source code by default. There is a
plugin, included but disabled by default, that can do this, but I
haven't tried it.
Not sure whether it's worth the bother to set that up, remove the
unused RCS tags, or just leave it be...
|