Sometimes, I need to add a reference to a previous commit in the current commit message. Is there a way to find the hg revision number(not sha hash) without having to create a new working directory for the hg clone?
Note that hg revision numbers are not consistent across clones, so if you want to reference a previous commit, it might actually be better to use the SHA-1 for that.
Sometimes, I need to add a reference to a previous commit in the current commit message. Is there a way to find the hg revision number(not sha hash) without having to create a new working directory for the hg clone?