- Feb 05, 2008
-
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
- Feb 03, 2008
-
-
Alexis S. L. Carvalho authored
This should avoid a bad performance problem when the branch cache is not up-to-date, and hgweb can't write an updated version because it lacks permissions.
-
Alexis S. L. Carvalho authored
This will be important for the next patch, which may end up using this variable during an addchangegroup caused by strip.
-
Alexis S. L. Carvalho authored
This allows the transaction system to backup the correct file, so that a future rollback can do the right thing. This should fix issue963.
-
Alexis S. L. Carvalho authored
Some systems require a seek (or flush) between read and write operations on the same file object. This should fix issue838.
-
Alexis S. L. Carvalho authored
Closes issue873.
-
Alexis S. L. Carvalho authored
This is needed to keep the code in keepalive.py from sharing the same connection between HTTP and HTTPS. 52ce0d6bc375 explains why we were using a single handler. This should fix issue892.
-
Alexis S. L. Carvalho authored
This should prevent the next patch from reopening an issue fixed by 0d94e4a3ddb4.
-
Alexis S. L. Carvalho authored
The current list of reserved names includes only mq control files. Also, reserve names starting with ".hg" (to avoid troubles with e.g. .hgignore and .hgtags), and with ".mq" (to allow future extensions). This should fix issue841.
-
Alexis S. L. Carvalho authored
We already disallow committing on top of an mq revision exactly to avoid losing this new revision during a qpop/qrefresh, so this can be seen as an additional safety check. If this is not enough to fix issue844, it should at least prevent it from happening.
-
Alexis S. L. Carvalho authored
-
Alexis S. L. Carvalho authored
This should avoid some tracebacks when the server sends some garbage.
-
Alexis S. L. Carvalho authored
-
- Jan 30, 2008
-
-
Matt Mackall authored
Our Windows file code was flushing buffers from the operating system to disk, rather than from the application to the operating system.
-
- Jan 26, 2008
-
-
Patrick Mezard authored
-
- Jan 21, 2008
-
-
Thomas Arendsen Hein authored
Previously the parent was determined by the last changeset where the branched file was changed even if the branch is based on an earlier revision. Fix written by mpm.
-
Thomas Arendsen Hein authored
-
Patrick Mezard authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
Patrick Mezard authored
-
Patrick Mezard authored
-
- Dec 28, 2007
-
-
Matt Mackall authored
-
- Jan 19, 2008
-
-
Patrick Mezard authored
The svn transport must be reparented to repository root before using check_path() with full entrypaths.
-
- Jan 18, 2008
-
-
Patrick Mezard authored
On mapped drives, os_link() manages to create links but nlink() does not report them.
-
- Jan 12, 2008
-
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Brendan Cully authored
-
- Dec 18, 2007
-
-
John Coomes authored
-
- Jan 05, 2008
-
-
Patrick Mezard authored
-
- Jan 04, 2008
-
-
Patrick Mezard authored
-
- Dec 28, 2007
-
-
Patrick Mezard authored
-
Patrick Mezard authored
-
- Dec 27, 2007
-
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
(this was accidentally changed in ca0d02222d6a)
-
- Dec 26, 2007
-
-
Thomas Arendsen Hein authored
-
- Dec 25, 2007
-
-
Patrick Mezard authored
Sometimes, revisions cannot be represented by a regular diff, only a git diff would capture binary files or permission changes. diffstat cannot handle git patches and will output "0 files changed" when fed with an empty diff. We cannot consider the latter to be an error, unless we rewrite diffstat to handle these correctly.
-
Thomas Arendsen Hein authored
This could happen e.g. in group writable local repositories where a file should become executable on update. (Patch by Benoit Boissinot attached to issue530)
-
- Dec 21, 2007
-
-
Thomas Arendsen Hein authored
The CR characters of darcs get confused the output. Additionally this darcs version printed: darcs: <stdin>: hGetLine: end of file
-