log lisp/vc-hg.el @ 95508:88781ac6a1be

age author description
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.
2007-12-28 Dan Nicolaescu (vc-hg-registered): Return the false when vc-hg-state
2007-12-28 Eric S. Raymond * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
2007-12-28 Eric S. Raymond * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
2007-12-27 Eric S. Raymond *** empty log message ***
2007-12-27 Eric S. Raymond *** empty log message ***
2007-11-19 Dan Nicolaescu * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
2007-10-21 Dan Nicolaescu * progmodes/prolog.el: Undo previous change.
2007-10-20 Dan Nicolaescu * term/x-win.el (x-gtk-stock-map, icon-map-list)
2007-10-20 Stefan Monnier * vc-bzr.el (vc-bzr-diff-tree):
2007-10-20 Stefan Monnier (vc-hg-revision-completion-table, vc-hg-revision-table): Make it work when the
2007-10-10 Eric S. Raymond Carry through today's big terminology change to a few places where I
2007-10-10 Eric S. Raymond Terminology cleanup.
2007-08-29 Dan Nicolaescu (vc-hg-extra-menu-map): New variable.
2007-08-03 Miles Bader Change capitalization of VC backend names for new backends
2007-07-31 Miles Bader Merge from emacs--rel--22
2007-07-26 Miles Bader Merge from emacs--rel--22
2007-07-21 Dan Nicolaescu (vc-hg-dir-state): Fix loop.