1
vote
1answer
77 views

Mercurial confusion - commit / push, backouts

I'm trying to set up a repository on a shared filesystem. I'm using Mercurial 2.1.2 on a Windows-based architecture. I start with an empty folder on the shared filesystem and create a repository in ...
3
votes
1answer
98 views

Moving a Mercurial repository between OS's

I have been working with a local Mercurial repository on my Ubuntu PC for my personal documents. I am planning on using Windows more frequently, so I would like to move the repository over to my ...
0
votes
2answers
229 views

Why does Mercurial think my source files are binary?

I've been working on a programming project in Notepad, so far. Today, I opened my source files in an IDE to debug one thing, and the IDE converted saved my files as binary (or so Mercurial reports, ...
8
votes
3answers
405 views

Is there a Windows Explorer extension that shows an inline command prompt?

Does anybody know of a Windows Explorer extension that will add a pane giving an inline command prompt, set to the current directory? I know that on Windows 7 I can Shift-Right Click and get Open ...
4
votes
5answers
1k views

What's a good text editor with Mercurial support?

I'm looking for a decent Windows editor with solid Mercurial support. I've had some trouble with Notepad++ (the Windows Explorer plugin was constantly crashing). What are some alternatives? I'm not ...
1
vote
1answer
983 views

Using TortoiseHg's Repository explorer

I'm coming from a TortoiseSVN background and decided to give TortoiseHg a try. One thing I got really used to with TortoiseSVN was the SVN Repo-Explorer, which worked quite similarly to Windows ...