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

Merged from Michael Olson: Use y-or-n-p in dvc-confirm-file-op, but make it 
customizable.
    ------------------------------------------------------------
    revno: 293.1.2
    committer: Michael W. Olson <[EMAIL PROTECTED]>
    branch nick: mwolson
    timestamp: Sun 2007-12-09 01:54:51 -0500
    message:
      Use y-or-n-p in dvc-confirm-file-op, but make it customizable.
      
      * lisp/dvc-core.el (dvc-current-file-list): If selection-mode is
        nil-if-none-marked, then return nil instead of the name of the file.
        (dvc-confirm-file-op-method): New option that determines the function
        to use for confirming file-based DVC operations.  It defaults to
        y-or-n-p, because it is irritating to type in the full "yes" string for
        routine operations.
        (dvc-always-true): New convenience function which like like `ignore'
        but returns t rather than nil.  Useful for the
        dvc-confirm-file-op-method option.
        (dvc-confirm-file-op): Use dvc-confirm-file-op-method.  If it is nil or
        not a function, then default to y-or-n-p.
    ------------------------------------------------------------
    revno: 293.1.1
    committer: Michael W. Olson <[EMAIL PROTECTED]>
    branch nick: mwolson
    timestamp: Thu 2007-12-06 14:48:19 -0500
    message:
      Add Bojan to contributors list

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

Reply via email to