I have a little private Google code project. For a SCM I use Mercurial. And for the local build i would like to use nant.
So basically:
- I would like to download my source files from a known mercurial repository using a nant task
- I would like to somehow get the revision number of the repository so that I can assemble a nice little assembly version number
The build script will not be used for continuous integration but only for nightly builds and production builds.
Thanks for the help