I ran into a situation in Mercurial at work where I would expect a file to exist, but it doesn't and I'd like to better understand why. I've put toget ...
I ran into a situation in Mercurial at work where I would expect a file to exist, but it doesn't and I'd like to better understand why. I've put toget ...
When I run commands such as hg log, I expect to see the output in a pager. I have configured my repository .hg\hgrc to use less: I have confirmed t ...
I have a Mercury repo and I need to rename a directory from /animal/dog/ to /animal/mammal/dog/. So I did But I get an error that says abort: d ...
I'm attempting to add about 40k files to Mercurial using 'hg add' on Win 10. Due to downstream constraints I need to split this up into chunks of 10k ...
I accidentally ran hg revert and lost all changes to my file foo.js. I see that a backup of the file exists as foo.js.orig. How can I add the orig fil ...
I try a migration from a Mercurial repository to Git on Windows 11 in the following way in Git Bash: The migration succeeds and the following is ne ...
I accidentally committed and pushed the incorrect revisions and was wondering if there was a way to undo the changes? I used the rollback feature in ...
I want to hide a topological head (leftover not included into merge of feature branch) without damaging history graph. The common solution is to merg ...
I closed a public branch inside Tortoise and want to push the change but I get this error: abort: push creates new remote head 2756e9fac9ea on branch ...
Our Mercurial/HG repo has a fair amount of wip feature branches, and I would like to be able to create a cleaner view and filter out any branches cont ...
Revset 1 Result Revset 2 The same (seems so) logic, less code Result ...
I've been trying to get SourceTree to communicate with my company's Mercurial remote repository but I seem to be failing. On the command line, I can g ...
Im trying to interpret a mercurial repository and more specific its Graph. Most of what happened is clear to me, but there are two places, where I nee ...
I would like to use some prefix labels in commit messages to quickly identify the kind of commit when viewing the revision log, and for ability to qui ...
I try to rename directory which includes largefile-normal mixed via hg rename <orig-dir> <dest-dir>, and results as this: orig/foo.png ...
I'm trying to use mercurial to give me the tag that contains a specific commit, just like git describe --contains, as described in documentation: ...
My understanding is that Git is sort of a linked list when each node is a self-sufficient object that has all information about the commit such as dif ...
I set up Mercurial in .hgrc to use less as a pager together with customized colors and templates following this guide: [pager] pager = LESS='FSrX' le ...
That is, does Mercurial have a command to tell where it was originally cloned from? The following question seems to not serve that purpose: Mercurial ...