log lisp/vc-hg.el @ 101929:2de827642b1f

age author description
2009-01-15 Dan Nicolaescu (vc-hg-diff): Pass relative file names. (Bug#1903)
2009-01-05 Glenn Morris Add 2009 to copyright years.
2008-12-03 Glenn Morris (vc-hg-diff-switches): Doc fix.
2008-12-03 Lute Kamstra * align.el:
2008-11-30 Glenn Morris (vc-hg-diff): No need to duplicate vc-switches logic.
2008-11-24 Dan Nicolaescu (vc-hg-global-switches): Remove.
2008-11-22 Glenn Morris (vc-hg-program): New option.
2008-11-20 Glenn Morris (vc-hg-diff-switches): New option.
2008-10-27 Dan Nicolaescu * vc.el: Rename VC methods that were missed when vc-status was
2008-10-03 Dan Nicolaescu (vc-hg-dir-status-files): New function.
2008-07-05 Dan Nicolaescu *** empty log message ***
2008-07-05 Dan Nicolaescu (vc-hg-registered): Do not set vc-state.
2008-06-27 Glenn Morris American English spelling fix.
2008-06-25 Dan Nicolaescu * vc-hg.el:
2008-06-24 Dan Nicolaescu * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
2008-06-15 Dan Nicolaescu * log-view.el (log-view-diff-changeset): New function.
2008-06-04 Sam Steingold (vc-hg-status-extra-header, vc-hg-status-extra-headers):
2008-05-18 Miles Bader Merge from emacs--rel--22
2008-05-15 Eric S. Raymond Snapshot primitives globally renamed to refer to tags, documentation updated.
2008-05-10 Dan Nicolaescu (vc-hg-diff, vc-hg-annotate-command): Use when not if.
2008-05-10 Eric S. Raymond Remove assumption about what nil means as a first arument to vc-do-command.
2008-05-09 Eric S. Raymond Remove wash-log from the VC backend API.
2008-05-07 Eric S. Raymond Remove VC-Dired and backend dir-state methods.
2008-05-06 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-05-03 Eric S. Raymond Remove logentry primitive from backend API.
2008-05-02 Eric S. Raymond Clean up vc*-revision-granularity and vc*-checkout-model.
2008-05-02 Eric S. Raymond Fix some comments to remove references to vc-dired.
2008-05-02 Eric S. Raymond Name change in preparation for ripping out vc-dired.
2008-05-01 Eric S. Raymond Remove some XXX comments no longer needed.
2008-05-01 Dan Nicolaescu (vc-hg-extra-fileinfo): New defstruct.
2008-04-29 Stefan Monnier Make `checkout-model' apply to filesets.
2008-04-28 Sam Steingold (vc-hg-rename-file): Fix argument order.
2008-04-11 Stefan Monnier Change `dir-status' to not take (and pass) status-buffer.
2008-04-10 Dan Nicolaescu (vc-hg-dir-status): Remove unneeded call.
2008-03-31 Dan Nicolaescu * vc.el (vc-status-add-entry): Assume ENTRY is a list not a cons.
2008-03-29 Dan Nicolaescu * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
2008-03-27 Dan Nicolaescu (vc-hg-state, vc-hg-dir-state): Deal with 'missing
2008-03-24 Dan Nicolaescu * vc-hg.el (vc-hg-after-dir-status):
2008-03-23 Dan Nicolaescu (vc-hg-state): Return 'removed for removed files.
2008-03-23 Dan Nicolaescu (vc-hg-state): Return 'edited for removed files.
2008-03-21 Stefan Monnier * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
2008-03-21 Dan Nicolaescu * vc-hg.el (vc-hg-state):
2008-02-29 Dan Nicolaescu * vc.el (vc-status-crt-marked): New variable.
2008-02-23 Dan Nicolaescu * vc.el (vc-find-revision): Make vc-parent-buffer local before
2008-02-22 Dan Nicolaescu * vc.el (vc-exec-after): Move setting mode-line-process in the
2008-02-20 Thien-Thi Nguyen Kill eol whitespace; nfc.
2008-02-19 Dan Nicolaescu Fix typo.
2008-02-19 Dan Nicolaescu * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
2008-01-22 Miles Bader Merge from emacs--rel--22
2008-01-20 Dan Nicolaescu * vc-hg.el (vc-hg-registered): Make it work for non-existent
2008-01-18 Dan Nicolaescu * vc.el: Make vc-status asynchronous.
2008-01-09 Dan Nicolaescu * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
2008-01-08 Miles Bader Merge from emacs--rel--22
2008-01-07 Dan Nicolaescu (vc-hg-log-view-mode): Handle the user field better.
2008-01-07 Dan Nicolaescu (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
2008-01-06 Dan Nicolaescu * vc.el (vc-status-fileinfo): New defstruct.
2008-01-04 Dan Nicolaescu * mouse.el (mouse-popup-menubar): Fix typo.
2007-12-29 Dan Nicolaescu (vc-hg-dir-state): Set the vc-backend property.
2007-12-29 Eric S. Raymond * vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed,
2007-12-29 Dan Nicolaescu (vc-hg-dir-state): Deal with the up-to-date state.