Faster mercurial patch queue merging with emacs
As a follow-up to my previous post about merging mq reject in emacs, I thought I’d share some improvements to the process that I’ve made since then. (defun switch-hg-reject () (interactive) (let ((other-file (if (string= (substring (buffer-file-name) -4 nil) ".rej") (substring (buffer-file-name) 0 -4) [...]
Posted on March 1st, 2010 by Josh Matthews
Filed under: code, emacs, mozilla | 7 Comments »

