summaryrefslogtreecommitdiff
path: root/lisp/vc-svn.el
AgeCommit message (Expand)Author
2010-02-05add primative implementation of vc-svn-revision-tableMark A. Hershberger
2010-01-27* vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)Glenn Morris
2010-01-14(vc-svn-print-log): Use --limit rather than -l since theGlenn Morris
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-12-10(vc-svn-after-dir-status): Fix regexp. (Bug#4741)Dan Nicolaescu
2009-12-07Support showing a single log entry from vc-annotate.Dan Nicolaescu
2009-11-17(vc-svn-print-log): Fix typo in previous.Glenn Morris
2009-11-15* vc.el (vc-log-show-limit): New variable.Dan Nicolaescu
2009-09-14* vc-mtn.el (vc-mtn-annotate-command):Dan Nicolaescu
2009-09-14* vc.el (top): print-log method now takes an optional SHORTLOGDan Nicolaescu
2009-08-25(vc-svn-dir-extra-headers, vc-svn-find-revision):Michael Albinus
2009-06-23* vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):Dan Nicolaescu
2009-05-05(vc-svn-parse-status): Accept ?D for removed files (bug#3213).Stefan Monnier
2009-04-15(vc-svn-after-dir-status): Fix regexp to allow forDan Nicolaescu
2009-02-10(vc-svn-after-dir-status): Use shy group for revisionNick Roberts
2009-02-04(vc-svn-diff): Revert previous change but add a testNick Roberts
2009-01-31(vc-svn-dir-status): Disable the vc-stay-local-pDan Nicolaescu
2009-01-30(vc-svn-dir-status): Correct logic for remoteNick Roberts
2009-01-29Exclude VCS metadata dirs from completion.Juanma Barranquero
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-12-04(vc-svn-register-switches): Doc fix. Add t as option.Glenn Morris
2008-12-03Comment.Glenn Morris
2008-12-03Coract spelling.Chong Yidong
2008-11-30(vc-svn-diff-switches): Doc fix.Glenn Morris
2008-11-22Remove leading `*' from defcustom doc-strings.Glenn Morris
2008-10-30(vc-svn-diff): If files is nil don't set oldvers toNick Roberts
2008-10-27* vc.el: Rename VC methods that were missed when vc-status wasDan Nicolaescu
2008-10-13* vc-hooks.el (vc-stay-local): Add a new choice and default to it.Dan Nicolaescu
2008-10-04(vc-svn-after-dir-status): Handle `svn status -u' output.Glenn Morris
2008-10-04* vc-svn.el (vc-svn-dir-status-files):Dan Nicolaescu
2008-09-07* vc-svn.el (vc-svn-root):Stefan Monnier
2008-08-06(vc-svn-parse-status): Use when instead of if.Dan Nicolaescu
2008-06-25(vc-annotate-parent-rev): Pacify byte compiler.Dan Nicolaescu
2008-06-25(vc-annotate-parent-rev): Pacify byte compiler.Dan Nicolaescu
2008-06-16(log-view-per-file-logs): Pacify byte compiler.Juanma Barranquero
2008-06-15* log-view.el (log-view-diff-changeset): New function.Dan Nicolaescu
2008-05-16Add extra-headers method for SVN.Eric S. Raymond
2008-05-15Snapshot primitives globally renamed to refer to tags, documentation updated.Eric S. Raymond
2008-05-10Remove assumption about what nil means as a first arument to vc-do-command.Eric S. Raymond
2008-05-09Remove wash-log from the VC backend API.Eric S. Raymond
2008-05-09* vc.el (vc-mark-resolved): Add `backend' argument.Stefan Monnier
2008-05-07Remove VC-Dired and backend dir-state methods.Eric S. Raymond
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-05-02Clean up vc*-revision-granularity and vc*-checkout-model.Eric S. Raymond
2008-05-01Change 'needs-patch to 'needs-update.Eric S. Raymond
2008-05-01Comment cleanup (no code change).Eric S. Raymond
2008-04-29Make `checkout-model' apply to filesets.Stefan Monnier
2008-04-11(vc-svn-after-dir-status): Complete last change.Stefan Monnier
2008-04-11Change `dir-status' to not take (and pass) status-buffer.Stefan Monnier
2008-04-10* vc-hooks.el (vc-state): Add new state `conflict'.Dan Nicolaescu