The CCNet operation flow documented at http://confluence.public.thoughtworks.org/display/CCNET/FAQ#FAQ-OperationflowofCCNet where the label is generated first makes sense for a centralized VCS but not so much for a DVCS. With a DVCS, it might make sense to generate the label AFTER getting the source because the source itself might be needed for the label (e.g., the .hgtags file in Mercurial or other local source files used to compute version and build numbers).
Has anyone figured out a way to run the labeller after getting the source?
