log

age author description
Tue, 22 Aug 2006 16:23:29 -0500 Matt Mackall merge: hoist partial code out of manifest loops
Tue, 22 Aug 2006 16:12:54 -0500 Matt Mackall merge: minor simplification
Mon, 21 Aug 2006 14:25:56 -0500 Matt Mackall merge: rename mysterious variable
Mon, 21 Aug 2006 14:21:42 -0500 Matt Mackall merge: add backwards variable
Tue, 22 Aug 2006 17:01:24 -0700 Bryan O'Sullivan mq.el: Add comment to mq-edit-finish.
Tue, 22 Aug 2006 16:59:22 -0700 Bryan O'Sullivan mq.el: add ability to edit a patch.
Tue, 22 Aug 2006 16:59:09 -0700 Bryan O'Sullivan qheader: exit withh meaningful error code.
Tue, 22 Aug 2006 16:04:58 -0700 Bryan O'Sullivan Emacs: add mq.el, early support for Mercurial Queues.
Tue, 22 Aug 2006 16:03:55 -0700 Bryan O'Sullivan MQ: Make more commands return meaningful errors.
Tue, 22 Aug 2006 15:15:52 -0700 Bryan O'Sullivan mercurial.el: deal with more vagaries of "hg status".
Tue, 22 Aug 2006 15:14:35 -0700 Bryan O'Sullivan qrefresh: exit with status 1 if no patches applied.
Tue, 22 Aug 2006 14:03:10 -0700 Bryan O'Sullivan mercurial.el: add hg-cwd
Tue, 22 Aug 2006 14:02:43 -0700 Bryan O'Sullivan mercurial.el: speed up mode line updates.
Tue, 22 Aug 2006 11:37:18 -0700 Bryan O'Sullivan mercurial.el: add hg-status.
Tue, 22 Aug 2006 11:36:58 -0700 Bryan O'Sullivan mercurial.el: use parents in modeline, not tip
Tue, 22 Aug 2006 11:24:59 -0700 Bryan O'Sullivan mercurial.el: fix hg-chomp.
Tue, 22 Aug 2006 08:54:19 -0700 Bryan O'Sullivan mercurial.el: fix calls to goto-char.
Tue, 22 Aug 2006 08:53:37 -0700 Bryan O'Sullivan mercurial.el: get rid of unportable, unperformant use of replace-regexp.
Tue, 22 Aug 2006 07:55:10 -0700 Vadim Gelfer merge.
Thu, 10 Aug 2006 16:59:58 +0200 Volker Kleinfeld Support the demandload syntax "@" in packagescan
Tue, 22 Aug 2006 07:32:54 -0700 Vadim Gelfer merge.
Tue, 22 Aug 2006 14:31:56 +0900 Shun-ichi GOTO Support foo@bar notation as demandload module spec.
Tue, 22 Aug 2006 10:20:21 +0200 Thomas Arendsen Hein Make test-strict append to $HGRCPATH, like other tests do since 61fcd9fac434.
Tue, 22 Aug 2006 10:18:40 +0200 Thomas Arendsen Hein Merge with tah
Tue, 22 Aug 2006 10:08:42 +0200 Thomas Arendsen Hein Make tests append settings to $HGRCPATH instead of $HGTMP/.hgrc
Tue, 22 Aug 2006 09:55:14 +0200 Thomas Arendsen Hein Clear contents of global hgrc for tests before running each test.
Sun, 20 Aug 2006 23:52:52 -0500 Matt Mackall tag: shorten hash in default commit message
Sun, 20 Aug 2006 22:51:56 -0500 Matt Mackall Only show long hashes with --debug, not --verbose
Sun, 20 Aug 2006 21:59:51 -0500 Matt Mackall Demote a pull note to a debug message
Mon, 21 Aug 2006 21:59:29 -0700 Bryan O'Sullivan Add ui.strict config item.