Tue, 21 Mar 2006 12:45:27 +0100 |
Thomas Arendsen Hein |
Pass correct username as $HGUSER to hgeditor if "commit -u" is used.
|
Tue, 21 Mar 2006 12:15:25 +0100 |
Thomas Arendsen Hein |
Added test for incoming via ssh.
|
Tue, 21 Mar 2006 11:47:21 +0100 |
Thomas Arendsen Hein |
make incoming work via ssh (issue139); move chunk code into separate module.
|
Tue, 21 Mar 2006 06:03:33 +0100 |
Benoit Boissinot |
use HG10UN header for uncompressed bundle
|
Mon, 20 Mar 2006 17:14:58 +0100 |
Thomas Arendsen Hein |
More detailed documentation about ssh:// URLs; fixes issue170.
|
Mon, 20 Mar 2006 08:46:29 +0100 |
TK Soh |
do proper typecasting on malloc() and calloc() calls
|
Sun, 19 Mar 2006 21:26:58 +0100 |
Thomas Arendsen Hein |
Don't forget version at the end of setup.py, write it only if changed.
|
Sun, 19 Mar 2006 14:53:58 +0100 |
Thomas Arendsen Hein |
Enable path validation for copy, rename, debugwalk and other canonpath users.
|
Sat, 18 Mar 2006 09:51:25 -0800 |
Shun-ichi Goto |
Duplicate cache when creating templater.
|
Sat, 18 Mar 2006 14:36:45 +0100 |
Thomas Arendsen Hein |
Delete bundle file of hg incoming in case of errors, preserve existing files.
|
Sat, 18 Mar 2006 11:24:19 +0100 |
Thomas Arendsen Hein |
Cleaned up the code path for bundle handling in hg incoming, updated comments.
|
Sat, 18 Mar 2006 10:45:21 +0100 |
Thomas Arendsen Hein |
Documented behaviour of write_bundle regarding file handles.
|
Sat, 18 Mar 2006 09:13:27 +0100 |
Thomas Arendsen Hein |
imported patch /home/thomas/fix-incoming-abortion4.patch
|
Fri, 17 Mar 2006 17:23:52 -0800 |
Shun-ichi GOTO |
Fixed abort while remote incoming command on windows.
|
Fri, 17 Mar 2006 18:53:04 +0100 |
Benoit Boissinot |
write_bundle: close the file before removing it in case of failure
|