We now have a “stiging” branch, where “staging” seems to be a far better semantic fit. What’s a good strategy for handling this? ...
-
May 29, 2022
- 0 Comments
I’m looking for a counter-part of git commit --amend in Mercurial, i.e. a way to modify the commit which my working copy is ...
-
May 27, 2022
- 0 Comments
So I keep making a silly mistake in Mercurial. Often times, I’ll start work without doing an “hg pull” and an “hg update.” ...
-
May 27, 2022
- 0 Comments
Is it possible to delete all untracked files from my working directory? Let’s say I added a bunch of files to my working ...
-
May 27, 2022
- 0 Comments
I downloaded TortoiseHg 1.0 for evaluation. For the life of me I can’t figure out how to make a branch. It seems to ...
-
May 27, 2022
- 0 Comments
I use this to remove a file from the repo: hg remove <full file path> What command can you use to do an ...
-
May 25, 2022
- 0 Comments
I used Mercurial in a personal project, and I have been typing my username and password every time I want to push something ...
-
May 19, 2022
- 0 Comments
Got a bluescreen in windows while cloning a mercurial repository. After reboot, I now get this message for almost all hg commands: c:\src\>hg ...
-
May 11, 2022
- 0 Comments