Tue, 24 Jan 2006 13:59:11 +1300 |
efiring |
Fix rcpath for hgwebdir case (sys.argv is empty)
|
Mon, 02 Jan 2006 15:52:56 -0800 |
Vadim Gelfer |
make invalid pattern message not confusing.
|
Mon, 02 Jan 2006 15:48:16 -0800 |
Vadim Gelfer |
if hgignore contains errors, print message that is not confusing.
|
Mon, 02 Jan 2006 15:25:33 -0800 |
Vadim Gelfer |
eliminate backtrace when piping output on windows.
|
Fri, 16 Dec 2005 11:13:08 -0600 |
Matt Mackall |
Merge with crew
|
Thu, 15 Dec 2005 17:50:10 +0100 |
Benoit Boissinot |
if a filename contains spaces, patch adds quote around it
|
Fri, 16 Dec 2005 01:32:44 -0600 |
Benoit Boissinot |
do not copy atime and mtime in util.copyfiles
|
Mon, 12 Dec 2005 07:50:43 -0800 |
Vadim Gelfer |
delete unintended print statement
|
Sun, 11 Dec 2005 15:38:42 -0800 |
Vadim Gelfer |
merge with crew
|
Fri, 04 Nov 2005 11:51:01 -0800 |
Vadim Gelfer |
make mercurial look in more places for config files.
|
Thu, 01 Dec 2005 10:48:42 -0600 |
Arun Sharma |
Handle hg under /
|
Thu, 01 Dec 2005 10:48:22 -0600 |
Robin Farine |
export patkind() from util
|
Mon, 14 Nov 2005 21:47:07 +0100 |
Benoit Boissinot |
close file before renaming it (since it doesn't work the other way on windows)
|
Mon, 14 Nov 2005 03:59:35 +0200 |
twaldmann |
fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX
|
Fri, 11 Nov 2005 15:33:59 -0800 |
Benoit Boissinot |
add an atomic argument to util.opener
|
Wed, 09 Nov 2005 13:38:46 -0800 |
Benoit Boissinot |
copy the mode of the file when breaking hardlinks
|
Mon, 31 Oct 2005 10:56:42 -0700 |
Benoit Boissinot |
fix handling of daylight saving time
|
Fri, 28 Oct 2005 17:18:50 -0700 |
Benoit Boissinot |
fix a bug where hg could remove file ending with .tmp
|
Wed, 26 Oct 2005 16:10:56 -0700 |
Benoit Boissinot |
further fix traceback on invalid .hgignore patterns
|
Tue, 25 Oct 2005 14:58:11 -0700 |
Benoit Boissinot |
abort on invalid pattern in matcher
|
Mon, 24 Oct 2005 14:34:48 -0700 |
olivier maquelin |
Avoid insertion/deletion of CRs on stdio during hg serve
|
Wed, 19 Oct 2005 00:10:52 -0700 |
Benoit Boissinot |
refactor some unlink/remove code and make sure we prune empty dir
|
Wed, 19 Oct 2005 00:02:41 -0700 |
Benoit Boissinot |
Do not use 'glob' expansion by default on OS != 'nt'
|
Tue, 18 Oct 2005 18:38:39 -0700 |
Benoit Boissinot |
i18n part2: use '_' for all strings who are part of the user interface
|
Tue, 18 Oct 2005 18:37:48 -0700 |
Benoit Boissinot |
i18n first part: make '_' available for files who need it
|
Tue, 18 Oct 2005 17:57:27 -0700 |
Zbynek Winkler |
Try to use ini-file in the same directory as the exe as the default on NT.
|
Sat, 15 Oct 2005 15:04:45 -0700 |
Matt Mackall |
Fix patch failure reporting exception
|
Mon, 03 Oct 2005 16:07:54 -0700 |
Eric Hopper |
Fixed a bug in my changes to httprepo.py
|
Fri, 23 Sep 2005 19:35:23 -0700 |
mpm |
Add support for /etc/mercurial/hgrc.d/*.rc
|
Fri, 23 Sep 2005 10:28:55 -0700 |
Bryan O'Sullivan |
Allow files to be opened in text mode, even on Windows.
|