log contrib/mercurial.el @ 5467:521284cdbcb4

age author description
Thu, 11 Oct 2007 06:10:45 +0900 NIIMI Satoshi mercurial.el: mark-marker() returns non-nil with no active mark on GNU Emacs
Thu, 11 Oct 2007 05:58:54 +0900 NIIMI Satoshi mercurial.el, mq.el: remove runtime dependencies on CL package
Tue, 07 Aug 2007 10:28:14 +0200 Thomas Arendsen Hein merge with crew-stable
Tue, 07 Aug 2007 10:24:33 +0200 Thomas Arendsen Hein Remove trailing spaces
Sat, 14 Jul 2007 11:27:58 -0500 jon christopher Re: mercurial.el and hg-version-other-window
Tue, 22 May 2007 07:24:06 +0900 NIIMI Satoshi mercurial.el: ignore errors on hg-after-save-hook()
Tue, 22 May 2007 08:05:16 +0900 NIIMI Satoshi mercurial.el: change default log range to tip:0
Mon, 07 May 2007 21:44:11 +0900 NIIMI Satoshi mercurial.el: fix error on hg-read-rev() with small tip, and cleanups
Sat, 05 May 2007 15:56:49 +0900 NIIMI Satoshi mercurial.el: don't raise an error from find-file-hook
Sat, 05 May 2007 15:50:40 +0900 NIIMI Satoshi mercurial.el: move defmacro of hg-do-across-repo before use
Mon, 07 May 2007 08:42:48 -0700 Brendan Cully Unconfuse font-lock
Tue, 22 Aug 2006 15:15:52 -0700 Bryan O'Sullivan mercurial.el: deal with more vagaries of "hg status".
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.
Sun, 13 Aug 2006 20:21:13 +0300 Giorgos Keramidas Use cached hg-root-dir instead of rediscovering
Sun, 30 Jul 2006 09:37:08 +0300 Giorgos Keramidas avoid calling (cd ...) with `nil' as a directory name
Sat, 22 Jul 2006 23:35:16 +0900 FUJIWARA Katsunori Emacs: apply "expand-filename" on "default-directory".
Sat, 22 Jul 2006 23:30:19 +0900 FUJIWARA Katsunori Emacs: apply kill-local-variable instead of make-local-variable to FORGET
Thu, 29 Jun 2006 10:35:15 -0700 Vadim Gelfer mercurial.el: fix misleading indent of code.
Thu, 29 Jun 2006 10:27:09 -0700 Vadim Gelfer mercurial.el: inhibit backups for files managed by mercurial
Sun, 18 Jun 2006 21:15:01 -0700 Vadim Gelfer merge emacs changes.
Sun, 18 Jun 2006 21:04:42 -0700 Vadim Gelfer merge with crew.
Sun, 18 Jun 2006 04:13:33 +0900 FUJIWARA Katsunori Emacs: follow the revision usage policy of "hg diff" command.
Sun, 18 Jun 2006 04:02:56 +0900 FUJIWARA Katsunori Emacs: change directory of output buffer to the root of the repository.
Sun, 18 Jun 2006 03:46:00 +0900 FUJIWARA Katsunori Emacs: use `default-directory' if `buffer-file-name' is null.