aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-hg.el
Commit message (Expand)AuthorAgeFilesLines
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* * vc-hg.el (vc-hg-program): New var.Stefan Monnier2010-11-171-4/+8
* Backport VC improvements from trunk.Chong Yidong2010-10-311-56/+33
* * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):Stefan Monnier2010-09-111-2/+6
* Fix hg envvar handling (Bug#5846).Chong Yidong2010-04-201-8/+9
* Fix the version number for added files.Dan Nicolaescu2010-04-171-5/+21
* Fix to vc-hg-annotate-extract-revision-at-line (Bug#5960).Chong Yidong2010-04-161-1/+2
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (vc-hg-working-revision): Tweak previous change.Nick Roberts2009-12-301-2/+2
* Show working revision correctly for mercurial.Nick Roberts2009-12-301-5/+2
* (vc-hg-working-revision): Make sure the command is executed in aDan Nicolaescu2009-12-141-4/+8
* (vc-hg-print-log): Fix argument order.Dan Nicolaescu2009-12-141-1/+1
* Support showing a single log entry from vc-annotate.Dan Nicolaescu2009-12-071-4/+9
* (vc-hg-diff): Fix last patch: do not change directory.Sam Steingold2009-11-181-5/+1
* * vc.el (vc-log-show-limit): New variable.Dan Nicolaescu2009-11-151-9/+6
* (vc-hg-state, vc-hg-working-revision): Use process-file soStefan Monnier2009-10-281-7/+8
* Make vc-annotate work through copies and renames.Dan Nicolaescu2009-10-191-8/+8
* (log-view-vc-backend): Declare for compiler.Dan Nicolaescu2009-10-051-4/+12
* (vc-hg-outgoing, vc-hg-incoming): Bind `vc-short-log' for the sake of `vc-hg-...Sam Steingold2009-09-221-2/+2
* (vc-hg-outgoing, vc-hg-incoming): use okstatus instead of ignore-errorsSam Steingold2009-09-221-2/+2
* (vc-hg-outgoing, vc-hg-incoming): Ignore errors fromSam Steingold2009-09-221-2/+2
* (vc-hg-print-log): Fix shortlog arg passing.Sam Steingold2009-09-221-149/+150
* * vc.el (top): print-log method now takes an optional SHORTLOGDan Nicolaescu2009-09-141-5/+16
* Remove find-file-not-found-hook VC method. (Bug#2757)Dan Nicolaescu2009-06-261-1/+0
* (vc-hg-log-switches): Add defcustom.Sam Steingold2009-06-121-1/+8
* (vc-hg-diff): Pass relative file names. (Bug#1903)Dan Nicolaescu2009-01-151-7/+8
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (vc-hg-diff-switches): Doc fix.Glenn Morris2008-12-031-11/+5
* * align.el:Lute Kamstra2008-12-031-1/+1
* (vc-hg-diff): No need to duplicate vc-switches logic.Glenn Morris2008-11-301-1/+1
* (vc-hg-global-switches): Remove.Dan Nicolaescu2008-11-241-13/+5
* (vc-hg-program): New option.Glenn Morris2008-11-221-5/+13
* (vc-hg-diff-switches): New option.Glenn Morris2008-11-201-0/+15
* * vc.el: Rename VC methods that were missed when vc-status wasDan Nicolaescu2008-10-271-12/+12
* (vc-hg-dir-status-files): New function.Dan Nicolaescu2008-10-031-1/+9
* *** empty log message ***Dan Nicolaescu2008-07-051-2/+2
* (vc-hg-registered): Do not set vc-state.Dan Nicolaescu2008-07-051-1/+0
* American English spelling fix.Glenn Morris2008-06-271-8/+8
* * vc-hg.el:Dan Nicolaescu2008-06-251-1/+2
* * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):Dan Nicolaescu2008-06-241-0/+3
* * log-view.el (log-view-diff-changeset): New function.Dan Nicolaescu2008-06-151-12/+10
* (vc-hg-status-extra-header, vc-hg-status-extra-headers):Sam Steingold2008-06-041-3/+23
* Merge from emacs--rel--22Miles Bader2008-05-181-4/+8
|\
| * (vc-hg-annotate-re): Recognize the output of --follow.Dan Nicolaescu2008-05-181-2/+6
| * (vc-hg-annotate-command): Allow white space before version number.Dan Nicolaescu2008-05-171-2/+2
* | Snapshot primitives globally renamed to refer to tags, documentation updated.Eric S. Raymond2008-05-151-4/+3
* | (vc-hg-diff, vc-hg-annotate-command): Use when not if.Dan Nicolaescu2008-05-101-19/+20
* | Remove assumption about what nil means as a first arument to vc-do-command.Eric S. Raymond2008-05-101-1/+1
* | Remove wash-log from the VC backend API.Eric S. Raymond2008-05-091-1/+0
* | Remove VC-Dired and backend dir-state methods.Eric S. Raymond2008-05-071-49/+0