Search Results

0
votes

Mercurial: Revert a single hunk

The record extension is inspired by darcs record. It will allow you to add only spe …
1
vote

Weird output in tortoisehg log window

The graph looks like this since the revisions are ordered by their revision numbers. The main repository has the revisions ordered and numbered like this: 0 Imported initial repo. 1 …
2
votes

Looking for Alternative to TortoiseHG under Win32

I have never used a screen reader, so this might be a stupid idea... :-) But from what I can read on Wikipedia, I get the impression that the command line Mercurial client might be a better source …
5
votes

How to let Mercurial ignore every thing except *.cs file?

Just add the extensions to your .hgignore file as you come across them: syntax: glob *.bin *.obj and so on. It's not a lot of work, and it documents t …
1
vote

Installing TortoiseHG on Gnome in Ubuntu 9.10?

It appears you are using Mercurial 1.2.1, which does not have the refactoring done in revision 6b5522cb2ad2. That means that …