- Feb 21, 2010
-
-
Benoit Boissinot authored
test thanks to Stefano Tortarolo
-
- Feb 25, 2010
-
-
Benoit Boissinot authored
-
- Feb 24, 2010
-
-
Manpreet Singh authored
1) adds a :DiffReview command to review code changes in the current workspace. 2) removes the need to have patchutils (specifically filterdiff) installed on the system by implementing patch extraction in pure vim script.
-
Sune Foldager authored
Lines from the remote are prefixed with 'remote: ' and written locally using ui.status, similar to what sshrepo does.
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Wagner Bruna authored
-
Steve Borho authored
The other three checks for disabling the progress bar have serious side effects for any class that derives from ui.ui()
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Katsunori FUJIWARA authored
-
- Feb 23, 2010
-
-
Wagner Bruna authored
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Benoit Boissinot authored
-
Sune Foldager authored
-
Sune Foldager authored
The 'pairs' argument was coded to be optional, but the code would crash if it was not provided.
-
Brendan Cully authored
-
Dirkjan Ochtman authored
-
timeless authored
-
Sune Foldager authored
-
- Feb 22, 2010
-
-
Sune Foldager authored
Previously, application/octet-stream was used. The content-type is currently ignored by the server.
-
Patrick Mezard authored
-
- Feb 21, 2010
-
-
Ronny Pfannschmidt authored
-
- Feb 22, 2010
-
-
Saint Germain authored
When a subrepo is deleted from .hgsub, it also needs to be removed from .hgsubstate. Previous code was updating .hgsubstate only in case of newly or modified subrepo.
-
- Feb 21, 2010
-
-
Benoit Boissinot authored
Windows python 2.4 os.stat() reports times including DST offset, while osutil.c reports the correct value, which makes status() systematically compare files content. This bug is fixed in python 2.5. Using osutil.py instead of osutil.c is 4x times slower on large repositories but current code is completely unusable. Given few people are likely to use python 2.4 on Windows this solution was considered a good trade-off compared to more invasive solutions trying to address the offset issue.
-
- Feb 20, 2010
-
-
timeless authored
-
Martin Geisler authored
-
- Feb 19, 2010
-
-
Wagner Bruna authored
Singular message removed for simplicity.
-
- Feb 20, 2010
-
-
Benoit Boissinot authored
-
Brodie Rao authored
This stops interactive-only things like progress bars from showing up inside the pager.
-
Dirkjan Ochtman authored
-
Brendan Cully authored
If the read thred is in select when the main thread is in close, the main thread may close the socket between select and read, generating a noisy traceback. This can be ignored if the shutdown flag is set.
-
- Feb 19, 2010
-
-
Adrian Buehlmann authored
-
Steve Borho authored
-
Benoit Boissinot authored
E1101:514:httpshandler._makeconnection: Instance of 'tuple' has no 'pop' member E1101:516:httpshandler._makeconnection: Instance of 'tuple' has no 'pop' member
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-