~mathrick/dvc/trunk

« back to all changes in this revision

Viewing changes to lisp/dvc-revlist.el

  • Committer: Stefan Reichoer
  • Date: 2009-07-09 21:00:06 UTC
  • Revision ID: stefan@xsteve.at-20090709210006-hrz9bfxxh7d2tli7
Patch from Thierry Volpiatto: New function xhg-search-regexp-in-log (bound to G in *xhg-log* buffers)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;; dvc-revlist.el --- Revision list in DVC
2
2
 
3
 
;; Copyright (C) 2005-2009 by all contributors
 
3
;; Copyright (C) 2005-2008 by all contributors
4
4
 
5
5
;; Author: Matthieu Moy <Matthieu.Moy@imag.fr>
6
6
 
7
7
;; This file is free software; you can redistribute it and/or modify
8
8
;; it under the terms of the GNU General Public License as published by
9
 
;; the Free Software Foundation; either version 3, or (at your option)
 
9
;; the Free Software Foundation; either version 2, or (at your option)
10
10
;; any later version.
11
11
 
12
12
;; This file is distributed in the hope that it will be useful,
50
50
(defstruct (dvc-revlist-entry-patch)
51
51
  dvc ;; the back-end
52
52
  marked
53
 
  struct ;; back-end struct
 
53
  struct
54
54
  rev-id ;; DVC revision ID.
55
55
  merged-by
56
56
  log-buffer
378
378
;; defined, instead of this one. If so, it should be derived from
379
379
;; dvc-revlist-mode (via `define-derived-mode'), and rely on it for as
380
380
;; many features as possible (one can, for example, extend the menu
381
 
;; and keymap). See `xmtn-revlist-mode' in xmtn-revlist.el for a good
382
 
;; example.
 
381
;; and keymap). See `xmtn-revlist-mode' in xgit.el for a good example.
383
382
;;
384
383
;; Remember to add the new mode to
385
384
;; `uniquify-list-buffers-directory-modes' using