log contrib/mercurial.el @ 4398:3b7e284b8f28

age author description
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.
Sat, 17 Jun 2006 00:06:28 +0900 FUJIWARA Katsunori Emacs: use delete-region instead of kill-* functions.
Thu, 18 May 2006 22:46:27 -0700 Vadim Gelfer merge emacs patches.
Thu, 18 May 2006 22:44:36 -0700 FUJIWARA Katsunori Emacs: separate limitations of revision range and shown changesets.
Thu, 18 May 2006 22:43:09 -0700 FUJIWARA Katsunori Emacs: adapt read-file-name invocation for (non-X)Emacs 21.4.
Wed, 28 Sep 2005 19:42:03 +0200 Robin Farine emacs minor mode optional argument
Wed, 21 Sep 2005 07:56:19 +0200 Thomas Arendsen Hein Cleanup of tabs and trailing spaces.
Fri, 09 Sep 2005 22:07:10 -0700 Bryan O'Sullivan mercurial.el: implement hg-pull, and stub in hg-update.
Wed, 31 Aug 2005 11:58:15 -0700 jdc Fix mercurial.el help.
Wed, 31 Aug 2005 11:56:58 -0700 jdc Adjust hg-strip and hg-chomp regexps.
Wed, 31 Aug 2005 10:54:00 -0700 Bryan O'Sullivan Emacs: fix invocations of "hg log" to match current behaviour of log.
Tue, 23 Aug 2005 21:53:13 -0700 Bryan O'Sullivan Emacs: implement hg-incoming, hg-outgoing and hg-push.
Tue, 23 Aug 2005 16:46:10 -0700 Bryan O'Sullivan Emacs: fix up hg-log and hg-diff to operate more uniformly.
Tue, 23 Aug 2005 15:42:06 -0700 Bryan O'Sullivan Merge with MPM.
Tue, 23 Aug 2005 15:30:06 -0700 Bryan O'Sullivan Merge with MPM.
Tue, 23 Aug 2005 15:27:17 -0700 bos Sync buffers prior to doing a diff.
Tue, 23 Aug 2005 14:51:52 -0700 bos Emacs: search for hg in path before looking in funny places.
Mon, 22 Aug 2005 15:29:55 -0700 bos Emacs: improved GNU Emacs support.
Mon, 22 Aug 2005 15:08:20 -0700 bos Emacs support: numerous changes.
Mon, 22 Aug 2005 03:41:09 -0700 Bryan O'Sullivan Emacs: update mode lines properly after commit.
Mon, 22 Aug 2005 03:27:27 -0700 Bryan O'Sullivan Emacs: kill commit buffer once it's done with.
Mon, 22 Aug 2005 03:16:32 -0700 Bryan O'Sullivan Emacs: first cut at commit support.
Sun, 21 Aug 2005 22:46:57 -0800 Bryan O'Sullivan Emacs: document existing functions.
Sun, 21 Aug 2005 21:51:01 -0800 Bryan O'Sullivan Emacs support: add hg-revert-buffer.
Fri, 19 Aug 2005 18:47:05 -0800 mpm Make mercurial.el load with GNU emacs
Fri, 19 Aug 2005 16:51:44 -0800 mpm Remove -C alias for --cwd
Fri, 19 Aug 2005 16:43:30 -0800 mpm Merge with BOS
Fri, 19 Aug 2005 06:41:29 -0800 Bryan O'Sullivan In-progress Emacs snapshot.
Thu, 18 Aug 2005 12:32:15 -0800 Bryan O'Sullivan Merge with MPM.
Thu, 18 Aug 2005 12:27:57 -0800 Bryan O'Sullivan Initial skeleton for mercurial.el.