index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
vc-bzr.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
*
Fix bug#5345: password asked when visiting files on a lightweight checkout.
Juanma Barranquero
2010-01-09
1
-0
/
+5
*
(vc-bzr-after-dir-status): Ignore pending merges.
Dan Nicolaescu
2010-01-06
1
-1
/
+2
*
(vc-bzr-working-revision): Fix looking for a revision
Dan Nicolaescu
2010-01-05
1
-3
/
+13
*
(vc-bzr-diff): Obey vc-disable-async-diff.
Dan Nicolaescu
2010-01-04
1
-1
/
+2
*
(vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
Dan Nicolaescu
2010-01-03
1
-7
/
+7
*
(vc-bzr-log-view-mode): Also highlight the author.
Dan Nicolaescu
2010-01-03
1
-1
/
+1
*
(vc-bzr-state-heuristic): Make it work for lightweight
Dan Nicolaescu
2010-01-03
1
-6
/
+15
*
Make vc-dir work on subdirectories of the bzr root.
Dan Nicolaescu
2009-12-28
1
-8
/
+18
*
(vc-bzr-log-view-mode): Fix short log regexp.
Dan Nicolaescu
2009-12-28
1
-1
/
+1
*
Fix short log parsing and fontification.
Dan Nicolaescu
2009-12-09
1
-2
/
+2
*
* vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
Chong Yidong
2009-12-07
1
-2
/
+1
*
Support showing a single log entry from vc-annotate.
Dan Nicolaescu
2009-12-07
1
-4
/
+9
*
* vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
Chong Yidong
2009-12-06
1
-1
/
+2
*
* vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
Chong Yidong
2009-12-06
1
-6
/
+10
*
(vc-bzr-dir-extra-headers): Fix typo.
Dan Nicolaescu
2009-12-03
1
-1
/
+1
*
Add support for bzr shelve/unshelve.
Dan Nicolaescu
2009-12-03
1
-0
/
+117
*
(vc-bzr-print-log): Deal with nil arguments better.
Dan Nicolaescu
2009-12-03
1
-5
/
+6
*
(vc-bzr-annotate-command): Make operation asynchronous.
Stefan Monnier
2009-11-26
1
-16
/
+23
*
* vc.el (vc-log-show-limit): New variable.
Dan Nicolaescu
2009-11-15
1
-2
/
+3
*
(vc-bzr-revision-keywords): New var.
Stefan Monnier
2009-10-30
1
-10
/
+20
*
* minibuffer.el (completion-table-with-terminator): Properly implement
Stefan Monnier
2009-10-21
1
-7
/
+3
*
* vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu
2009-09-14
1
-8
/
+18
*
* vc.el (vc-default-prettify-state-info): Remove function, unused.
Dan Nicolaescu
2009-08-26
1
-8
/
+0
*
* vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
Michael Albinus
2009-08-25
1
-2
/
+4
*
(vc-bzr-print-log): Pass multiple arguments to bzr log.
Dan Nicolaescu
2009-07-27
1
-11
/
+6
*
(vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier
2009-05-17
1
-45
/
+50
*
* vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.
Chong Yidong
2009-04-07
1
-1
/
+1
*
* vc-bzr.el (vc-bzr-log-view-mode): Tweak log-view-message-re (Bug#2872).
Chong Yidong
2009-04-07
1
-1
/
+1
*
(vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu
2009-03-23
1
-9
/
+50
*
(vc-bzr-working-revision): Recognize a newer branch
Dan Nicolaescu
2009-02-04
1
-3
/
+5
*
Comments (minor fixes of some header conventions).
Glenn Morris
2009-01-10
1
-1
/
+2
*
Add 2009 to copyright years.
Glenn Morris
2009-01-05
1
-1
/
+1
*
(vc-bzr-diff-switches): Doc fix. Add t as option.
Glenn Morris
2008-12-03
1
-3
/
+5
*
(vc-bzr-dir-extra-headers): New function.
Chong Yidong
2008-11-04
1
-2
/
+15
*
(vc-bzr-after-dir-status): Parse the output for non
Dan Nicolaescu
2008-10-05
1
-0
/
+10
*
(vc-bzr-diff): Use vc-switches rather than the obsolete vc-diff-switches.
Glenn Morris
2008-10-02
1
-1
/
+1
*
* vc-bzr.el (vc-bzr-show-log-entry):
Dan Nicolaescu
2008-09-18
1
-9
/
+11
*
(vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu
2008-09-07
1
-15
/
+43
*
(vc-bzr-find-revision): Rename from
Dan Nicolaescu
2008-08-10
1
-2
/
+2
*
(vc-bzr-after-dir-status): Deal with execute bit changes.
Dan Nicolaescu
2008-07-07
1
-9
/
+11
*
* vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
Dan Nicolaescu
2008-06-24
1
-0
/
+2
*
(vc-bzr-annotate-extract-revision-at-line):
Stefan Monnier
2008-06-20
1
-1
/
+1
*
(log-view-per-file-logs): Pacify byte compiler.
Juanma Barranquero
2008-06-16
1
-10
/
+11
*
* log-view.el (log-view-diff-changeset): New function.
Dan Nicolaescu
2008-06-15
1
-0
/
+1
*
(vc-bzr-revision-completion-table): Choose the right `:'.
Stefan Monnier
2008-05-23
1
-1
/
+1
*
* minibuffer.el (completion-boundaries): Change calling convention, so
Stefan Monnier
2008-05-23
1
-5
/
+17
*
(vc-bzr-after-dir-status): Remove unused binding.
Dan Nicolaescu
2008-05-18
1
-1
/
+0
*
(vc-bzr-sha1, vc-bzr-command-discarding-stderr)
Stefan Monnier
2008-05-11
1
-4
/
+4
*
Remove assumption about what nil means as a first arument to vc-do-command.
Eric S. Raymond
2008-05-10
1
-1
/
+1
[next]