For two changesets X and Y of the same Mercurial repository, does following condition always hold true:
C:\\Users\\Itu\\workspace\\Compiler>hg branches default13:aa6af82c5458 C:\\Users\\Itu\\workspace\\Compiler>hg heads
I tried to update some开发者_高级运维 files to old revision in many ways, but I haven\'t found yet.
I\'m using the hg prompt extension to have a nice prompt while working with hg. Right now my prompt looks like this:
I have been reading about mercurial tags. I can see, usually, we tag a changeset开发者_JAVA技巧 to mark a release point and these tags are revision controlled too.
This question already has an answer here: Closed 11 years ago. Possible Duplicate: How to display current working copy version of an hg repository on a PHP page
I have my index.cshtml file and I made a ton of changes to it. However, I want to scrap it and return to the a working (commited) version of this single file.
In Mercurial, one can define a pattern for external diff and merge tools (so that they are called only for files matching the pattern specified):
Is th开发者_Go百科ere a way to prevent users from committing without using --force when a branch is closed?
Commited work. Did a rollback when I wasn\'t on the tip of the repo. Lost files. Looking for git reflog equivalent to save my work.