- 25 Jun, 2008 1 commit
-
-
Dan Nicolaescu authored
* vc-git.el: Require vc-dir when compiling.
-
- 24 Jun, 2008 1 commit
-
-
Dan Nicolaescu authored
* vc-rcs.el (vc-annotate-convert-time): * vc-mtn.el (vc-annotate-convert-time): * vc-git.el (vc-annotate-convert-time): * vc-cvs.el (vc-annotate-convert-time): * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
-
- 15 Jun, 2008 1 commit
-
-
Dan Nicolaescu authored
(log-view-mode-map, log-view-mode-menu): Bind it. (log-view-per-file-logs, log-view-vc-fileset) (log-view-vc-backend): New variables. (log-view-find-revision, log-view-modify-change-comment) (log-view-annotate-version): Throw an error if the log is for more than one file and we can't find the current file. Get the current file from log-view-vc-fileset if necessary. (log-view-diff): Get the current file from log-view-vc-fileset if necessary. * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend. * vc-hg.el (vc-hg-log-view-mode): Call the log method only once. (vc-hg-log-view-mode): Declare for compiler. (vc-hg-log-view-mode): Set log-view-per-file-logs and log-view-file-re. (vc-hg-diff): If no file is passed, use default-directory for cwd. * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs. * vc-svn.el (vc-svn-log-view-mode): New derived mode.
-
- 04 Jun, 2008 1 commit
-
-
Sam Steingold authored
Generate extra status headers for a Mercurial tree.
-
- 18 May, 2008 1 commit
-
-
Dan Nicolaescu authored
-
- 17 May, 2008 1 commit
-
-
Dan Nicolaescu authored
-
- 15 May, 2008 1 commit
-
-
Eric S. Raymond authored
-
- 10 May, 2008 2 commits
-
-
Dan Nicolaescu authored
-
Eric S. Raymond authored
-
- 09 May, 2008 1 commit
-
-
Eric S. Raymond authored
-
- 07 May, 2008 1 commit
-
-
Eric S. Raymond authored
-
- 06 May, 2008 1 commit
-
-
Glenn Morris authored
-
- 03 May, 2008 1 commit
-
-
Eric S. Raymond authored
-
- 02 May, 2008 3 commits
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
- 01 May, 2008 2 commits
-
-
Eric S. Raymond authored
-
Dan Nicolaescu authored
(vc-hg-status-printer): New function. (vc-hg-after-dir-status): Deal with copied and renamed files. (vc-hg-dir-status): Add flag to show copied files.
-
- 29 Apr, 2008 1 commit
-
-
Stefan Monnier authored
* vc-hooks.el (vc-checkout-model): Rewrite. (vc-before-save, vc-after-save): Adjust callers accordingly. * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update) (vc-transfer-file): Adjust callers accordingly. * vc-rcs.el (vc-rcs-checkout-model): Adjust arg. (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file) (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model instead of vc-checkout-model. * vc-mcvs.el (vc-mcvs-revert): Use vc-mcvs-checkout-model i.s.o vc-checkout-model. * vc-cvs.el (vc-cvs-checkout-model): Adjust arg. (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model. * vc-svn.el (vc-svn-checkout-model): * vc-hg.el (vc-hg-checkout-model): * vc-git.el (vc-git-checkout-model): * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
-
- 28 Apr, 2008 1 commit
-
-
Sam Steingold authored
-
- 11 Apr, 2008 1 commit
-
-
Stefan Monnier authored
(vc-status-create-fileinfo): Make `extra' optional. (vc-status-busy): New fun. (vc-status-menu-map): Use it. (vc-status-crt-marked): Remove. (vc-status-update): Rename from vc-status-add-entries. Add argument so as to prevent addition of entries. Rewrite. (vc-update-vc-status-buffer): Remove. (vc-status-refresh): Don't remove old entries, set them to up-to-date instead. Also do it after the update is complete. (vc-status-marked-files): η-reduce.
-
- 10 Apr, 2008 1 commit
-
-
Dan Nicolaescu authored
-
- 31 Mar, 2008 1 commit
-
-
Dan Nicolaescu authored
(vc-status-mark-buffer-changed): Handle the extra field. * vc-bzr.el (vc-bzr-after-dir-status): * vc-cvs.el (vc-cvs-after-dir-status): * vc-hg.el (vc-hg-after-dir-status): * vc-svn.el (vc-svn-after-dir-status): Return a list not a cons.
-
- 29 Mar, 2008 1 commit
-
-
Dan Nicolaescu authored
(vc-status-refresh): Create a temporary buffer and call the `dir-status' backend function from that buffer. * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer. (vc-bzr-after-dir-status): Don't kill the buffer. * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer. (vc-cvs-after-dir-status): Don't kill the buffer. * vc-git.el (vc-git-dir-status): Don't create a buffer. (vc-git-after-dir-status-stage2): Don't kill the buffer. * vc-hg.el (vc-hg-dir-status): Don't create a buffer. (vc-hg-after-dir-status): Don't kill the buffer. * vc-svn.el (vc-svn-dir-status): Don't create a buffer. (vc-svn-after-dir-status): Don't kill the buffer.
-
- 27 Mar, 2008 1 commit
-
-
Dan Nicolaescu authored
files.
-
- 24 Mar, 2008 1 commit
-
-
Dan Nicolaescu authored
* vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
-
- 23 Mar, 2008 2 commits
-
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
-
- 21 Mar, 2008 2 commits
-
-
Stefan Monnier authored
* vc.el (vc-default-dired-state-info): Use just "modified". * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'. (vc-cvs-mode-line-string): Make use of the better default. (vc-cvs-parse-entry): Use the new `added'. (vc-cvs-dired-state-info): Remove. * vc-svn.el (vc-svn-dired-state-info): Remove. * vc-hg.el (vc-hg-dired-state-info): Remove. * vc-git.el (vc-git-dired-state-info): Remove.
-
Dan Nicolaescu authored
* vc-git.el (vc-git-state): * vc-cvs.el (vc-cvs-parse-status): * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that state.
-
- 29 Feb, 2008 1 commit
-
-
Dan Nicolaescu authored
(vc-status-mode): Make it local. (vc-status-refresh): Use it to save the marked files. (vc-update-vc-status-buffer): Use it to restore the marked files. * vc-svn.el (vc-svn-after-dir-status): * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
-
- 23 Feb, 2008 1 commit
-
-
Dan Nicolaescu authored
setting it. (vc-status-menu-map): Do not define using easy-menu. (vc-status-menu-map): New defalias. (vc-status-mode-map): Hook up the menu. (top-level): Update TODO. * vc-hg.el (vc-hg-extra-status-menu): Return a keymap. * vc-bzr.el (vc-bzr-init-version): Rename to ... (vc-bzr-init-revision): ... this.
-
- 22 Feb, 2008 1 commit
-
-
Dan Nicolaescu authored
busy case ... (vc-set-mode-line-busy-indicator): ... in this new function. (vc-status-refresh): Call vc-set-mode-line-busy-indicator. (vc-update-vc-status-buffer): Reset mode-line-process. (vc-status-mark-all-files, vc-status-unmark-all-files): Change to mark/unmark all the files with the same state as the current one. With a prefix argument mark/unmark all files. (vc-status-mode-menu): Adjust strings. (vc-update-vc-status-buffer): Only do something when the argument is not nil. (vc-status-kill-dir-status-process): New function. (vc-status-mode-map): Bind it. (vc-status-process-buffer): New variable. (vc-status-mode): Make it local. (vc-status-refresh): Set it. * vc-hg.el (vc-hg-dir-status): * vc-git.el (vc-git-dir-status): * vc-svn.el (vc-svn-dir-status): Return the buffer in which the command is run.
-
- 20 Feb, 2008 1 commit
-
-
Thien-Thi Nguyen authored
-
- 19 Feb, 2008 2 commits
-
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
(vc-status-mode-menu): Add a :filter. (vc-status-printer): Add faces. * vc-hg.el (vc-hg-extra-status-menu): New function. (vc-hg-dir-status): Clean up the buffer before using it.
-
- 20 Jan, 2008 1 commit
-
-
Dan Nicolaescu authored
files.
-
- 18 Jan, 2008 1 commit
-
-
Dan Nicolaescu authored
(vc-update-vc-status-buffer): New function broken out of ... (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to the dir-status backend function. * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously. Move the output processing to ... (vc-hg-after-dir-status): ... here. Call the function passed as an argument with the results.
-
- 09 Jan, 2008 2 commits
-
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
-