annotate lisp/vc-bzr.el @ 105800:35ac8b2ebcf2

(vc-bzr-revision-keywords): New var. (vc-bzr-revision-completion-table): Use it to fix completion of "s:" to "submit:".
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 30 Oct 2009 05:48:13 +0000
parents 136cf2d23c90
children 2bed02fa3041
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
1 ;;; vc-bzr.el --- VC backend for the bzr revision control system
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
2
100908
a9dc0e7c3f2b Add 2009 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 100178
diff changeset
3 ;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
4
101078
5f4e85fd7c0a Comments (minor fixes of some header conventions).
Glenn Morris <rgm@gnu.org>
parents: 100908
diff changeset
5 ;; Author: Dave Love <fx@gnu.org>
5f4e85fd7c0a Comments (minor fixes of some header conventions).
Glenn Morris <rgm@gnu.org>
parents: 100908
diff changeset
6 ;; Riccardo Murri <riccardo.murri@gmail.com>
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
7 ;; Keywords: tools
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
8 ;; Created: Sept 2006
79688
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
9 ;; Version: 2008-01-04 (Bzr revno 25)
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
10 ;; URL: http://launchpad.net/vc-bzr
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
11
94678
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94563
diff changeset
12 ;; This file is part of GNU Emacs.
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94563
diff changeset
13
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94563
diff changeset
14 ;; GNU Emacs is free software: you can redistribute it and/or modify
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
15 ;; it under the terms of the GNU General Public License as published by
94678
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94563
diff changeset
16 ;; the Free Software Foundation, either version 3 of the License, or
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94563
diff changeset
17 ;; (at your option) any later version.
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
18
94678
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94563
diff changeset
19 ;; GNU Emacs is distributed in the hope that it will be useful,
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
79695
f62e87c6eb20 2008-01-05 Sven Joachim <svenjoac@gmx.de>
Romain Francoise <romain@orebokech.com>
parents: 79688
diff changeset
21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
22 ;; GNU General Public License for more details.
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
23
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
24 ;; You should have received a copy of the GNU General Public License
94678
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94563
diff changeset
25 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
26
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
27 ;;; Commentary:
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
28
79688
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
29 ;; See <URL:http://bazaar-vcs.org/> concerning bzr. See
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
30 ;; <URL:http://launchpad.net/vc-bzr> for alternate development
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
31 ;; branches of `vc-bzr'.
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
32
94678
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94563
diff changeset
33 ;; Load this library to register bzr support in VC.
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
34
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
35 ;; Known bugs
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
36 ;; ==========
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
37
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
38 ;; When edititing a symlink and *both* the symlink and its target
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
39 ;; are bzr-versioned, `vc-bzr` presently runs `bzr status` on the
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
40 ;; symlink, thereby not detecting whether the actual contents
94678
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94563
diff changeset
41 ;; (that is, the target contents) are changed.
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
42 ;; See https://bugs.launchpad.net/vc-bzr/+bug/116607
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
43
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
44 ;; For an up-to-date list of bugs, please see:
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
45 ;; https://bugs.launchpad.net/vc-bzr/+bugs
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
46
94563
a0bb8ca25a33 Clean up vc*-revision-granularity and vc*-checkout-model.
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 94539
diff changeset
47 ;;; Properties of the backend
a0bb8ca25a33 Clean up vc*-revision-granularity and vc*-checkout-model.
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 94539
diff changeset
48
a0bb8ca25a33 Clean up vc*-revision-granularity and vc*-checkout-model.
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 94539
diff changeset
49 (defun vc-bzr-revision-granularity () 'repository)
a0bb8ca25a33 Clean up vc*-revision-granularity and vc*-checkout-model.
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 94539
diff changeset
50 (defun vc-bzr-checkout-model (files) 'implicit)
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
51
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
52 ;;; Code:
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
53
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
54 (eval-when-compile
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
55 (require 'cl)
98079
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
56 (require 'vc) ;; for vc-exec-after
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
57 (require 'vc-dir))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
58
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
59 ;; Clear up the cache to force vc-call to check again and discover
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
60 ;; new functions when we reload this file.
78404
27f00e50116a Change capitalization of VC backend names for new backends
Miles Bader <miles@gnu.org>
parents: 78387
diff changeset
61 (put 'Bzr 'vc-functions nil)
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
62
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
63 (defgroup vc-bzr nil
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
64 "VC bzr backend."
78564
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
65 :version "22.2"
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
66 :group 'vc)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
67
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
68 (defcustom vc-bzr-program "bzr"
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
69 "Name of the bzr command (excluding any arguments)."
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
70 :group 'vc-bzr
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
71 :type 'string)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
72
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
73 (defcustom vc-bzr-diff-switches nil
100178
6974583b6281 (vc-bzr-diff-switches): Doc fix. Add t as option.
Glenn Morris <rgm@gnu.org>
parents: 99388
diff changeset
74 "String or list of strings specifying switches for bzr diff under VC.
6974583b6281 (vc-bzr-diff-switches): Doc fix. Add t as option.
Glenn Morris <rgm@gnu.org>
parents: 99388
diff changeset
75 If nil, use the value of `vc-diff-switches'. If t, use no switches."
6974583b6281 (vc-bzr-diff-switches): Doc fix. Add t as option.
Glenn Morris <rgm@gnu.org>
parents: 99388
diff changeset
76 :type '(choice (const :tag "Unspecified" nil)
6974583b6281 (vc-bzr-diff-switches): Doc fix. Add t as option.
Glenn Morris <rgm@gnu.org>
parents: 99388
diff changeset
77 (const :tag "None" t)
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
78 (string :tag "Argument String")
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
79 (repeat :tag "Argument List" :value ("") string))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
80 :group 'vc-bzr)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
81
79688
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
82 (defcustom vc-bzr-log-switches nil
100178
6974583b6281 (vc-bzr-diff-switches): Doc fix. Add t as option.
Glenn Morris <rgm@gnu.org>
parents: 99388
diff changeset
83 "String or list of strings specifying switches for bzr log under VC."
79688
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
84 :type '(choice (const :tag "None" nil)
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
85 (string :tag "Argument String")
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
86 (repeat :tag "Argument List" :value ("") string))
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
87 :group 'vc-bzr)
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
88
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
89 ;; since v0.9, bzr supports removing the progress indicators
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
90 ;; by setting environment variable BZR_PROGRESS_BAR to "none".
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
91 (defun vc-bzr-command (bzr-command buffer okstatus file-or-list &rest args)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
92 "Wrapper round `vc-do-command' using `vc-bzr-program' as COMMAND.
79688
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
93 Invoke the bzr command adding `BZR_PROGRESS_BAR=none' and
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
94 `LC_MESSAGES=C' to the environment."
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
95 (let ((process-environment
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
96 (list* "BZR_PROGRESS_BAR=none" ; Suppress progress output (bzr >=0.9)
79688
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
97 "LC_MESSAGES=C" ; Force English output
78435
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
98 process-environment)))
94847
5e64dca662f0 Remove assumption about what nil means as a first arument to vc-do-command.
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 94729
diff changeset
99 (apply 'vc-do-command (or buffer "*vc*") okstatus vc-bzr-program
79688
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
100 file-or-list bzr-command args)))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
101
81512
1214f1b9e278 (vc-bzr-dir-state): Use setq rather than set.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 81477
diff changeset
102
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
103 ;;;###autoload
79688
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
104 (defconst vc-bzr-admin-dirname ".bzr"
78431
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
105 "Name of the directory containing Bzr repository status files.")
78435
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
106 ;;;###autoload
78431
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
107 (defconst vc-bzr-admin-checkout-format-file
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
108 (concat vc-bzr-admin-dirname "/checkout/format"))
78435
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
109 (defconst vc-bzr-admin-dirstate
78431
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
110 (concat vc-bzr-admin-dirname "/checkout/dirstate"))
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
111 (defconst vc-bzr-admin-branch-format-file
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
112 (concat vc-bzr-admin-dirname "/branch/format"))
78435
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
113 (defconst vc-bzr-admin-revhistory
78431
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
114 (concat vc-bzr-admin-dirname "/branch/revision-history"))
78748
0b7bd1d9ffbf (vc-bzr-admin-lastrev): New constant.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78564
diff changeset
115 (defconst vc-bzr-admin-lastrev
0b7bd1d9ffbf (vc-bzr-admin-lastrev): New constant.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78564
diff changeset
116 (concat vc-bzr-admin-dirname "/branch/last-revision"))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
117
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
118 ;;;###autoload (defun vc-bzr-registered (file)
78431
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
119 ;;;###autoload (if (vc-find-root file vc-bzr-admin-checkout-format-file)
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
120 ;;;###autoload (progn
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
121 ;;;###autoload (load "vc-bzr")
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
122 ;;;###autoload (vc-bzr-registered file))))
78431
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
123
78435
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
124 (defun vc-bzr-root (file)
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
125 "Return the root directory of the bzr repository containing FILE."
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
126 ;; Cache technique copied from vc-arch.el.
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
127 (or (vc-file-getprop file 'bzr-root)
87574
21fcd219fd6e * mouse.el (mouse-popup-menubar): Fix typo.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 87477
diff changeset
128 (let ((root (vc-find-root file vc-bzr-admin-checkout-format-file)))
21fcd219fd6e * mouse.el (mouse-popup-menubar): Fix typo.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 87477
diff changeset
129 (when root (vc-file-setprop file 'bzr-root root)))))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
130
93363
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
131 (require 'sha1) ;For sha1-program
78435
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
132
93363
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
133 (defun vc-bzr-sha1 (file)
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
134 (with-temp-buffer
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
135 (set-buffer-multibyte nil)
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
136 (let ((prog sha1-program)
104595
cfc336042c1b * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
Michael Albinus <michael.albinus@gmx.de>
parents: 104086
diff changeset
137 (args nil)
cfc336042c1b * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
Michael Albinus <michael.albinus@gmx.de>
parents: 104086
diff changeset
138 process-file-side-effects)
93363
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
139 (when (consp prog)
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
140 (setq args (cdr prog))
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
141 (setq prog (car prog)))
94873
66788c63a40a (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94847
diff changeset
142 (apply 'process-file prog (file-relative-name file) t nil args)
93363
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
143 (buffer-substring (point-min) (+ (point-min) 40)))))
78435
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
144
93363
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
145 (defun vc-bzr-state-heuristic (file)
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
146 "Like `vc-bzr-state' but hopefully without running Bzr."
103236
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
147 ;; `bzr status' was excrutiatingly slow with large histories and
93363
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
148 ;; pending merges, so try to avoid using it until they fix their
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
149 ;; performance problems.
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
150 ;; This function tries first to parse Bzr internal file
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
151 ;; `checkout/dirstate', but it may fail if Bzr internal file format
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
152 ;; has changed. As a safeguard, the `checkout/dirstate' file is
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
153 ;; only parsed if it contains the string `#bazaar dirstate flat
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
154 ;; format 3' in the first line.
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
155 ;; If the `checkout/dirstate' file cannot be parsed, fall back to
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
156 ;; running `vc-bzr-state'."
78564
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
157 (lexical-let ((root (vc-bzr-root file)))
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
158 (when root ; Short cut.
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
159 ;; This looks at internal files. May break if they change
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
160 ;; their format.
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
161 (lexical-let ((dirstate (expand-file-name vc-bzr-admin-dirstate root)))
103236
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
162 (condition-case nil
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
163 (with-temp-buffer
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
164 (insert-file-contents dirstate)
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
165 (goto-char (point-min))
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
166 (if (not (looking-at "#bazaar dirstate flat format 3"))
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
167 (vc-bzr-state file) ; Some other unknown format?
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
168 (let* ((relfile (file-relative-name file root))
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
169 (reldir (file-name-directory relfile)))
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
170 (if (re-search-forward
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
171 (concat "^\0"
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
172 (if reldir (regexp-quote
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
173 (directory-file-name reldir)))
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
174 "\0"
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
175 (regexp-quote (file-name-nondirectory relfile))
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
176 "\0"
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
177 "[^\0]*\0" ;id?
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
178 "\\([^\0]*\\)\0" ;"a/f/d", a=removed?
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
179 "[^\0]*\0" ;sha1 (empty if conflicted)?
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
180 "\\([^\0]*\\)\0" ;size?
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
181 "[^\0]*\0" ;"y/n", executable?
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
182 "[^\0]*\0" ;?
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
183 "\\([^\0]*\\)\0" ;"a/f/d" a=added?
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
184 "\\([^\0]*\\)\0" ;sha1 again?
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
185 "[^\0]*\0" ;size again?
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
186 "[^\0]*\0" ;"y/n", executable again?
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
187 "[^\0]*\0" ;last revid?
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
188 ;; There are more fields when merges are pending.
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
189 )
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
190 nil t)
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
191 ;; Apparently the second sha1 is the one we want: when
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
192 ;; there's a conflict, the first sha1 is absent (and the
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
193 ;; first size seems to correspond to the file with
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
194 ;; conflict markers).
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
195 (cond
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
196 ((eq (char-after (match-beginning 1)) ?a) 'removed)
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
197 ((eq (char-after (match-beginning 3)) ?a) 'added)
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
198 ((and (eq (string-to-number (match-string 2))
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
199 (nth 7 (file-attributes file)))
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
200 (equal (match-string 4)
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
201 (vc-bzr-sha1 file)))
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
202 'up-to-date)
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
203 (t 'edited))
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
204 'unregistered))))
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
205 ;; Either the dirstate file can't be read, or the sha1
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
206 ;; executable is missing, or ...
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
207 ;; In either case, recent versions of Bzr aren't that slow
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
208 ;; any more.
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
209 (error (vc-bzr-state file)))))))
b4e12b7edf39 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 102876
diff changeset
210
93363
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
211
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
212 (defun vc-bzr-registered (file)
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
213 "Return non-nil if FILE is registered with bzr."
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
214 (let ((state (vc-bzr-state-heuristic file)))
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
215 (not (memq state '(nil unregistered ignored)))))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
216
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
217 (defconst vc-bzr-state-words
78521
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
218 "added\\|ignored\\|kind changed\\|modified\\|removed\\|renamed\\|unknown"
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
219 "Regexp matching file status words as reported in `bzr' output.")
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
220
78431
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
221 (defun vc-bzr-file-name-relative (filename)
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
222 "Return file name FILENAME stripped of the initial Bzr repository path."
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
223 (lexical-let*
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
224 ((filename* (expand-file-name filename))
79688
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
225 (rootdir (vc-bzr-root filename*)))
96002
26f719e36c03 (log-view-per-file-logs): Pacify byte compiler.
Juanma Barranquero <lekktu@gmail.com>
parents: 95966
diff changeset
226 (when rootdir
78431
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
227 (file-relative-name filename* rootdir))))
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
228
78521
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
229 (defun vc-bzr-status (file)
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
230 "Return FILE status according to Bzr.
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
231 Return value is a cons (STATUS . WARNING), where WARNING is a
78564
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
232 string or nil, and STATUS is one of the symbols: `added',
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
233 `ignored', `kindchanged', `modified', `removed', `renamed', `unknown',
78521
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
234 which directly correspond to `bzr status' output, or 'unchanged
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
235 for files whose copy in the working tree is identical to the one
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
236 in the branch repository, or nil for files that are not
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
237 registered with Bzr.
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
238
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
239 If any error occurred in running `bzr status', then return nil."
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
240 (with-temp-buffer
78564
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
241 (let ((ret (condition-case nil
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
242 (vc-bzr-command "status" t 0 file)
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
243 (file-error nil))) ; vc-bzr-program not found.
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
244 (status 'unchanged))
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
245 ;; the only secure status indication in `bzr status' output
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
246 ;; is a couple of lines following the pattern::
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
247 ;; | <status>:
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
248 ;; | <file name>
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
249 ;; if the file is up-to-date, we get no status report from `bzr',
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
250 ;; so if the regexp search for the above pattern fails, we consider
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
251 ;; the file to be up-to-date.
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
252 (goto-char (point-min))
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
253 (when (re-search-forward
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
254 ;; bzr prints paths relative to the repository root.
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
255 (concat "^\\(" vc-bzr-state-words "\\):[ \t\n]+"
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
256 (regexp-quote (vc-bzr-file-name-relative file))
79688
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
257 ;; Bzr appends a '/' to directory names and
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
258 ;; '*' to executable files
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
259 (if (file-directory-p file) "/?" "\\*?")
78564
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
260 "[ \t\n]*$")
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
261 nil t)
78748
0b7bd1d9ffbf (vc-bzr-admin-lastrev): New constant.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78564
diff changeset
262 (lexical-let ((statusword (match-string 1)))
78564
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
263 ;; Erase the status text that matched.
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
264 (delete-region (match-beginning 0) (match-end 0))
78521
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
265 (setq status
79688
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
266 (intern (replace-regexp-in-string " " "" statusword)))))
78564
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
267 (when status
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
268 (goto-char (point-min))
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
269 (skip-chars-forward " \n\t") ;Throw away spaces.
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
270 (cons status
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
271 ;; "bzr" will output warnings and informational messages to
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
272 ;; stderr; due to Emacs' `vc-do-command' (and, it seems,
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
273 ;; `start-process' itself) limitations, we cannot catch stderr
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
274 ;; and stdout into different buffers. So, if there's anything
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
275 ;; left in the buffer after removing the above status
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
276 ;; keywords, let us just presume that any other message from
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
277 ;; "bzr" is a user warning, and display it.
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
278 (unless (eobp) (buffer-substring (point) (point-max))))))))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
279
78521
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
280 (defun vc-bzr-state (file)
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
281 (lexical-let ((result (vc-bzr-status file)))
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
282 (when (consp result)
93671
2b3d42806dcc (vc-bzr-state): Use when instead of if.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93602
diff changeset
283 (when (cdr result)
2b3d42806dcc (vc-bzr-state): Use when instead of if.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93602
diff changeset
284 (message "Warnings in `bzr' output: %s" (cdr result)))
78521
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
285 (cdr (assq (car result)
93118
01d3fd1a2cfe * vc-hg.el (vc-hg-state):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93039
diff changeset
286 '((added . added)
78564
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
287 (kindchanged . edited)
78521
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
288 (renamed . edited)
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
289 (modified . edited)
93164
849abb573acb (vc-bzr-state): Return 'removed for removed files and
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93118
diff changeset
290 (removed . removed)
94521
2a61c5f918a5 Change 'needs-patch to 'needs-update.
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 94481
diff changeset
291 (ignored . ignored)
93164
849abb573acb (vc-bzr-state): Return 'removed for removed files and
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93118
diff changeset
292 (unknown . unregistered)
78521
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
293 (unchanged . up-to-date)))))))
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
294
92537
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
295 (defun vc-bzr-resolve-when-done ()
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
296 "Call \"bzr resolve\" if the conflict markers have been removed."
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
297 (save-excursion
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
298 (goto-char (point-min))
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
299 (unless (re-search-forward "^<<<<<<< " nil t)
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
300 (vc-bzr-command "resolve" nil 0 buffer-file-name)
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
301 ;; Remove the hook so that it is not called multiple times.
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
302 (remove-hook 'after-save-hook 'vc-bzr-resolve-when-done t))))
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
303
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
304 (defun vc-bzr-find-file-hook ()
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
305 (when (and buffer-file-name
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
306 ;; FIXME: We should check that "bzr status" says "conflict".
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
307 (file-exists-p (concat buffer-file-name ".BASE"))
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
308 (file-exists-p (concat buffer-file-name ".OTHER"))
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
309 (file-exists-p (concat buffer-file-name ".THIS"))
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
310 ;; If "bzr status" says there's a conflict but there are no
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
311 ;; conflict markers, it's not clear what we should do.
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
312 (save-excursion
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
313 (goto-char (point-min))
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
314 (re-search-forward "^<<<<<<< " nil t)))
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
315 ;; TODO: the merge algorithm used in `bzr merge' is nicely configurable,
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
316 ;; but the one in `bzr pull' isn't, so it would be good to provide an
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
317 ;; elisp function to remerge from the .BASE/OTHER/THIS files.
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
318 (smerge-start-session)
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
319 (add-hook 'after-save-hook 'vc-bzr-resolve-when-done nil t)
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
320 (message "There are unresolved conflicts in this file")))
7071cfe2789e (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92122
diff changeset
321
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
322 (defun vc-bzr-workfile-unchanged-p (file)
78521
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
323 (eq 'unchanged (car (vc-bzr-status file))))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
324
85139
8ba0e30716a5 Terminology cleanup.
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 85114
diff changeset
325 (defun vc-bzr-working-revision (file)
93363
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
326 ;; Together with the code in vc-state-heuristic, this makes it possible
9e7b1b11aa5c (vc-bzr-sha1): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93180
diff changeset
327 ;; to get the initial VC state of a Bzr file even if Bzr is not installed.
78435
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
328 (lexical-let*
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
329 ((rootdir (vc-bzr-root file))
78748
0b7bd1d9ffbf (vc-bzr-admin-lastrev): New constant.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78564
diff changeset
330 (branch-format-file (expand-file-name vc-bzr-admin-branch-format-file
0b7bd1d9ffbf (vc-bzr-admin-lastrev): New constant.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78564
diff changeset
331 rootdir))
0b7bd1d9ffbf (vc-bzr-admin-lastrev): New constant.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78564
diff changeset
332 (revhistory-file (expand-file-name vc-bzr-admin-revhistory rootdir))
0b7bd1d9ffbf (vc-bzr-admin-lastrev): New constant.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78564
diff changeset
333 (lastrev-file (expand-file-name vc-bzr-admin-lastrev rootdir)))
0b7bd1d9ffbf (vc-bzr-admin-lastrev): New constant.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78564
diff changeset
334 ;; This looks at internal files to avoid forking a bzr process.
0b7bd1d9ffbf (vc-bzr-admin-lastrev): New constant.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78564
diff changeset
335 ;; May break if they change their format.
102704
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
336 (if (and (file-exists-p branch-format-file)
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
337 ;; For lightweight checkouts (obtained with bzr checkout --lightweight)
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
338 ;; the branch-format-file does not contain the revision
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
339 ;; information, we need to look up the branch-format-file
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
340 ;; in the place where the lightweight checkout comes
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
341 ;; from. We only do that if it's a local file.
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
342 (let ((location-fname (expand-file-name
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
343 (concat vc-bzr-admin-dirname
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
344 "/branch/location") rootdir)))
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
345 ;; The existence of this file is how we distinguish
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
346 ;; lightweight checkouts.
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
347 (if (file-exists-p location-fname)
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
348 (with-temp-buffer
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
349 (insert-file-contents location-fname)
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
350 (when (re-search-forward "file://\(.+\)" nil t)
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
351 (setq branch-format-file (match-string 1))
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
352 (file-exists-p branch-format-file)))
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
353 t)))
78564
8f9613d80af0 Don't fiddle with vc-handled-backend.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78521
diff changeset
354 (with-temp-buffer
96002
26f719e36c03 (log-view-per-file-logs): Pacify byte compiler.
Juanma Barranquero <lekktu@gmail.com>
parents: 95966
diff changeset
355 (insert-file-contents branch-format-file)
78435
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
356 (goto-char (point-min))
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
357 (cond
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
358 ((or
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
359 (looking-at "Bazaar-NG branch, format 0.0.4")
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
360 (looking-at "Bazaar-NG branch format 5"))
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
361 ;; count lines in .bzr/branch/revision-history
96002
26f719e36c03 (log-view-per-file-logs): Pacify byte compiler.
Juanma Barranquero <lekktu@gmail.com>
parents: 95966
diff changeset
362 (insert-file-contents revhistory-file)
78435
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
363 (number-to-string (count-lines (line-end-position) (point-max))))
101790
e98ddfaefcae (vc-bzr-working-revision): Recognize a newer branch
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101078
diff changeset
364 ((or
e98ddfaefcae (vc-bzr-working-revision): Recognize a newer branch
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101078
diff changeset
365 (looking-at "Bazaar Branch Format 6 (bzr 0.15)")
e98ddfaefcae (vc-bzr-working-revision): Recognize a newer branch
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101078
diff changeset
366 (looking-at "Bazaar Branch Format 7 (needs bzr 1.6)"))
78435
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
367 ;; revno is the first number in .bzr/branch/last-revision
96002
26f719e36c03 (log-view-per-file-logs): Pacify byte compiler.
Juanma Barranquero <lekktu@gmail.com>
parents: 95966
diff changeset
368 (insert-file-contents lastrev-file)
101790
e98ddfaefcae (vc-bzr-working-revision): Recognize a newer branch
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101078
diff changeset
369 (when (re-search-forward "[0-9]+" nil t)
e98ddfaefcae (vc-bzr-working-revision): Recognize a newer branch
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101078
diff changeset
370 (buffer-substring (match-beginning 0) (match-end 0))))))
78435
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
371 ;; fallback to calling "bzr revno"
78431
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
372 (lexical-let*
78435
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
373 ((result (vc-bzr-command-discarding-stderr
94873
66788c63a40a (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94847
diff changeset
374 vc-bzr-program "revno" (file-relative-name file)))
78431
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
375 (exitcode (car result))
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
376 (output (cdr result)))
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
377 (cond
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
378 ((eq exitcode 0) (substring output 0 -1))
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
379 (t nil))))))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
380
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
381 (defun vc-bzr-create-repo ()
78404
27f00e50116a Change capitalization of VC backend names for new backends
Miles Bader <miles@gnu.org>
parents: 78387
diff changeset
382 "Create a new Bzr repository."
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
383 (vc-bzr-command "init" nil 0 nil))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
384
92122
74bf6df13b6c * vc.el (vc-find-revision): Make vc-parent-buffer local before
Dan Nicolaescu <dann@ics.uci.edu>
parents: 87649
diff changeset
385 (defun vc-bzr-init-revision (&optional file)
79688
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
386 "Always return nil, as Bzr cannot register explicit versions."
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
387 nil)
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
388
93602
702b99dd7604 (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93563
diff changeset
389 (defun vc-bzr-previous-revision (file rev)
702b99dd7604 (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93563
diff changeset
390 (if (string-match "\\`[0-9]+\\'" rev)
702b99dd7604 (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93563
diff changeset
391 (number-to-string (1- (string-to-number rev)))
702b99dd7604 (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93563
diff changeset
392 (concat "before:" rev)))
702b99dd7604 (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93563
diff changeset
393
702b99dd7604 (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93563
diff changeset
394 (defun vc-bzr-next-revision (file rev)
702b99dd7604 (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93563
diff changeset
395 (if (string-match "\\`[0-9]+\\'" rev)
702b99dd7604 (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93563
diff changeset
396 (number-to-string (1+ (string-to-number rev)))
702b99dd7604 (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93563
diff changeset
397 (error "Don't know how to compute the next revision of %s" rev)))
702b99dd7604 (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93563
diff changeset
398
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
399 (defun vc-bzr-register (files &optional rev comment)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
400 "Register FILE under bzr.
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
401 Signal an error unless REV is nil.
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
402 COMMENT is ignored."
85141
b16f7408cd3f Carry through today's big terminology change to a few places where I
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 85139
diff changeset
403 (if rev (error "Can't register explicit revision with bzr"))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
404 (vc-bzr-command "add" nil 0 files))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
405
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
406 ;; Could run `bzr status' in the directory and see if it succeeds, but
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
407 ;; that's relatively expensive.
78431
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
408 (defalias 'vc-bzr-responsible-p 'vc-bzr-root
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
409 "Return non-nil if FILE is (potentially) controlled by bzr.
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
410 The criterion is that there is a `.bzr' directory in the same
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
411 or a superior directory.")
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
412
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
413 (defun vc-bzr-could-register (file)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
414 "Return non-nil if FILE could be registered under bzr."
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
415 (and (vc-bzr-responsible-p file) ; shortcut
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
416 (condition-case ()
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
417 (with-temp-buffer
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
418 (vc-bzr-command "add" t 0 file "--dry-run")
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
419 ;; The command succeeds with no output if file is
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
420 ;; registered (in bzr 0.8).
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
421 (goto-char (point-min))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
422 (looking-at "added "))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
423 (error))))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
424
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
425 (defun vc-bzr-unregister (file)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
426 "Unregister FILE from bzr."
79688
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
427 (vc-bzr-command "remove" nil 0 file "--keep"))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
428
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
429 (defun vc-bzr-checkin (files rev comment)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
430 "Check FILE in to bzr with log message COMMENT.
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
431 REV non-nil gets an error."
85141
b16f7408cd3f Carry through today's big terminology change to a few places where I
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 85139
diff changeset
432 (if rev (error "Can't check in a specific revision with bzr"))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
433 (vc-bzr-command "commit" nil 0 files "-m" comment))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
434
97401
58215ab2e8e6 (vc-bzr-find-revision): Rename from
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96539
diff changeset
435 (defun vc-bzr-find-revision (file rev buffer)
58215ab2e8e6 (vc-bzr-find-revision): Rename from
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96539
diff changeset
436 "Fetch revision REV of file FILE and put it into BUFFER."
79688
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
437 (with-current-buffer buffer
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
438 (if (and rev (stringp rev) (not (string= rev "")))
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
439 (vc-bzr-command "cat" t 0 file "-r" rev)
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
440 (vc-bzr-command "cat" t 0 file))))
f82034083629 Copyright and version headers update.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78748
diff changeset
441
93563
c505d070db06 (vc-bzr-checkout): Simplify.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93461
diff changeset
442 (defun vc-bzr-checkout (file &optional editable rev)
c505d070db06 (vc-bzr-checkout): Simplify.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93461
diff changeset
443 (if rev (error "Operation not supported")
c505d070db06 (vc-bzr-checkout): Simplify.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93461
diff changeset
444 ;; Else, there's nothing to do.
c505d070db06 (vc-bzr-checkout): Simplify.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93461
diff changeset
445 nil))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
446
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
447 (defun vc-bzr-revert (file &optional contents-done)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
448 (unless contents-done
78521
98c39e79e082 (vc-bzr-registered): Use \0 instead of literal NULs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78435
diff changeset
449 (with-temp-buffer (vc-bzr-command "revert" t 0 file))))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
450
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
451 (defvar log-view-message-re)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
452 (defvar log-view-file-re)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
453 (defvar log-view-font-lock-keywords)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
454 (defvar log-view-current-tag-function)
96002
26f719e36c03 (log-view-per-file-logs): Pacify byte compiler.
Juanma Barranquero <lekktu@gmail.com>
parents: 95966
diff changeset
455 (defvar log-view-per-file-logs)
105010
b3c2589ed19e * vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu <dann@ics.uci.edu>
parents: 104618
diff changeset
456 (defvar vc-short-log)
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
457
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
458 (define-derived-mode vc-bzr-log-view-mode log-view-mode "Bzr-Log-View"
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
459 (remove-hook 'log-view-mode-hook 'vc-bzr-log-view-mode) ;Deactivate the hack.
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
460 (require 'add-log)
95966
054335cbee3d * log-view.el (log-view-diff-changeset): New function.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 95232
diff changeset
461 (set (make-local-variable 'log-view-per-file-logs) nil)
104086
1bce2f053aeb (vc-bzr-print-log): Pass multiple arguments to bzr log.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 103236
diff changeset
462 (set (make-local-variable 'log-view-file-re) "\\`a\\`")
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
463 (set (make-local-variable 'log-view-message-re)
105010
b3c2589ed19e * vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu <dann@ics.uci.edu>
parents: 104618
diff changeset
464 (if vc-short-log
b3c2589ed19e * vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu <dann@ics.uci.edu>
parents: 104618
diff changeset
465 "^ +\\([0-9]+\\) \\(.*?\\)[ \t]+\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\}\\)\\( \\[merge\\]\\)?"
b3c2589ed19e * vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu <dann@ics.uci.edu>
parents: 104618
diff changeset
466 "^ *\\(?:revno: \\([0-9.]+\\)\\|merged: .+\\)"))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
467 (set (make-local-variable 'log-view-font-lock-keywords)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
468 ;; log-view-font-lock-keywords is careful to use the buffer-local
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
469 ;; value of log-view-message-re only since Emacs-23.
105010
b3c2589ed19e * vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu <dann@ics.uci.edu>
parents: 104618
diff changeset
470 (if vc-short-log
b3c2589ed19e * vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu <dann@ics.uci.edu>
parents: 104618
diff changeset
471 (append `((,log-view-message-re
b3c2589ed19e * vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu <dann@ics.uci.edu>
parents: 104618
diff changeset
472 (1 'log-view-message-face)
b3c2589ed19e * vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu <dann@ics.uci.edu>
parents: 104618
diff changeset
473 (2 'change-log-name)
b3c2589ed19e * vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu <dann@ics.uci.edu>
parents: 104618
diff changeset
474 (3 'change-log-date)
b3c2589ed19e * vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu <dann@ics.uci.edu>
parents: 104618
diff changeset
475 (4 'change-log-list))))
b3c2589ed19e * vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu <dann@ics.uci.edu>
parents: 104618
diff changeset
476 (append `((,log-view-message-re . 'log-view-message-face))
b3c2589ed19e * vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu <dann@ics.uci.edu>
parents: 104618
diff changeset
477 ;; log-view-font-lock-keywords
b3c2589ed19e * vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu <dann@ics.uci.edu>
parents: 104618
diff changeset
478 '(("^ *committer: \
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
479 \\([^<(]+?\\)[ ]*[(<]\\([[:alnum:]_.+-]+@[[:alnum:]_.-]+\\)[>)]"
105010
b3c2589ed19e * vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu <dann@ics.uci.edu>
parents: 104618
diff changeset
480 (1 'change-log-name)
b3c2589ed19e * vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu <dann@ics.uci.edu>
parents: 104618
diff changeset
481 (2 'change-log-email))
b3c2589ed19e * vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu <dann@ics.uci.edu>
parents: 104618
diff changeset
482 ("^ *timestamp: \\(.*\\)" (1 'change-log-date-face)))))))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
483
105010
b3c2589ed19e * vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu <dann@ics.uci.edu>
parents: 104618
diff changeset
484 (defun vc-bzr-print-log (files &optional buffer shortlog) ; get buffer arg in Emacs 22
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
485 "Get bzr change log for FILES into specified BUFFER."
80343
3c75e19e7ec9 (vc-bzr-print-log): Insert a file marker. Run the log
Dan Nicolaescu <dann@ics.uci.edu>
parents: 80340
diff changeset
486 ;; `vc-do-command' creates the buffer, but we need it before running
3c75e19e7ec9 (vc-bzr-print-log): Insert a file marker. Run the log
Dan Nicolaescu <dann@ics.uci.edu>
parents: 80340
diff changeset
487 ;; the command.
3c75e19e7ec9 (vc-bzr-print-log): Insert a file marker. Run the log
Dan Nicolaescu <dann@ics.uci.edu>
parents: 80340
diff changeset
488 (vc-setup-buffer buffer)
3c75e19e7ec9 (vc-bzr-print-log): Insert a file marker. Run the log
Dan Nicolaescu <dann@ics.uci.edu>
parents: 80340
diff changeset
489 ;; If the buffer exists from a previous invocation it might be
3c75e19e7ec9 (vc-bzr-print-log): Insert a file marker. Run the log
Dan Nicolaescu <dann@ics.uci.edu>
parents: 80340
diff changeset
490 ;; read-only.
93563
c505d070db06 (vc-bzr-checkout): Simplify.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93461
diff changeset
491 ;; FIXME: `vc-bzr-command' runs `bzr log' with `LC_MESSAGES=C', so
c505d070db06 (vc-bzr-checkout): Simplify.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93461
diff changeset
492 ;; the log display may not what the user wants - but I see no other
c505d070db06 (vc-bzr-checkout): Simplify.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93461
diff changeset
493 ;; way of getting the above regexps working.
104086
1bce2f053aeb (vc-bzr-print-log): Pass multiple arguments to bzr log.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 103236
diff changeset
494 (with-current-buffer buffer
1bce2f053aeb (vc-bzr-print-log): Pass multiple arguments to bzr log.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 103236
diff changeset
495 (apply 'vc-bzr-command "log" buffer 'async files
105010
b3c2589ed19e * vc.el (top): print-log method now takes an optional SHORTLOG
Dan Nicolaescu <dann@ics.uci.edu>
parents: 104618
diff changeset
496 (if shortlog "--short")
104086
1bce2f053aeb (vc-bzr-print-log): Pass multiple arguments to bzr log.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 103236
diff changeset
497 (if (stringp vc-bzr-log-switches)
1bce2f053aeb (vc-bzr-print-log): Pass multiple arguments to bzr log.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 103236
diff changeset
498 (list vc-bzr-log-switches)
1bce2f053aeb (vc-bzr-print-log): Pass multiple arguments to bzr log.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 103236
diff changeset
499 vc-bzr-log-switches))))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
500
85141
b16f7408cd3f Carry through today's big terminology change to a few places where I
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 85139
diff changeset
501 (defun vc-bzr-show-log-entry (revision)
b16f7408cd3f Carry through today's big terminology change to a few places where I
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 85139
diff changeset
502 "Find entry for patch name REVISION in bzr change log buffer."
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
503 (goto-char (point-min))
98220
962e4709829b * vc-bzr.el (vc-bzr-show-log-entry):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98079
diff changeset
504 (when revision
962e4709829b * vc-bzr.el (vc-bzr-show-log-entry):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98079
diff changeset
505 (let (case-fold-search)
962e4709829b * vc-bzr.el (vc-bzr-show-log-entry):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98079
diff changeset
506 (if (re-search-forward
962e4709829b * vc-bzr.el (vc-bzr-show-log-entry):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98079
diff changeset
507 ;; "revno:" can appear either at the beginning of a line,
962e4709829b * vc-bzr.el (vc-bzr-show-log-entry):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98079
diff changeset
508 ;; or indented.
962e4709829b * vc-bzr.el (vc-bzr-show-log-entry):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98079
diff changeset
509 (concat "^[ ]*-+\n[ ]*revno: "
962e4709829b * vc-bzr.el (vc-bzr-show-log-entry):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98079
diff changeset
510 ;; The revision can contain ".", quote it so that it
962e4709829b * vc-bzr.el (vc-bzr-show-log-entry):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98079
diff changeset
511 ;; does not interfere with regexp matching.
962e4709829b * vc-bzr.el (vc-bzr-show-log-entry):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98079
diff changeset
512 (regexp-quote revision) "$") nil t)
962e4709829b * vc-bzr.el (vc-bzr-show-log-entry):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98079
diff changeset
513 (beginning-of-line 0)
962e4709829b * vc-bzr.el (vc-bzr-show-log-entry):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98079
diff changeset
514 (goto-char (point-min))))))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
515
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
516 (defun vc-bzr-diff (files &optional rev1 rev2 buffer)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
517 "VC bzr backend for diff."
92980
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
518 ;; `bzr diff' exits with code 1 if diff is non-empty.
93180
9add13a0e597 (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93176
diff changeset
519 (apply #'vc-bzr-command "diff" (or buffer "*vc-diff*") 'async files
96002
26f719e36c03 (log-view-per-file-logs): Pacify byte compiler.
Juanma Barranquero <lekktu@gmail.com>
parents: 95966
diff changeset
520 "--diff-options" (mapconcat 'identity
98464
75e08f08f5e5 (vc-bzr-diff): Use vc-switches rather than the obsolete vc-diff-switches.
Glenn Morris <rgm@gnu.org>
parents: 98220
diff changeset
521 (vc-switches 'bzr 'diff)
87649
107ccd98fa12 Merge from emacs--rel--22
Miles Bader <miles@gnu.org>
parents: 87574 79695
diff changeset
522 " ")
92980
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
523 ;; This `when' is just an optimization because bzr-1.2 is *much*
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
524 ;; faster when the revision argument is not given.
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
525 (when (or rev1 rev2)
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
526 (list "-r" (format "%s..%s"
96002
26f719e36c03 (log-view-per-file-logs): Pacify byte compiler.
Juanma Barranquero <lekktu@gmail.com>
parents: 95966
diff changeset
527 (or rev1 "revno:-1")
92980
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
528 (or rev2 ""))))))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
529
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
530
85141
b16f7408cd3f Carry through today's big terminology change to a few places where I
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 85139
diff changeset
531 ;; FIXME: vc-{next,previous}-revision need fixing in vc.el to deal with
b16f7408cd3f Carry through today's big terminology change to a few places where I
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 85139
diff changeset
532 ;; straight integer revisions.
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
533
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
534 (defun vc-bzr-delete-file (file)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
535 "Delete FILE and delete it in the bzr repository."
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
536 (condition-case ()
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
537 (delete-file file)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
538 (file-error nil))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
539 (vc-bzr-command "remove" nil 0 file))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
540
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
541 (defun vc-bzr-rename-file (old new)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
542 "Rename file from OLD to NEW using `bzr mv'."
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
543 (vc-bzr-command "mv" nil 0 new old))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
544
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
545 (defvar vc-bzr-annotation-table nil
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
546 "Internal use.")
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
547 (make-variable-buffer-local 'vc-bzr-annotation-table)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
548
85141
b16f7408cd3f Carry through today's big terminology change to a few places where I
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 85139
diff changeset
549 (defun vc-bzr-annotate-command (file buffer &optional revision)
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
550 "Prepare BUFFER for `vc-annotate' on FILE.
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
551 Each line is tagged with the revision number, which has a `help-echo'
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
552 property containing author and date information."
78748
0b7bd1d9ffbf (vc-bzr-admin-lastrev): New constant.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78564
diff changeset
553 (apply #'vc-bzr-command "annotate" buffer 0 file "--long" "--all"
93039
e48df1ee4371 Revert unintended change.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93035
diff changeset
554 (if revision (list "-r" revision)))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
555 (with-current-buffer buffer
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
556 ;; Store the tags for the annotated source lines in a hash table
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
557 ;; to allow saving space by sharing the text properties.
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
558 (setq vc-bzr-annotation-table (make-hash-table :test 'equal))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
559 (goto-char (point-min))
80340
756c7bbc9664 (vc-bzr-log-view-mode, vc-bzr-annotate-command)
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 80333
diff changeset
560 (while (re-search-forward "^\\( *[0-9.]+ *\\) \\([^\n ]+\\) +\\([0-9]\\{8\\}\\) |"
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
561 nil t)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
562 (let* ((rev (match-string 1))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
563 (author (match-string 2))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
564 (date (match-string 3))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
565 (key (match-string 0))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
566 (tag (gethash key vc-bzr-annotation-table)))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
567 (unless tag
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
568 (setq tag (propertize rev 'help-echo (concat "Author: " author
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
569 ", date: " date)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
570 'mouse-face 'highlight))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
571 (puthash key tag vc-bzr-annotation-table))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
572 (replace-match "")
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
573 (insert tag " |")))))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
574
96213
09da7727f35f * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96128
diff changeset
575 (declare-function vc-annotate-convert-time "vc-annotate" (time))
09da7727f35f * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96128
diff changeset
576
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
577 (defun vc-bzr-annotate-time ()
80340
756c7bbc9664 (vc-bzr-log-view-mode, vc-bzr-annotate-command)
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 80333
diff changeset
578 (when (re-search-forward "^ *[0-9.]+ +|" nil t)
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
579 (let ((prop (get-text-property (line-beginning-position) 'help-echo)))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
580 (string-match "[0-9]+\\'" prop)
95228
451f4028c096 * minibuffer.el (completion-boundaries): Change calling convention, so
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 95077
diff changeset
581 (let ((str (match-string-no-properties 0 prop)))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
582 (vc-annotate-convert-time
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
583 (encode-time 0 0 0
95228
451f4028c096 * minibuffer.el (completion-boundaries): Change calling convention, so
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 95077
diff changeset
584 (string-to-number (substring str 6 8))
451f4028c096 * minibuffer.el (completion-boundaries): Change calling convention, so
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 95077
diff changeset
585 (string-to-number (substring str 4 6))
451f4028c096 * minibuffer.el (completion-boundaries): Change calling convention, so
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 95077
diff changeset
586 (string-to-number (substring str 0 4))))))))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
587
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
588 (defun vc-bzr-annotate-extract-revision-at-line ()
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
589 "Return revision for current line of annoation buffer, or nil.
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
590 Return nil if current line isn't annotated."
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
591 (save-excursion
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
592 (beginning-of-line)
96128
d5ad6b6af42d (vc-bzr-annotate-extract-revision-at-line):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 96002
diff changeset
593 (if (looking-at " *\\([0-9.]+\\) *| ")
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
594 (match-string-no-properties 1))))
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
595
78435
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
596 (defun vc-bzr-command-discarding-stderr (command &rest args)
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
597 "Execute shell command COMMAND (with ARGS); return its output and exitcode.
78431
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
598 Return value is a cons (EXITCODE . OUTPUT), where EXITCODE is
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
599 the (numerical) exit code of the process, and OUTPUT is a string
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
600 containing whatever the process sent to its standard output
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
601 stream. Standard error output is discarded."
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
602 (with-temp-buffer
78435
adc16e5bfb60 Remove comments about vc-bzr.el being a modified unofficial version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78431
diff changeset
603 (cons
94873
66788c63a40a (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94847
diff changeset
604 (apply #'process-file command nil (list (current-buffer) nil) nil args)
78431
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
605 (buffer-substring (point-min) (point-max)))))
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
606
98079
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
607 (defstruct (vc-bzr-extra-fileinfo
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
608 (:copier nil)
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
609 (:constructor vc-bzr-create-extra-fileinfo (extra-name))
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
610 (:conc-name vc-bzr-extra-fileinfo->))
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
611 extra-name) ;; original name for rename targets, new name for
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
612
99388
fcdc9cfd2092 (vc-bzr-dir-extra-headers): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 98524
diff changeset
613 (defun vc-bzr-dir-printer (info)
98079
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
614 "Pretty-printer for the vc-dir-fileinfo structure."
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
615 (let ((extra (vc-dir-fileinfo->extra info)))
99388
fcdc9cfd2092 (vc-bzr-dir-extra-headers): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 98524
diff changeset
616 (vc-default-dir-printer 'Bzr info)
98079
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
617 (when extra
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
618 (insert (propertize
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
619 (format " (renamed from %s)"
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
620 (vc-bzr-extra-fileinfo->extra-name extra))
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
621 'face 'font-lock-comment-face)))))
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
622
96539
d9bc43f652b0 (vc-bzr-after-dir-status): Deal with execute bit changes.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96213
diff changeset
623 ;; FIXME: this needs testing, it's probably incomplete.
94003
2ecb2ea8d5b5 Change `dir-status' to not take (and pass) status-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93976
diff changeset
624 (defun vc-bzr-after-dir-status (update-function)
93035
5f4eb3149e6d * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 92980
diff changeset
625 (let ((status-str nil)
96539
d9bc43f652b0 (vc-bzr-after-dir-status): Deal with execute bit changes.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96213
diff changeset
626 (translation '(("+N " . added)
d9bc43f652b0 (vc-bzr-after-dir-status): Deal with execute bit changes.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96213
diff changeset
627 ("-D " . removed)
d9bc43f652b0 (vc-bzr-after-dir-status): Deal with execute bit changes.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96213
diff changeset
628 (" M " . edited) ;; file text modified
d9bc43f652b0 (vc-bzr-after-dir-status): Deal with execute bit changes.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96213
diff changeset
629 (" *" . edited) ;; execute bit changed
d9bc43f652b0 (vc-bzr-after-dir-status): Deal with execute bit changes.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96213
diff changeset
630 (" M*" . edited) ;; text modified + execute bit changed
d9bc43f652b0 (vc-bzr-after-dir-status): Deal with execute bit changes.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96213
diff changeset
631 ;; FIXME: what about ignored files?
d9bc43f652b0 (vc-bzr-after-dir-status): Deal with execute bit changes.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96213
diff changeset
632 (" D " . missing)
95228
451f4028c096 * minibuffer.el (completion-boundaries): Change calling convention, so
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 95077
diff changeset
633 ;; For conflicts, should we list the .THIS/.BASE/.OTHER?
96539
d9bc43f652b0 (vc-bzr-after-dir-status): Deal with execute bit changes.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96213
diff changeset
634 ("C " . conflict)
d9bc43f652b0 (vc-bzr-after-dir-status): Deal with execute bit changes.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96213
diff changeset
635 ("? " . unregistered)
98079
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
636 ("? " . unregistered)
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
637 ;; No such state, but we need to distinguish this case.
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
638 ("R " . renamed)
98524
622e1277bbf2 (vc-bzr-after-dir-status): Parse the output for non
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98464
diff changeset
639 ;; For a non existent file FOO, the output is:
622e1277bbf2 (vc-bzr-after-dir-status): Parse the output for non
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98464
diff changeset
640 ;; bzr: ERROR: Path(s) do not exist: FOO
622e1277bbf2 (vc-bzr-after-dir-status): Parse the output for non
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98464
diff changeset
641 ("bzr" . not-found)
102704
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
642 ;; If the tree is not up to date, bzr will print this warning:
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
643 ;; working tree is out of date, run 'bzr update'
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
644 ;; ignore it.
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
645 ;; FIXME: maybe this warning can be put in the vc-dir header...
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
646 ("wor" . not-found)
95228
451f4028c096 * minibuffer.el (completion-boundaries): Change calling convention, so
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 95077
diff changeset
647 ;; Ignore "P " and "P." for pending patches.
451f4028c096 * minibuffer.el (completion-boundaries): Change calling convention, so
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 95077
diff changeset
648 ))
93035
5f4eb3149e6d * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 92980
diff changeset
649 (translated nil)
5f4eb3149e6d * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 92980
diff changeset
650 (result nil))
5f4eb3149e6d * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 92980
diff changeset
651 (goto-char (point-min))
5f4eb3149e6d * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 92980
diff changeset
652 (while (not (eobp))
5f4eb3149e6d * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 92980
diff changeset
653 (setq status-str
96539
d9bc43f652b0 (vc-bzr-after-dir-status): Deal with execute bit changes.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96213
diff changeset
654 (buffer-substring-no-properties (point) (+ (point) 3)))
93976
c53b75d15c27 (vc-bzr-after-dir-status): Detect the conflict state.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93759
diff changeset
655 (setq translated (cdr (assoc status-str translation)))
98079
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
656 (cond
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
657 ((eq translated 'conflict)
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
658 ;; For conflicts the file appears twice in the listing: once
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
659 ;; with the M flag and once with the C flag, so take care
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
660 ;; not to add it twice to `result'. Ugly.
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
661 (let* ((file
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
662 (buffer-substring-no-properties
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
663 ;;For files with conflicts the format is:
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
664 ;;C Text conflict in FILENAME
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
665 ;; Bah.
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
666 (+ (point) 21) (line-end-position)))
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
667 (entry (assoc file result)))
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
668 (when entry
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
669 (setf (nth 1 entry) 'conflict))))
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
670 ((eq translated 'renamed)
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
671 (re-search-forward "R \\(.*\\) => \\(.*\\)$" (line-end-position) t)
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
672 (let ((new-name (match-string 2))
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
673 (old-name (match-string 1)))
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
674 (push (list new-name 'edited
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
675 (vc-bzr-create-extra-fileinfo old-name)) result)))
98524
622e1277bbf2 (vc-bzr-after-dir-status): Parse the output for non
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98464
diff changeset
676 ;; do nothing for non existent files
622e1277bbf2 (vc-bzr-after-dir-status): Parse the output for non
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98464
diff changeset
677 ((eq translated 'not-found))
98079
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
678 (t
93976
c53b75d15c27 (vc-bzr-after-dir-status): Detect the conflict state.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93759
diff changeset
679 (push (list (buffer-substring-no-properties
c53b75d15c27 (vc-bzr-after-dir-status): Detect the conflict state.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93759
diff changeset
680 (+ (point) 4)
96002
26f719e36c03 (log-view-per-file-logs): Pacify byte compiler.
Juanma Barranquero <lekktu@gmail.com>
parents: 95966
diff changeset
681 (line-end-position))
98079
9fc5b62e3967 (vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97401
diff changeset
682 translated) result)))
93035
5f4eb3149e6d * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 92980
diff changeset
683 (forward-line))
94003
2ecb2ea8d5b5 Change `dir-status' to not take (and pass) status-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93976
diff changeset
684 (funcall update-function result)))
93035
5f4eb3149e6d * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 92980
diff changeset
685
94003
2ecb2ea8d5b5 Change `dir-status' to not take (and pass) status-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93976
diff changeset
686 (defun vc-bzr-dir-status (dir update-function)
93035
5f4eb3149e6d * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 92980
diff changeset
687 "Return a list of conses (file . state) for DIR."
93382
8e46096e0cb3 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93368
diff changeset
688 (vc-bzr-command "status" (current-buffer) 'async dir "-v" "-S")
8e46096e0cb3 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93368
diff changeset
689 (vc-exec-after
94003
2ecb2ea8d5b5 Change `dir-status' to not take (and pass) status-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93976
diff changeset
690 `(vc-bzr-after-dir-status (quote ,update-function))))
93035
5f4eb3149e6d * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 92980
diff changeset
691
98524
622e1277bbf2 (vc-bzr-after-dir-status): Parse the output for non
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98464
diff changeset
692 (defun vc-bzr-dir-status-files (dir files default-state update-function)
622e1277bbf2 (vc-bzr-after-dir-status): Parse the output for non
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98464
diff changeset
693 "Return a list of conses (file . state) for DIR."
622e1277bbf2 (vc-bzr-after-dir-status): Parse the output for non
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98464
diff changeset
694 (apply 'vc-bzr-command "status" (current-buffer) 'async dir "-v" "-S" files)
622e1277bbf2 (vc-bzr-after-dir-status): Parse the output for non
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98464
diff changeset
695 (vc-exec-after
622e1277bbf2 (vc-bzr-after-dir-status): Parse the output for non
Dan Nicolaescu <dann@ics.uci.edu>
parents: 98464
diff changeset
696 `(vc-bzr-after-dir-status (quote ,update-function))))
99388
fcdc9cfd2092 (vc-bzr-dir-extra-headers): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 98524
diff changeset
697
fcdc9cfd2092 (vc-bzr-dir-extra-headers): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 98524
diff changeset
698 (defun vc-bzr-dir-extra-headers (dir)
102704
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
699 (let*
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
700 ((str (with-temp-buffer
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
701 (vc-bzr-command "info" t 0 dir)
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
702 (buffer-string)))
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
703 (light-checkout
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
704 (when (string-match ".+light checkout root: \\(.+\\)$" str)
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
705 (match-string 1 str)))
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
706 (light-checkout-branch
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
707 (when light-checkout
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
708 (when (string-match ".+checkout of branch: \\(.+\\)$" str)
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
709 (match-string 1 str)))))
99388
fcdc9cfd2092 (vc-bzr-dir-extra-headers): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 98524
diff changeset
710 (concat
102704
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
711 (propertize "Parent branch : " 'face 'font-lock-type-face)
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
712 (propertize
99388
fcdc9cfd2092 (vc-bzr-dir-extra-headers): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 98524
diff changeset
713 (if (string-match "parent branch: \\(.+\\)$" str)
102704
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
714 (match-string 1 str)
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
715 "None")
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
716 'face 'font-lock-variable-name-face)
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
717 "\n"
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
718 (when light-checkout
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
719 (concat
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
720 (propertize "Light checkout root: " 'face 'font-lock-type-face)
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
721 (propertize light-checkout 'face 'font-lock-variable-name-face)
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
722 "\n"))
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
723 (when light-checkout-branch
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
724 (concat
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
725 (propertize "Checkout of branch : " 'face 'font-lock-type-face)
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
726 (propertize light-checkout-branch 'face 'font-lock-variable-name-face)
acda56dde7fb (vc-bzr-working-revision): Add support for lightweight
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101790
diff changeset
727 "\n")))))
99388
fcdc9cfd2092 (vc-bzr-dir-extra-headers): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 98524
diff changeset
728
92980
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
729 ;;; Revision completion
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
730
105800
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
731 (eval-and-compile
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
732 (defconst vc-bzr-revision-keywords
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
733 '("revno" "revid" "last" "before"
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
734 "tag" "date" "ancestor" "branch" "submit")))
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
735
92980
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
736 (defun vc-bzr-revision-completion-table (files)
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
737 (lexical-let ((files files))
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
738 ;; What about using `files'?!? --Stef
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
739 (lambda (string pred action)
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
740 (cond
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
741 ((string-match "\\`\\(ancestor\\|branch\\|\\(revno:\\)?[-0-9]+:\\):"
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
742 string)
94216
34110d646fc8 (vc-bzr-complete-with-prefix): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94003
diff changeset
743 (completion-table-with-context (substring string 0 (match-end 0))
105697
136cf2d23c90 * minibuffer.el (completion-table-with-terminator): Properly implement
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105010
diff changeset
744 'completion-file-name-table
94216
34110d646fc8 (vc-bzr-complete-with-prefix): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94003
diff changeset
745 (substring string (match-end 0))
105697
136cf2d23c90 * minibuffer.el (completion-table-with-terminator): Properly implement
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105010
diff changeset
746 ;; Dropping `pred' for no good reason.
136cf2d23c90 * minibuffer.el (completion-table-with-terminator): Properly implement
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105010
diff changeset
747 'file-directory-p
94216
34110d646fc8 (vc-bzr-complete-with-prefix): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94003
diff changeset
748 action))
92980
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
749 ((string-match "\\`\\(before\\):" string)
94216
34110d646fc8 (vc-bzr-complete-with-prefix): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94003
diff changeset
750 (completion-table-with-context (substring string 0 (match-end 0))
34110d646fc8 (vc-bzr-complete-with-prefix): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94003
diff changeset
751 (vc-bzr-revision-completion-table files)
34110d646fc8 (vc-bzr-complete-with-prefix): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94003
diff changeset
752 (substring string (match-end 0))
34110d646fc8 (vc-bzr-complete-with-prefix): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94003
diff changeset
753 pred
34110d646fc8 (vc-bzr-complete-with-prefix): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94003
diff changeset
754 action))
92980
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
755 ((string-match "\\`\\(tag\\):" string)
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
756 (let ((prefix (substring string 0 (match-end 0)))
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
757 (tag (substring string (match-end 0)))
104595
cfc336042c1b * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
Michael Albinus <michael.albinus@gmx.de>
parents: 104086
diff changeset
758 (table nil)
cfc336042c1b * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
Michael Albinus <michael.albinus@gmx.de>
parents: 104086
diff changeset
759 process-file-side-effects)
92980
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
760 (with-temp-buffer
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
761 ;; "bzr-1.2 tags" is much faster with --show-ids.
94873
66788c63a40a (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94847
diff changeset
762 (process-file vc-bzr-program nil '(t) nil "tags" "--show-ids")
92980
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
763 ;; The output is ambiguous, unless we assume that revids do not
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
764 ;; contain spaces.
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
765 (goto-char (point-min))
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
766 (while (re-search-forward "^\\(.*[^ \n]\\) +[^ \n]*$" nil t)
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
767 (push (match-string-no-properties 1) table)))
94216
34110d646fc8 (vc-bzr-complete-with-prefix): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94003
diff changeset
768 (completion-table-with-context prefix table tag pred action)))
92980
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
769
105800
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
770 ((string-match "\\`\\([a-z]+\\):" string)
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
771 ;; no actual completion for the remaining keywords.
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
772 (completion-table-with-context (substring string 0 (match-end 0))
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
773 (if (member (match-string 1 string)
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
774 vc-bzr-revision-keywords)
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
775 ;; If it's a valid keyword,
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
776 ;; use a non-empty table to
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
777 ;; indicate it.
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
778 '("") nil)
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
779 (substring string (match-end 0))
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
780 pred
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
781 action))
92980
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
782 (t
95228
451f4028c096 * minibuffer.el (completion-boundaries): Change calling convention, so
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 95077
diff changeset
783 ;; Could use completion-table-with-terminator, except that it
451f4028c096 * minibuffer.el (completion-boundaries): Change calling convention, so
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 95077
diff changeset
784 ;; currently doesn't work right w.r.t pcm and doesn't give
451f4028c096 * minibuffer.el (completion-boundaries): Change calling convention, so
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 95077
diff changeset
785 ;; the *Completions* output we want.
105800
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
786 (complete-with-action action (eval-when-compile
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
787 (mapcar (lambda (s) (concat s ":"))
35ac8b2ebcf2 (vc-bzr-revision-keywords): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105697
diff changeset
788 vc-bzr-revision-keywords))
92980
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
789 string pred))))))
ba464718dbd7 (vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 92938
diff changeset
790
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
791 (eval-after-load "vc"
78431
abd7f08fa06b (vc-bzr-registered): Gracefully handle missing "bzr"
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78404
diff changeset
792 '(add-to-list 'vc-directory-exclusion-list vc-bzr-admin-dirname t))
78372
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
793
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
794 (provide 'vc-bzr)
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
795 ;; arch-tag: 8101bad8-4e92-4e7d-85ae-d8e08b4e7c06
53ed644d1a88 * vc-bzr.el: New file (copied from the trunk).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
796 ;;; vc-bzr.el ends here