"Update To Revision" improvements.
Created originally on Bitbucket by Anonymous
Currently this lists the id of the 'tip' which, when working in a branch, will switch you to that branch and update to it.
It does not seem to allow for an empty string to support the command line //hg update// mode that will update you to the tip of the current branch. Right now the dialog seems to be useless because of this.
If possible it would be nice to keep the previous value and default it to say "tip" which is a bit more obvious than the revision id number it shows now and works just as well.
It would be great if it could also show the results from 'hg branches' and probably 'hg tags' in the drop down list (note that this includes 'tip' by default). Or have a dropdown for each to make it more obvious to the user what they are seeing.