I have tagged a set of code to be uploaded to our server.
However, I’m wondering about the options to maintain it afterwards. Theoretically Mercurial’s changesets could be used to ‘export’ all the files that have been changed since the tagged changeset, so that following subsequent builds I only need to upload the files that have been changed.
Is this possible?
There’s probably several ways of getting that list of files, but here’s one:
This will output something like this:
Here’s another, using the log command with XML output: