Hello, On 20 March 2013 16:32, Ruslan Khusnullin <ruslan.khusnul...@gmail.com> wrote: > For now you can make a clean clone of specific revision previous to the > change: > cd /usr/local > rm -rf plan9 > hg clone -r e9cdfa957952 https://bitbucket.org/rsc/plan9port plan9 > > Or if you want just to checkout the revision in existing tree: > cd /usr/local/plan9 > hg checkout -r e9cdfa957952 >
thanks. This worked. I thought something like hg revert -r <rev> <file>, followed by some restricted rebuild could be sufficient, but this is probably easier. Thanks! Ruda