Fork: thgabuehl1

commits

date

comment

cdbabc5d6784
by Wagner Bruna
Apr 28 2010
1:18 AM
default tip

test pruning with config

0570db489d62
by Wagner Bruna
Apr 28 2010
1:16 AM

revgraph: add support for prunning revisions and their ancestors

d7b2c25ac9e3
by Adrian Buehlmann
Apr 26 2010
8:07 PM

wix: new GUID for contrib.guid

46632dbc7edb
by Steve Borho
Apr 26 2010
4:43 PM

wix: follow filename changes in mercurial tip

d00e19e686a9
by Brendan Cully
Apr 25 2010
1:33 AM

Fix visdiff launch for diff against local (other was a tuple)

de2744640fbe
by Steve Borho
Apr 25 2010
1:02 AM

gtklib: color._styles is not available in hg <= 1.5
The default branch needs to work with 1.5, so provide a copy of the
_styles dict just in case.

2c5f00a03080
by Steve Borho
Apr 25 2010
12:04 AM

gtklib: adapt color extension's user-adjustable styles

01ebb8b20b7b
by Steve Borho
Apr 24 2010
11:25 PM

gtklib: move some code
This was badly placed by a merge from stable

e9a675cc7c0b
by Adrian Buehlmann
Apr 24 2010
9:33 PM

Merge with stable

a8711777a180
by Adrian Buehlmann
Apr 24 2010
9:29 PM
stable

commit: grammar fixes for status texts

d528b393e71f
by Steve Borho
Apr 24 2010
6:37 PM
default

hgtk: string.startswith() accepts string tuple

bd40e233b697
by Steve Borho
Apr 24 2010
6:20 PM

Merge with stable

cd7e6d3b5e96
by Yuya Nishihara
Apr 24 2010
10:11 AM

hgignore: display error message if failed to update .hgignore

30b130ba4e1b
by Yuya Nishihara
Apr 24 2010
10:10 AM

thgconfig: decode IOError message when displaying
It can contain non-ASCII characters.

72c3dd588b96
by Yuya Nishihara
Apr 24 2010
10:10 AM

hgignore, thgconfig: use util.atomictempfile to update file
It's robust to write via a temporary file than overwriting the target
file directly.
This fixes #240, #1169 (untruncatable Windows' hidden file), but
as a side effect, hidden attribute is stripped.
I think atomictempfile can be implemented to keep file attributes
on Windows.

3dc907be1df0
by Yuya Nishihara
Apr 24 2010
7:33 AM
stable

settings: handle ImportError of pywintypes correctly
We cannot catch both ImportError and pywintypes.com_error at the same
level, because ImportError means pywintypes is not assigned.

d57eaf53fcf3
by Steve Borho
Apr 24 2010
4:04 AM
default

Merge with stable

b198faa623b4
by Wagner Bruna
Apr 24 2010
2:31 AM
stable

status, i18n: revert parameterized messages introduced by 56b42d08d603

1786f41873f1
by Adrian Buehlmann
Apr 22 2010
8:15 AM
default

setup: remove PyQt exludes
these are unneeded and highly surprising to discover when trying
to port to PyQt
Side note: py2exe excludes silently win over includes

5d108117d89f
by Yuya Nishihara
Apr 18 2010
9:11 AM

runcommand: remove unused assignment to fullargs

9b97d73f9a86
by Yuki KODAMA
Apr 16 2010
7:38 AM

serve: fix to re-enable --webdir-conf option
This is a remaining fix of 670fe4b733e0.

da8ee2d02077
by Steve Borho
Apr 15 2010
3:46 AM

visdiff: add $repo $phash1 $phash2 and $chash variables
Users may use these variables in their diffargs and diff3args
configurations to add changeset hashes or the repository name.
Closes #1020

557fcd2ebea1
by Steve Borho
Apr 15 2010
3:15 AM

datamine: add 'diff to local' context menu option
Refs #732
The other half of #732 is more difficult, as we do not support multi-selection
in the changeset window. Perhaps this will improve when we switch the repo
explorer to use true multi-selection.

b4d349e3a302
by Steve Borho
Apr 15 2010
2:59 AM

visdiff: drop support for ancestor snapshots
It was an interesting idea; but none of the existing visual diff tools
could use an ancestor version when displaying merge diffs. So I'm removing
the generation of what was a redundant node snapshot. This should make
merge visualizations a bit faster to start.

9cdeea94eada
by Adrian Buehlmann
Apr 14 2010
9:43 PM

chunks: reverting back to f46c3ea2f429