Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
"Tony Hoyle" <tmh at nodomain.org> wrote in message news:cujhl5$5u9$1 at paris.nodomain.org... > Bo Berglund wrote: > > If you really want to do this anyway you have always the possibility > > to program the loginfo script on the server to do whatever you need, > > for example setting up the condition that will be used by the > > postcommit script later on. Postcommit can for example issue a tag > > command all by itself and make that procedure work for you. > > The commit ids basically do this anyway.. you could write something that > extracts the comment or bugid based on the commit id (since normally all > files in a commit have the same comment) and give you a nice list. > Don't commitid's describe files that were commited all at once, I would group files that may have been commited over several days. > I can't imagine it being that useful myself but probably wouldn't be > that hard to code. > > Tony