aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-hg.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2008-01-221-2/+1
|\
| * (vc-hg-diff): Don't pass an empty string.Dan Nicolaescu2008-01-091-2/+1
* | * vc-hg.el (vc-hg-registered): Make it work for non-existentDan Nicolaescu2008-01-201-1/+1
* | * vc.el: Make vc-status asynchronous.Dan Nicolaescu2008-01-181-19/+25
* | * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".Dan Nicolaescu2008-01-091-1/+1
* | Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\|
| * (vc-hg-log-view-mode): Handle the user field better.Dan Nicolaescu2008-01-071-4/+7
| * (vc-hg-dir-state): Pass the dir argument toDan Nicolaescu2008-01-071-1/+1
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| * * vc-git.el (vc-git-dir-state):Dan Nicolaescu2008-01-041-0/+2
| * Change capitalization of VC backend names for new backendsMiles Bader2007-08-031-3/+3
* | (vc-hg-log-view-mode): Handle the user field better.Dan Nicolaescu2008-01-071-4/+7
* | (vc-hg-dir-state, vc-hg-dir-status): Pass the dirDan Nicolaescu2008-01-071-2/+2
* | * vc.el (vc-status-fileinfo): New defstruct.Dan Nicolaescu2008-01-061-0/+30
* | * mouse.el (mouse-popup-menubar): Fix typo.Dan Nicolaescu2008-01-041-2/+5
* | (vc-hg-dir-state): Set the vc-backend property.Dan Nicolaescu2007-12-291-0/+6
* | * vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed,Eric S. Raymond2007-12-291-3/+9
* | (vc-hg-dir-state): Deal with the up-to-date state.Dan Nicolaescu2007-12-291-0/+2
* | (vc-hg-registered): Return the false when vc-hg-stateDan Nicolaescu2007-12-281-5/+7
* | * vc-hooks.el (vc-state): Document new 'ignored and 'unregisteredEric S. Raymond2007-12-281-4/+6
* | * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:Eric S. Raymond2007-12-281-0/+1
* | *** empty log message ***Eric S. Raymond2007-12-271-1/+1
* | *** empty log message ***Eric S. Raymond2007-12-271-4/+5
* | * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):Dan Nicolaescu2007-11-191-1/+3
* | * progmodes/prolog.el: Undo previous change.Dan Nicolaescu2007-10-211-1/+0
* | * term/x-win.el (x-gtk-stock-map, icon-map-list)Dan Nicolaescu2007-10-201-0/+1
* | * vc-bzr.el (vc-bzr-diff-tree):Stefan Monnier2007-10-201-5/+1
* | (vc-hg-revision-completion-table, vc-hg-revision-table): Make it work when theStefan Monnier2007-10-201-5/+5
* | Carry through today's big terminology change to a few places where IEric S. Raymond2007-10-101-14/+14
* | Terminology cleanup.Eric S. Raymond2007-10-101-9/+9
* | (vc-hg-extra-menu-map): New variable.Dan Nicolaescu2007-08-291-2/+66
* | Change capitalization of VC backend names for new backendsMiles Bader2007-08-031-3/+3
* | Merge from emacs--rel--22Miles Bader2007-07-311-7/+7
|\|
| * * vc-hg.el (vc-hg-registered): Set the vc-state property.Dan Nicolaescu2007-07-301-1/+1
| * * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):Dan Nicolaescu2007-07-301-6/+6
* | Merge from emacs--rel--22Miles Bader2007-07-261-8/+8
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| * (vc-hg-revision-completion-table): Temporarily commentDan Nicolaescu2007-07-241-8/+8
| * (vc-hg-diff): Use vc-hg-command.Dan Nicolaescu2007-07-211-20/+37
| * (vc-hg-workfile-unchanged-p): New function.Dan Nicolaescu2007-07-201-1/+5
| * (vc-hg-registered): Replace if with when.Dan Nicolaescu2007-07-191-10/+10
| * (vc-hg-state): Handle removed files.Dan Nicolaescu2007-07-161-21/+51
| * Add arch taglineMiles Bader2007-07-081-0/+1
| * vc-hg.el: New file.Dan Nicolaescu2007-07-061-0/+396
* (vc-hg-dir-state): Fix loop.Dan Nicolaescu2007-07-211-17/+34
* (vc-hg-diff): Use vc-hg-command.Dan Nicolaescu2007-07-201-4/+5
* (vc-hg-workfile-unchanged-p): New function.Dan Nicolaescu2007-07-201-1/+5
* * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a listDan Nicolaescu2007-07-201-5/+1
* * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.Dan Nicolaescu2007-07-201-35/+77
* Put the lower half (the back-end) of NewVC in place. This commitEric S. Raymond2007-07-181-22/+33