Sat, 26 Aug 2006 11:19:00 +0200 fix errors reported by pychecker
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 26 Aug 2006 11:19:00 +0200] rev 3015
fix errors reported by pychecker mercurial/merge.py:174: No global (mode) found mercurial/merge.py:253: No global (errno) found
Thu, 24 Aug 2006 15:19:56 -0700 Fixed an exception in notify extension (b2a_hex argument incorrect)
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Thu, 24 Aug 2006 15:19:56 -0700] rev 3014
Fixed an exception in notify extension (b2a_hex argument incorrect) Detailed messages was - incoming.notify hook raised an exception: b2a_hex() argument 1 must be string or read-only character buffer, not stringio
Tue, 22 Aug 2006 12:20:24 -0500 minor docstring fix for revert
TK Soh <teekaysoh@yahoo.com> [Tue, 22 Aug 2006 12:20:24 -0500] rev 3013
minor docstring fix for revert
Mon, 21 Aug 2006 10:46:58 -0700 Allow for MB/sec transfer rates in test-http-proxy and test-ssh.
Lee Cantey <lcantey@gmail.com> [Mon, 21 Aug 2006 10:46:58 -0700] rev 3012
Allow for MB/sec transfer rates in test-http-proxy and test-ssh. Also make the test more specific in test-http.
Tue, 22 Aug 2006 22:49:30 -0300 load extensions only after the ui object has been completely initialized
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 22 Aug 2006 22:49:30 -0300] rev 3011
load extensions only after the ui object has been completely initialized This fixes a traceback printed when hg tries to print another traceback after an extension fails to be loaded. Add a test for that.
Tue, 22 Aug 2006 20:45:03 -0300 Only read .hg/hgrc files from trusted users/groups
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 22 Aug 2006 20:45:03 -0300] rev 3010
Only read .hg/hgrc files from trusted users/groups The list of trusted users and groups is specified in the [trusted] section of a hgrc; the current user is always trusted; "*" can be used to trust all users/groups. Global hgrc files are always read. On Windows (and other systems that don't have the pwd and grp modules), all .hg/hgrc files are read.
Wed, 23 Aug 2006 00:19:24 +0200 Fix hgk extension due to 4ec58b157265 refactoring
Edouard Gomez <ed.gomez@free.fr> [Wed, 23 Aug 2006 00:19:24 +0200] rev 3009
Fix hgk extension due to 4ec58b157265 refactoring
Wed, 23 Aug 2006 08:42:21 -0700 merge.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 23 Aug 2006 08:42:21 -0700] rev 3008
merge.
Tue, 22 Aug 2006 19:12:09 -0500 merge: add remove to the action hash
Matt Mackall <mpm@selenic.com> [Tue, 22 Aug 2006 19:12:09 -0500] rev 3007
merge: add remove to the action hash
Tue, 22 Aug 2006 18:06:17 -0500 merge: combine merge and get lists
Matt Mackall <mpm@selenic.com> [Tue, 22 Aug 2006 18:06:17 -0500] rev 3006
merge: combine merge and get lists
Tue, 22 Aug 2006 17:42:55 -0500 merge: remove redundant if
Matt Mackall <mpm@selenic.com> [Tue, 22 Aug 2006 17:42:55 -0500] rev 3005
merge: remove redundant if
Tue, 22 Aug 2006 17:26:44 -0500 merge: eliminate mw manifestdict, do everything with m1
Matt Mackall <mpm@selenic.com> [Tue, 22 Aug 2006 17:26:44 -0500] rev 3004
merge: eliminate mw manifestdict, do everything with m1
Tue, 22 Aug 2006 17:20:09 -0500 merge: eliminate usage of m1 after working manifest creation
Matt Mackall <mpm@selenic.com> [Tue, 22 Aug 2006 17:20:09 -0500] rev 3003
merge: eliminate usage of m1 after working manifest creation
Tue, 22 Aug 2006 17:08:38 -0500 merge: simplify working dir manifest generation
Matt Mackall <mpm@selenic.com> [Tue, 22 Aug 2006 17:08:38 -0500] rev 3002
merge: simplify working dir manifest generation
Tue, 22 Aug 2006 16:47:27 -0500 merge: simplify some update logic
Matt Mackall <mpm@selenic.com> [Tue, 22 Aug 2006 16:47:27 -0500] rev 3001
merge: simplify some update logic
Tue, 22 Aug 2006 16:23:29 -0500 merge: hoist partial code out of manifest loops
Matt Mackall <mpm@selenic.com> [Tue, 22 Aug 2006 16:23:29 -0500] rev 3000
merge: hoist partial code out of manifest loops
Tue, 22 Aug 2006 16:12:54 -0500 merge: minor simplification
Matt Mackall <mpm@selenic.com> [Tue, 22 Aug 2006 16:12:54 -0500] rev 2999
merge: minor simplification
Mon, 21 Aug 2006 14:25:56 -0500 merge: rename mysterious variable
Matt Mackall <mpm@selenic.com> [Mon, 21 Aug 2006 14:25:56 -0500] rev 2998
merge: rename mysterious variable
Mon, 21 Aug 2006 14:21:42 -0500 merge: add backwards variable
Matt Mackall <mpm@selenic.com> [Mon, 21 Aug 2006 14:21:42 -0500] rev 2997
merge: add backwards variable
Tue, 22 Aug 2006 17:01:24 -0700 mq.el: Add comment to mq-edit-finish.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 22 Aug 2006 17:01:24 -0700] rev 2996
mq.el: Add comment to mq-edit-finish.
Tue, 22 Aug 2006 16:59:22 -0700 mq.el: add ability to edit a patch.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 22 Aug 2006 16:59:22 -0700] rev 2995
mq.el: add ability to edit a patch.
Tue, 22 Aug 2006 16:59:09 -0700 qheader: exit withh meaningful error code.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 22 Aug 2006 16:59:09 -0700] rev 2994
qheader: exit withh meaningful error code.
Tue, 22 Aug 2006 16:04:58 -0700 Emacs: add mq.el, early support for Mercurial Queues.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 22 Aug 2006 16:04:58 -0700] rev 2993
Emacs: add mq.el, early support for Mercurial Queues.
Tue, 22 Aug 2006 16:03:55 -0700 MQ: Make more commands return meaningful errors.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 22 Aug 2006 16:03:55 -0700] rev 2992
MQ: Make more commands return meaningful errors.
Tue, 22 Aug 2006 15:15:52 -0700 mercurial.el: deal with more vagaries of "hg status".
Bryan O'Sullivan <bos@serpentine.com> [Tue, 22 Aug 2006 15:15:52 -0700] rev 2991
mercurial.el: deal with more vagaries of "hg status". If we run "hg status" on a file that does not exist, it prints an error message. Attempt to extract the name of the file.
Tue, 22 Aug 2006 15:14:35 -0700 qrefresh: exit with status 1 if no patches applied.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 22 Aug 2006 15:14:35 -0700] rev 2990
qrefresh: exit with status 1 if no patches applied.
Tue, 22 Aug 2006 14:03:10 -0700 mercurial.el: add hg-cwd
Bryan O'Sullivan <bos@serpentine.com> [Tue, 22 Aug 2006 14:03:10 -0700] rev 2989
mercurial.el: add hg-cwd
Tue, 22 Aug 2006 14:02:43 -0700 mercurial.el: speed up mode line updates.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 22 Aug 2006 14:02:43 -0700] rev 2988
mercurial.el: speed up mode line updates.
Tue, 22 Aug 2006 11:37:18 -0700 mercurial.el: add hg-status.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 22 Aug 2006 11:37:18 -0700] rev 2987
mercurial.el: add hg-status.
Tue, 22 Aug 2006 11:36:58 -0700 mercurial.el: use parents in modeline, not tip
Bryan O'Sullivan <bos@serpentine.com> [Tue, 22 Aug 2006 11:36:58 -0700] rev 2986
mercurial.el: use parents in modeline, not tip
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip