Revision: dvc--main--0--patch-112
Archive: [EMAIL PROTECTED]
Creator: Matthieu Moy <[EMAIL PROTECTED]>
Date: Sun Feb 19 00:40:53 IST 2006
Standard-date: 2006-02-18 19:10:53 GMT
Modified-files: lisp/bzr-dvc.el lisp/bzr.el
lisp/dvc-buffers.el lisp/dvc-revlist.el lisp/xhg-log.el
lisp/xtla-baz.el lisp/xtla.el
New-patches: [EMAIL PROTECTED]
Summary: Towards a generic revision list mode.
Keywords:
The mode is contained in dvc-revlist.el.
At the moment, it is an empty mode. The tla-revision-list-mode uses it,
but most of the interesting stuff is still on the Xtla side.
bzr-log is a draft of bzr log mode using this mode also. It currently
considers only the text of the log and does not implement a parser.
What's still to be done is:
1) Move whatever is generic from Xtla to dvc-revlist.el
2) Use it in bzr-log !