Date: Thu, 6 May 2010 11:00:53 +1000 (EST) From: Bruce Evans <brde@optusnet.com.au> To: Xin LI <delphij@FreeBSD.org> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r207677 - head/usr.bin/find Message-ID: <20100506105825.B18998@delplex.bde.org> In-Reply-To: <201005052124.o45LOJES067973@svn.freebsd.org> References: <201005052124.o45LOJES067973@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 5 May 2010, Xin LI wrote: > Log: > Move SCCS tags to comments as they were already #if 0'ed. This is explicitly disrecommended in style(9): All VCS (version control system) revision identification in files obtained from elsewhere should be maintained, including, where applica- ble, multiple IDs showing a file's history. In general, do not edit for- eign IDs or their infrastructure. Unless otherwise wrapped (such as ``#if defined(LIBC_SCCS)''), enclose both in ``#if 0 ... #endif'' to hide any uncompilable bits and to keep the IDs out of object files. Only add ``From: '' in front of foreign VCS IDs if the file is renamed. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100506105825.B18998>