- Nov 10, 2007
-
-
Patrick Mezard authored
Standard streams are expected to operate in binary mode everywhere, especially with archive, cat, diff and export commands. Rewriting these to separate informational output from binary content is complicated to do and to maintain, nonwithstanding mode switching reliability. Changing all output mode to binary should not have much impact on Windows were stream processing tools are barely used and usually cope with unix style endings. Streams mode being process wide, the switch is performed in the startup script to avoid polluting existing API users who may have solved this issue already or ignored it at least for the mercurial part.
-
Patrick Mezard authored
-
Patrick Mezard authored
-
- Nov 09, 2007
-
-
Alexis S. L. Carvalho authored
-
Alexis S. L. Carvalho authored
For qpush, removeundo has to be called after the transaction has finished. strip may use unbundle, which also leaves an undo file. Fixes issue780.
-
Alexis S. L. Carvalho authored
This should hide some differences between different python versions.
-
- Nov 05, 2007
-
-
Manuel Holtgrewe authored
Passwords specified in the repository URL are now displayed as '***' when accessing the remote repository.
-
- Nov 09, 2007
-
-
Alexis S. L. Carvalho authored
Part of test-tags was modified just to be sure this works. The change in test-archive-symlinks is necessary to avoid a "helpful" warning from GNU tar ("implausibly old time stamp 1970-01-01 00:00:00").
-
Alexis S. L. Carvalho authored
-
Alexis S. L. Carvalho authored
-
Alexis S. L. Carvalho authored
This should give the user a better hint of what's going wrong. Improve some error messages. In particular, mention "CVS checkout" instead of "CVS repo". Fixes issue822 and issue826.
-
Alexis S. L. Carvalho authored
This patch is a bit dirty to avoid having to repeat the dance required to import elementtree.
-
Alexis S. L. Carvalho authored
-
Alexis S. L. Carvalho authored
-
Alexis S. L. Carvalho authored
Relying on the exact return of statwalk would cause us to abort when there was at least one tracked file inside an ignored directory. This patch forces an extra walk of the whole working directory even on sane filesystems, where it wouldn't be needed. Fixes issue621.
-
- Nov 07, 2007
-
-
Maxim Dounin authored
Workaround for dir-changed-to-file updates mentioned in rev 7a64931e2d76 doesn't actually work since tests introduced in mentioned changeset prevented dirstate updates even if working directory updates succeded. Make tests more relaxed for dirstate operations not directly accessible from cli. See also issue660. While here, move _dirs existance check from _decpath() to _changepath() for unification.
-
- Nov 08, 2007
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
-
- Nov 07, 2007
-
-
Matt Mackall authored
-
- Nov 05, 2007
-
-
Bryan O'Sullivan authored
-
Peter Arrenbrecht authored
-
- Nov 03, 2007
-
-
bdowning authored
Git's gitk and Mercurial's hgk have diverged enough that their configuration information is no longer entirely compatible. Whenever I run one, the other gets reset to the default screen position. This patch changes hgk to store and read its configuration from ".hgk" instead of ".gitk", so as not to conflict with the "real" gitk anymore.
-
Patrick Mezard authored
-
- Nov 02, 2007
-
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
This should result in a conflict, but the symlink always wins.
-
Bryan O'Sullivan authored
-
- Nov 01, 2007
-
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
-
- Oct 30, 2007
-
-
Bryan O'Sullivan authored
-
- Nov 01, 2007
-
-
Patrick Mezard authored
-
- Oct 30, 2007
-
-
Patrick Mezard authored
-
- Oct 28, 2007
-
-
Patrick Mezard authored
-
- Oct 27, 2007
-
-
Patrick Mezard authored
-
- Oct 26, 2007
-
-
Bryan O'Sullivan authored
-
Benoit Boissinot authored
-
- Oct 25, 2007
-
-
Thomas Arendsen Hein authored
-