In other words, there is a way to return an HG repository back to the state that is in existence when you first HG cloned against any foreign repository, and before that you did the bridge?
I am trying to save space while FTP server is a VM and HG repository so there is no reason to move them. I would like to set the server in such a way that what is to be done at the other end is HG bridge, HG update and ready to go again.
It looks like you want to strip your clone bare minimum and still want to recover from the original repository. Why not remove the local copies altogether and just keep a list of clone paths to get them back?
By using Otherwise (and assuming that whatever you want to keep is pushed) With no-backup you can eliminate all local history of a clone and return it with the Strip MercurialQueues Detail command 0 -
hg pull .
Comments
Post a Comment