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
*
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
*
Remove VC-Dired and backend dir-state methods.
Eric S. Raymond
2008-05-07
1
-84
/
+0
*
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris
2008-05-06
1
-10
/
+9
*
Clean up vc*-revision-granularity and vc*-checkout-model.
Eric S. Raymond
2008-05-02
1
-2
/
+4
*
Name change in preparation for ripping out vc-dired.
Eric S. Raymond
2008-05-02
1
-3
/
+3
*
Remove some XXX comments no longer needed.
Eric S. Raymond
2008-05-01
1
-7
/
+3
*
Change 'needs-patch to 'needs-update.
Eric S. Raymond
2008-05-01
1
-1
/
+1
*
Make `checkout-model' apply to filesets.
Stefan Monnier
2008-04-29
1
-2
/
+1
*
(vc-bzr-complete-with-prefix): Remove.
Stefan Monnier
2008-04-21
1
-19
/
+14
*
Change `dir-status' to not take (and pass) status-buffer.
Stefan Monnier
2008-04-11
1
-4
/
+4
*
(vc-bzr-after-dir-status): Detect the conflict state.
Dan Nicolaescu
2008-04-10
1
-6
/
+19
*
Merge from emacs--rel--22
Miles Bader
2008-04-05
1
-3
/
+3
|
\
|
*
(vc-bzr-print-log): Ensure it works when passed a
Dan Nicolaescu
2008-03-20
1
-3
/
+6
|
*
(vc-bzr-print-log): Insert a file marker. Run the log
Dan Nicolaescu
2008-03-19
1
-10
/
+26
|
*
(vc-bzr-log-view-mode, vc-bzr-annotate-command)
Stefan Monnier
2008-03-18
1
-4
/
+4
|
*
(vc-bzr-registered): Fail if `bzr' is not installed.
Stefan Monnier
2008-03-14
1
-9
/
+15
*
|
(vc-bzr-state): Use when instead of if.
Dan Nicolaescu
2008-04-04
1
-2
/
+2
*
|
(vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
Stefan Monnier
2008-04-03
1
-0
/
+10
*
|
(vc-bzr-checkout): Simplify.
Stefan Monnier
2008-04-03
1
-18
/
+11
*
|
* vc.el (vc-status-add-entry): Assume ENTRY is a list not a cons.
Dan Nicolaescu
2008-03-31
1
-1
/
+1
*
|
* vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
Dan Nicolaescu
2008-03-29
1
-11
/
+4
*
|
(vc-bzr-state-heuristic): Fix last change for when there are conflicts.
Stefan Monnier
2008-03-29
1
-18
/
+20
*
|
(vc-bzr-sha1): New fun.
Stefan Monnier
2008-03-28
1
-17
/
+64
*
|
(vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
Stefan Monnier
2008-03-24
1
-10
/
+7
*
|
* vc-hg.el (vc-hg-after-dir-status):
Dan Nicolaescu
2008-03-24
1
-1
/
+1
*
|
(vc-bzr-state): Return 'removed for removed files and
Dan Nicolaescu
2008-03-23
1
-3
/
+3
*
|
* vc-hg.el (vc-hg-state):
Dan Nicolaescu
2008-03-21
1
-1
/
+1
*
|
Revert unintended change.
Dan Nicolaescu
2008-03-17
1
-10
/
+29
*
|
* vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
Dan Nicolaescu
2008-03-17
1
-29
/
+51
*
|
(vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier
2008-03-15
1
-6
/
+60
*
|
(vc-bzr-print-log): Insert a file marker. Run the log
Dan Nicolaescu
2008-03-14
1
-9
/
+18
*
|
(vc-bzr-log-view-mode): "." can be part of a revno.
Dan Nicolaescu
2008-03-14
1
-4
/
+7
[next]