NOTICE: This package has been removed from pkgsrc

./devel/monotone-el, Emacs packages to work with the monotone VCS

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.99.1, Package name: monotone-el-0.99.1, Maintainer: jmmv

This package provides the emacs modules shipped with monotone in a ready-to-use
manner. These are:

* monotone.el: Runs monotone from within emacs.

Highlights for emacs configuration/use:

(require 'monotone)
(monotone-set-vc-prefix-key [f5]) ;; or "\C-xv"
(setq monotone-passwd-remember t)


* monotone-nav.el: A database browser for monotone databases. Using the sql
option of monotone, it extacts the data into emacs which you may browse
using the arrow keys. You can also mark revisons to run diffs or do other
work.

Highlights for emacs configuration/use:

(require 'monotone-nav)
(mnav-revdb-reload)
(message "mnav-pick: %s" (mnav-rev-id (mnav-pick)))

You may also want to install the lua-mode package if you edit config files.


Required to run:
[editors/emacs]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2011-04-01 15:53:59 by Julio Merino | Files touched by this commit (4) | Package removed
Log message:
Remove the monotone-el package: the .el file it was installing has been
deprecated in monotone-1.0 because it does not work with recent versions
of monotone.
   2010-11-30 11:30:54 by Julio Merino | Files touched by this commit (4)
Log message:
Update monotone{,-el,-server} to 0.99.1:

Bugs fixed

- monotone crashed on x86_64 when a netsync action required
  the parsing of an URL. This has been fixed.
  (closes monotone issue 100)

- monotone's automation interface version was reported wrongly
  as 12.1, where it should have been 13.0.
   2010-11-07 21:54:00 by Julio Merino | Files touched by this commit (2)
Log message:
Update to 0.99: use the monotone 0.99 distfile.
   2010-06-16 16:49:34 by Julio M. Merino Vidal | Files touched by this commit (2)
Log message:
Update to 0.48: use the monotone-0.48 distfile.
   2010-03-15 10:53:42 by Julio M. Merino Vidal | Files touched by this commit (2)
Log message:
Update to 0.47: use the 0.47 distfile and depend on monotone 0.47.
   2010-03-02 19:38:33 by Julio M. Merino Vidal | Files touched by this commit (4) | Imported package
Log message:
Initial import of monotone-el-0.46:

This package provides the emacs modules shipped with monotone in a ready-to-use
manner.  These are:

* monotone.el: Runs monotone from within emacs.

  Highlights for emacs configuration/use:

  (require 'monotone)
  (monotone-set-vc-prefix-key [f5]) ;; or "\C-xv"
  (setq monotone-passwd-remember t)