Committed revision 227 to http://bzr.xsteve.at/dvc/

Merged from Stephen Leake: Added the options 
dvc-confirm-{add|ignore|save-buffers} and some other improvements
    ------------------------------------------------------------
    revno: 162.1.27
    merged: [EMAIL PROTECTED]
    committer: stephe <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Sun 2007-08-12 18:33:04 -0400
    message:
      merge from Stefan
    ------------------------------------------------------------
    revno: 162.1.26
    merged: [EMAIL PROTECTED]
    committer: stephe <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Sun 2007-08-12 11:28:30 -0400
    message:
      Move dvc-status-mode to branch dvc-fileinfo; revert xmtn changes that 
used dvc-status-mode
    ------------------------------------------------------------
    revno: 162.1.25
    merged: [EMAIL PROTECTED]
    committer: stephe <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Sun 2007-08-12 11:08:09 -0400
    message:
      merge from http://bzr.xsteve.at/dvc/
    ------------------------------------------------------------
    revno: 162.1.24
    merged: [EMAIL PROTECTED]
    committer: stephe <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Tue 2007-08-07 09:21:19 -0400
    message:
      * lisp/core.el:
          (dvc-revision-to-string)
          (dvc-revision-get-file-in-buffer): fix bug in handling of 
`previous-revision'
      
      * lisp/xmtn-dvc.el:
          (xmtn-revision-get-previous-revision) : fix bug in handling of 
`previous-revision'
          (xmtn--revision-get-file-helper) : add doc string
      
      * .bzrignore: ignore monotone files
    ------------------------------------------------------------
    revno: 162.1.23
    merged: [EMAIL PROTECTED]
    committer: stephe <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Sat 2007-07-21 13:43:51 -0400
    message:
      patched    lisp/dvc-status.el
          (dvc-offer-choices): new function
          (dvc-status-dtrt): use dvc-offer-choices to handle `missing' case
          (dvc-status-remove-files): fix read-only bug
      
      patched    lisp/xmtn-dvc.el
          (xmtn--status-process-entry): improve documentation of root directory 
handling.
          (xmtn--status-process-entry): handle `dropped' files.
    ------------------------------------------------------------
    revno: 162.1.22
    merged: [EMAIL PROTECTED]
    committer: stephe <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Sun 2007-07-15 05:42:11 -0400
    message:
      add working commit to dvc-status-add
    ------------------------------------------------------------
    revno: 162.1.21
    merged: [EMAIL PROTECTED]
    committer: stephe <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Thu 2007-07-12 20:06:07 -0400
    message:
      Factor out common code from xmtn--status-using-inventory (eventually from 
other backends also)
      
          lisp/dvc-core.el : check result of dvc-kill-process-maybe
          lisp/dvc-diff.el : improve doc string of dvc-buffer-search-file
          lisp/dvc-status.el : bind dvc-log. Add dvc-status-prepare-buffer, 
dvc-status-inventory-done
          lisp/xmtn-dvc.el : in xmtn--status-using-inventory, use 
dvc-status-prepare-buffer, dvc-status-inventory-done.
    ------------------------------------------------------------
    revno: 162.1.20
    merged: [EMAIL PROTECTED]
    committer: stephe <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Wed 2007-07-11 20:54:11 -0400
    message:
          lisp/dvc-core.el : improve comment for dvc-partner-buffer
    ------------------------------------------------------------
    revno: 162.1.19
    merged: [EMAIL PROTECTED]
    committer: stephe <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Tue 2007-07-10 17:39:15 -0400
    message:
      Move ignore-file-extensions confirmation out of backend code into 
dvc-unified. Add dvc-ignore-file-extensions-in-directory (monotone backend 
only). Fix some keybindings.
      
        lisp/bzr-dvc.el : change bzr-dvc-ignore-file-extensions to 
bzr-dvc-backend-ignore-file-extensions
      
        lisp/dvc-diff.el : add keybinding for dvc-keyvec-remove
        M lisp/dvc-status.el : add keybinding for dvc-keyvec-remove. Add 
dvc-ignore-file-extensions-in-directory.
        (dvc-status-unmark-file) implement unmark directory.
        lisp/dvc-unified.el : (dvc-ignore-file-extensions) move confirmation 
here. (dvc-ignore-file-extensions-in-dir) new.
      
        lisp/xdarcs-dvc.el : change xdarcs-dvc-ignore-file-extensions to 
xdarcs-dvc-backend-ignore-file-extensions
        lisp/xhg-dvc.el : change xhg-dvc-ignore-file-extensions to 
xhg-dvc-backend-ignore-file-extensions
      
        lisp/xmtn-dvc.el : (xmtn--perl-regexp-for-extension-in-dir) new. change 
xmtn-dvc-ignore-file-extensions to xmtn-dvc-backend-ignore-file-extensions. 
(xmtn-dvc-backend-ignore-file-extensions-in-dir) new.
    ------------------------------------------------------------
    revno: 162.1.18
    merged: [EMAIL PROTECTED]
    committer: stephe <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Mon 2007-07-09 22:25:41 -0400
    message:
      lisp/dvc-status.el : general cleanup, add support for directory ewoc 
elements, mark all in directory
      lisp/xmtn-dvc.el : (xmtn--status-process-entry) add support for directory 
ewoc elements
    ------------------------------------------------------------
    revno: 162.1.17
    merged: [EMAIL PROTECTED]
    committer: stephe <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Mon 2007-07-09 19:56:08 -0400
    message:
          lisp/dvc-core.el: (dvc-confirm-read-file-name-list) bypassing
              confirmation with `dvc-test-mode', to allow testing status buffer
              operations from unit tests.
      
          lisp/dvc-defs.el : dvc-confirm-add, dvc-confirm-ignore, 
dvc-confirm-save-buffers; new user options.
              dvc-test-mode; new test variable.
      
          lisp/dvc-diff.el : improve function doc strings.
      
          lisp/dvc-unified.el :
              (dvc-add-files) Implement dvc-confirm-add user option.
              (dvc-file-diff) improve doc string.
              (dvc-status) implement dvc-confirm-save-buffers user option. 
Allow `path' to be relative.
      
          lisp/tests/xmtn-tests.el : (xmtn-tests--call-with-test-environment)
          set dvc-test-mode. Add test of dvc-status buffer 'add' operation.
      
          lisp/xmtn-dvc.el : (xmtn--status-process-entry) change to use new 
dvc-status mode, dvc-status-fileinfo
              (xmtn-dvc-ignore-files) implement dvc-confirm-ignore
      
          lisp/dvc-status.el : new file

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

Reply via email to