Wed, 18 Oct 2006 22:24:03 +0200 |
Benoit Boissinot |
makes username mandatory
|
file |
diff |
annotate
|
Mon, 16 Oct 2006 15:38:53 -0300 |
Alexis S. L. Carvalho |
Use a case-sensitive version of SafeConfigParser everywhere
|
file |
diff |
annotate
|
Tue, 03 Oct 2006 12:33:22 +0200 |
Jose M. Prieto |
Add documentation about the date formats allowed in the command line
|
file |
diff |
annotate
|
Tue, 03 Oct 2006 12:33:18 +0200 |
Jose M. Prieto |
util.strdate: assume local time when no timezone specified
|
file |
diff |
annotate
|
Tue, 03 Oct 2006 12:33:14 +0200 |
Jose M. Prieto |
util.strdate: compute timestamp using UTC, not local timezone
|
file |
diff |
annotate
|
Wed, 27 Sep 2006 20:34:52 +0200 |
Thomas Arendsen Hein |
shortuser should stop before the first space character.
|
file |
diff |
annotate
|
Fri, 22 Sep 2006 17:58:22 +0200 |
Benoit Boissinot |
add comments in cachefunc
|
file |
diff |
annotate
|
Fri, 22 Sep 2006 08:19:25 -0700 |
Brendan Cully |
Add cachefunc to abstract function call cache
|
file |
diff |
annotate
|
Mon, 18 Sep 2006 17:43:31 +0200 |
Benoit Boissinot |
fix warnings spotted by pychecker
|
file |
diff |
annotate
|
Fri, 15 Sep 2006 16:00:16 -0500 |
Matt Mackall |
Back out trusted hgrc change for now
|
file |
diff |
annotate
|
Tue, 22 Aug 2006 20:45:03 -0300 |
Alexis S. L. Carvalho |
Only read .hg/hgrc files from trusted users/groups
|
file |
diff |
annotate
|
Fri, 18 Aug 2006 21:03:29 -0700 |
Vadim Gelfer |
fix issue 322.
|
file |
diff |
annotate
|
Sun, 13 Aug 2006 16:57:45 -0700 |
Vadim Gelfer |
move commands.addremove_lock to cmdutil.addremove
|
file |
diff |
annotate
|
Sat, 12 Aug 2006 12:47:18 -0700 |
Vadim Gelfer |
merge git patch code.
|
file |
diff |
annotate
|
Fri, 11 Aug 2006 15:50:16 -0700 |
Brendan Cully |
Move patch-related code into its own module.
|
file |
diff |
annotate
|
Fri, 11 Aug 2006 15:50:07 -0700 |
Brendan Cully |
Teach import to understand git diff extensions.
|
file |
diff |
annotate
|
Sat, 12 Aug 2006 12:30:02 -0700 |
Vadim Gelfer |
update copyrights.
|
file |
diff |
annotate
|
Sun, 06 Aug 2006 16:42:36 +0200 |
Benoit Boissinot |
util.patch: use shellquote
|
file |
diff |
annotate
|
Sat, 05 Aug 2006 15:23:26 -0700 |
Brendan Cully |
Add portable shell-quoting function; teach mq to use it.
|
file |
diff |
annotate
|
Tue, 01 Aug 2006 15:51:13 -0700 |
Vadim Gelfer |
import: make patch apply if run in subdir
|
file |
diff |
annotate
|
Mon, 31 Jul 2006 07:11:12 -0700 |
Vadim Gelfer |
clean up hg.py: move repo constructor code into each repo module
|
file |
diff |
annotate
|
Mon, 24 Jul 2006 09:22:47 -0700 |
Vadim Gelfer |
util.getuser: better comments
|
file |
diff |
annotate
|
Mon, 24 Jul 2006 09:19:25 -0700 |
Vadim Gelfer |
util.getuser: raise exception if win32api not available.
|
file |
diff |
annotate
|
Mon, 24 Jul 2006 09:11:26 -0700 |
Vadim Gelfer |
fix windows username problem.
|
file |
diff |
annotate
|
Fri, 14 Jul 2006 11:17:22 -0700 |
Vadim Gelfer |
add support for streaming clone.
|
file |
diff |
annotate
|
Thu, 13 Jul 2006 09:40:01 -0700 |
Chris Mason |
util.parsedate should understand dates from hg export
|
file |
diff |
annotate
|
Wed, 12 Jul 2006 08:59:20 -0700 |
Vadim Gelfer |
move most of tag code to localrepository class.
|
file |
diff |
annotate
|
Sun, 09 Jul 2006 01:30:30 +0200 |
Benoit Boissinot |
use __contains__, index or split instead of str.find
|
file |
diff |
annotate
|
Fri, 30 Jun 2006 23:02:08 +0200 |
Benoit Boissinot |
str.rsplit does not exist in python 2.3
|
file |
diff |
annotate
|
Fri, 30 Jun 2006 18:48:06 +0200 |
Benoit Boissinot |
validate the resulting date in parsedate
|
file |
diff |
annotate
|