[Monotone-devel] Non-modal merge

2007-09-21 Thread Stefan Monnier
Bak when I used monotone for the first time, I was surprised to see that all the merge options provided were pretty much modal. So I came up with the code attached below (not on my own, it's largely copied from random bits on the Web, it's probably hideous for Lua experts). Is there such a tool

[Monotone-devel] Emacs vc-mtn.el

2007-09-14 Thread Stefan Monnier
I've just installed a first version of vc-mtn.el into Emacs's CVS repository. You can get it at: http://cvs.savannah.gnu.org/viewvc/*checkout*/emacs/lisp/vc-mtn.el?revision=EMACS_22_BASEroot=emacs It has support for: - vc-diff - vc-annotate - vc-print-log (minimal) - completion of revisions

Re: [Monotone-devel] Has anyone written a monotone backd for Emacs's VC?

2007-08-29 Thread Stefan Monnier
I know VC is not very well suited to current revision control systems, but some of its functionality does make sense and is convenient (typically: show diffs made to the current buffer's file, indicate the revision control system used for the current buffer's file in the mode line, provide

[Monotone-devel] Has anyone written a monotone backd for Emacs's VC?

2007-08-23 Thread Stefan Monnier
I know VC is not very well suited to current revision control systems, but some of its functionality does make sense and is convenient (typically: show diffs made to the current buffer's file, indicate the revision control system used for the current buffer's file in the mode line, provide access