Committed revision 289 to http://stephe-leake.org/dvc

support changing dvc-revlist-brief, dvc-revlist-last-n in log buffer.
  
  * lisp/bzr-revision.el (bzr-log-show-only-short-message): replace by
    dvc-revlist-brief
      (bzr-log-parse): use dvc-revlist-brief
      (bzr-log-refresh): new function; supports changing dvc-revlist-brief,
      dvc-revlist-last-n in log buffer.
      (bzr-log): use bzr-log-refresh
      (bzr-log-remote): pass brief, last-n to dvc-build-revision-list
      (bzr-changelog): ditto
      (bzr-missing): ditto
  
  * lisp/dvc-revlist.el (dvc-revlist-brief): new buffer-local variable
      (dvc-revlist-path): ditto
      (dvc-revlist-more): renamed from dvc-revision-more (revlist is a
      better naming convention).
      (dvc-revlist-toggle-brief): new function to toggle between brief and
      full display.
      (dvc-revlist-mode-map): add dvc-revlist-more,
      dvc-revlist-toggle-brief
      (dvc-revlist-mode): add disable-undo, truncate-lines (from xmtn)
      (dvc-revlist-create-buffer): new function, split out from
      dvc-build-revision-list
      (dvc-build-revision-list): add brief, last-n arguments. split out
      dvc-revlist-create-buffer. add new buffer-local variables.
  
  * lisp/dvc-unified.el (dvc-log): don't default path back-end argument to
    default-directory; path must be nil to show log of entire tree.
  
  * lisp/xgit-log.el (xgit-log): default location to default-directory,
    since front-end no longer does that.
  
  * lisp/xhg-revision.el (xhg-dvc-log): ditto.
  
  * lisp/xmtn-revlist.el (xmtn--revlist-*root*): delete; just use
    default-directory.
      (xmtn--revlist-*info-generator-fn*): improve docstring
      (xmtn--revlist-*first-line-only-p*): replace by dvc-revlist-brief
      (xmtn--revlist-*last-n*): replace by dvc-revlist-last-n
      (xmtn--setup-revlist): use dvc-revlist-create-buffer

-- 
-- Stephe

_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to