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
/
vc-bzr.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix minor quoting problems in doc strings
Paul Eggert
2015-05-19
1
-1
/
+1
*
Add basic VC push support.
Glenn Morris
2015-05-12
1
-14
/
+30
*
Function declaration updates prompted by 'make check-declare'
Glenn Morris
2015-04-30
1
-1
/
+1
*
* lisp/vc/vc-bzr.el (vc-bzr-after-dir-status):
Glenn Morris
2015-04-27
1
-0
/
+6
*
Use vc-switches on vc-*-annotate-command
Oscar Fuentes
2015-02-26
1
-1
/
+12
*
Fix mistake in rebase/merge conflict resolution.
Ulrich Müller
2015-01-18
1
-3
/
+0
*
Discard the Bazaar case in repository version detection
Ulrich Müller
2015-01-17
1
-2
/
+18
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Move VC diff ASYNC argument to the fifth position
Dmitry Gutov
2014-12-14
1
-1
/
+1
*
In vc, abolish the dir-status method.
Eric S. Raymond
2014-12-02
1
-9
/
+2
*
Eliminate an unuted function argument.
Eric S. Raymond
2014-12-02
1
-1
/
+1
*
Remove could-register from the set of public VC backend methods,
Eric S. Raymond
2014-12-01
1
-12
/
+0
*
Terminate vc-disable-async-diff with extreme prejudice.
Eric S. Raymond
2014-12-01
1
-2
/
+2
*
bzr-state randomly/unpredictably fails on non-bzr files.
Eric S. Raymond
2014-12-01
1
-1
/
+108
*
Remove vc-state-heuristic from the set of public methods.
Eric S. Raymond
2014-12-01
1
-110
/
+1
*
API simplification: remove vc-workfile-unchanged-p from pubic methods.
Eric S. Raymond
2014-12-01
1
-3
/
+0
*
VC API simplification: remove ability to set initial revision.
Eric S. Raymond
2014-12-01
1
-9
/
+2
*
Merge branch 'emacs-24'.
Paul Eggert
2014-11-28
1
-1
/
+1
|
\
|
*
Fixes: debbugs:18579
Dmitry Gutov
2014-11-24
1
-1
/
+1
*
|
Merge branch 'emacs-24'
Ted Zlatanov
2014-11-26
1
-2
/
+2
|
\
|
|
*
Don't assume "bzr log" uses --long format by default.
Eli Zaretskii
2014-11-17
1
-2
/
+2
*
|
Remove editable argument from VC's backend checkout methods.
Eric S. Raymond
2014-11-20
1
-1
/
+1
*
|
Remove never-used rev argument from VC's backend checkin methods.
Eric S. Raymond
2014-11-20
1
-4
/
+2
*
|
Simplify use of current-time and friends.
Paul Eggert
2014-10-28
1
-4
/
+1
*
|
* lisp/vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
Stefan Monnier
2014-07-20
1
-3
/
+4
|
/
*
Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris
2014-02-09
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Revert part of previous vc-bzr change
Glenn Morris
2013-09-11
1
-0
/
+1
*
Silence some vc- compilation warnings
Glenn Morris
2013-09-11
1
-4
/
+3
*
* lisp/vc/vc-dispatcher.el (vc-run-delayed): New macro.
Stefan Monnier
2013-09-04
1
-15
/
+16
*
Some fixes for vc-ignore.
Xue Fuqiao
2013-09-04
1
-15
/
+0
*
Cleanup for vc-ignore.
Xue Fuqiao
2013-08-04
1
-3
/
+19
*
vc-ignore fixes.
Xue Fuqiao
2013-07-30
1
-3
/
+1
*
Add vc-ignore.
Xue Fuqiao
2013-07-30
1
-0
/
+6
*
Silence some vc compilation warnings
Glenn Morris
2013-05-28
1
-2
/
+20
*
* lisp/vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
Glenn Morris
2013-04-24
1
-2
/
+18
*
* vc/vc-bzr.el (vc-bzr-print-log): Improve START-REVISION with LIMIT != 1.
Glenn Morris
2013-04-24
1
-0
/
+9
*
Doc fixes related to vc-print-log
Glenn Morris
2013-04-24
1
-1
/
+4
*
* vc/vc-bzr.el (vc-bzr-revert): Don't backup.
Leo Liu
2013-03-28
1
-1
/
+1
*
* vc/vc-arch.el (vc-arch-registered):
Christopher Schmidt
2013-02-01
1
-1
/
+1
*
* lisp/vc/vc-bzr.el (vc-bzr--sanitize-header): New function.
Stefan Monnier
2013-01-11
1
-5
/
+14
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
Comments for vc-bzr, clarifying vc-bzr-registered
Glenn Morris
2012-09-29
1
-6
/
+8
*
Improve vc-bzr-working-revision for lightweight checkouts
Glenn Morris
2012-09-14
1
-4
/
+10
*
* lisp/vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
Sam Steingold
2012-07-19
1
-17
/
+3
*
More CL cleanups and reduction of use of cl.el.
Stefan Monnier
2012-07-11
1
-7
/
+7
*
* lisp/vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
Stefan Monnier
2012-05-18
1
-79
/
+82
*
* lisp/vc/vc-mtn.el:
Stefan Monnier
2012-04-25
1
-105
/
+104
*
Add another vc-bzr test
Glenn Morris
2012-04-10
1
-1
/
+5
*
* lisp/vc/vc-bzr.el (vc-bzr-status): Handle all errors, not just file-errors.
Glenn Morris
2012-04-10
1
-42
/
+45
[next]