| Server IP : 217.160.0.212 / Your IP : 216.73.216.203 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1073854427 ( 1073854427) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/share/emacs/28.2/lisp/vc/ |
Upload File : |
;ELC ;;; Compiled ;;; in Emacs version 28.2 ;;; with all optimizations. (defalias 'vc-bzr-revision-granularity #[0 "\300\207" [repository] 1]) #@14 (fn FILES) (defalias 'vc-bzr-checkout-model #[257 "\300\207" [implicit] 2 (#$ . 155)]) (byte-code "\300\301!\210\302\303\304\305#\210\306\307\305\310\311\312\313\314&\210\315\316\317\320\321DD\322\323\324%\210\315\325\317\320\326DD\327\323\330%\210\315\331\317\320\332DD\333\323\334\311\335&\210\315\336\317\320\337DD\340\323\341%\210\315\342\317\320\343DD\344\323\345\311\346&\207" [require vc-dispatcher put Bzr vc-functions nil custom-declare-group vc-bzr "VC Bazaar (bzr) backend." :version "22.2" :group vc custom-declare-variable vc-bzr-program funcall function #[0 "\300\207" ["bzr"] 1 #1=""] "Name of the bzr command (excluding any arguments)." :type string vc-bzr-diff-switches #[0 "\300\207" [nil] 1 #1#] "String or list of strings specifying switches for bzr diff under VC.\nIf nil, use the value of `vc-diff-switches'. If t, use no switches." (choice (const :tag "Unspecified" nil) (const :tag "None" t) (string :tag "Argument String") (repeat :tag "Argument List" :value (#1#) string)) vc-bzr-annotate-switches #[0 "\300\207" [nil] 1 #1#] "String or list of strings specifying switches for bzr annotate under VC.\nIf nil, use the value of `vc-annotate-switches'. If t, use no switches." (choice (const :tag "Unspecified" nil) (const :tag "None" t) (string :tag "Argument String") (repeat :tag "Argument List" :value (#1#) string)) "25.1" vc-bzr-log-switches #[0 "\300\207" [nil] 1 #1#] "String or list of strings specifying switches for bzr log under VC." (choice (const :tag "None" nil) (string :tag "Argument String") (repeat :tag "Argument List" :value (#1#) string)) vc-bzr-status-switches #[0 "\30311 \304\305\306\"r\211q\210\307\310\"\216\311\312\" B\313\n\314\306\314\315\316&\210)\317\320\314\306#\205, \320*\2620\207\210\314\207" [null-device process-environment vc-bzr-program (error) generate-new-buffer " *temp*" t make-closure #[0 "\301\300!\205 \302\300!\207" [V0 buffer-name kill-buffer] 2] format "BZR_LOG=%s" call-process nil "help" "status" search-backward "--no-classify"] 8 #1#] "String or list of strings specifying switches for bzr status under VC.\nThe option \"--no-classify\" should be present if your bzr supports it." (choice (const :tag "None" nil) (string :tag "Argument String") (repeat :tag "Argument List" :value (#1#) string)) "24.1"] 8) #@290 Wrapper round `vc-do-command' using `vc-bzr-program' as COMMAND. Invoke the bzr command adding `BZR_PROGRESS_BAR=none' and `LC_MESSAGES=C' to the environment. If BZR-COMMAND is "status", prepends `vc-bzr-status-switches' to ARGS. (fn BZR-COMMAND BUFFER OKSTATUS FILE-OR-LIST &rest ARGS) (defalias 'vc-bzr-command #[1156 "\303\304BB\305\306\206 \307 \n\211\310\230\203/ \n\203/ \311\n;\203( \nC\202) \n \"\2021 &)\207" [process-environment vc-bzr-program vc-bzr-status-switches "BZR_PROGRESS_BAR=none" "LC_MESSAGES=C" apply vc-do-command "*vc*" "status" append] 15 (#$ . 2459)]) #@352 Wrapper round `vc-do-async-command' using `vc-bzr-program' as COMMAND. Invoke the bzr command adding `BZR_PROGRESS_BAR=none' and `LC_MESSAGES=C' to the environment. Use the current Bzr root directory as the ROOT argument to `vc-do-async-command', and specify an output buffer named "*vc-bzr : ROOT*". Return this buffer. (fn BZR-COMMAND &rest ARGS) (defalias 'vc-bzr-async-command #[385 "\303\304BB\305 !\306\307\310!\"\311\312\n&\210)\207" [process-environment default-directory vc-bzr-program "BZR_PROGRESS_BAR=none" "LC_MESSAGES=C" vc-bzr-root format "*vc-bzr : %s*" expand-file-name apply vc-do-async-command] 11 (#$ . 3058)]) #@63 Name of the directory containing Bzr repository status files. (defconst vc-bzr-admin-dirname ".bzr" (#$ . 3707)) #@46 Name of the format file in a .bzr directory. (defconst vc-bzr-admin-checkout-format-file (concat vc-bzr-admin-dirname "/checkout/format") (#$ . 3826)) (defconst vc-bzr-admin-dirstate (concat vc-bzr-admin-dirname "/checkout/dirstate")) (defconst vc-bzr-admin-branch-format-file (concat vc-bzr-admin-dirname "/branch/format")) (defconst vc-bzr-admin-revhistory (concat vc-bzr-admin-dirname "/branch/revision-history")) (defconst vc-bzr-admin-lastrev (concat vc-bzr-admin-dirname "/branch/last-revision")) (defconst vc-bzr-admin-branchconf (concat vc-bzr-admin-dirname "/branch/branch.conf")) #@77 Return the root directory of the bzr repository containing FILE. (fn FILE) (defalias 'vc-bzr-root #[257 "\301\302\"\206 \303\"\211\205 \304\302#\262\207" [vc-bzr-admin-checkout-format-file vc-file-getprop bzr-root vc-find-root vc-file-setprop] 6 (#$ . 4422)]) #@305 Return the Bazaar branch settings for file FILE, as an alist. Each element of the returned alist has the form (NAME . VALUE), which are the name and value of a Bazaar setting, as strings. The settings are read from the file ".bzr/branch/branch.conf" in the repository root directory of FILE. (fn FILE) (defalias 'vc-bzr-branch-conf #[257 "\301\302\303\304\"r\211q\210\305\306\"\216\307\310\311!\"!\210\312\313\301\304#\203. \314\315!\314\316!BB\262\202 *\210\207" [vc-bzr-admin-branchconf nil generate-new-buffer " *temp*" t make-closure #[0 "\301\300!\205 \302\300!\207" [V0 buffer-name kill-buffer] 2] insert-file-contents expand-file-name vc-bzr-root re-search-forward "^\\([^#=][^=]*?\\) *= *\\(.*\\)$" match-string 1 2] 8 (#$ . 4698)]) #@13 (fn FILE) (defalias 'vc-bzr-sha1 #[257 "\300\301\302\"r\211q\210\303\304\"\216\305\306!\210\307!\210\310p!*\207" [generate-new-buffer " *temp*" t make-closure #[0 "\301\300!\205 \302\300!\207" [V0 buffer-name kill-buffer] 2] set-buffer-multibyte nil insert-file-contents-literally sha1] 5 (#$ . 5455)]) #@67 Like `vc-bzr-state' but hopefully without running Bzr. (fn FILE) (defalias 'vc-bzr-state-heuristic #[257 "\301!\302\"\205\3031\375 \304\305\306\"r\211q\210\307\310\"\216\311!\210eb\210\312\313!\204/ \314!\202\370 \315\"\316!\317\320\205A \321\322!!\323\321\324!!\325\260\326\306#\204W \266\327\202\370 \330\224f\331=\203e \266\332\202\370 \333\224\203r \333\224f\331=\203x \266\334\202\370 \335\336\337\340!!\341!\3428\262\"\203\311 \337\343!\344 \307\345\"\216\346!)\262\232\203\311 \330\224f\347=\203\357 \350\351\352\341 !\3538\262\">\342\224f\354=\203\302 \211\202\304 \211?\262\204\357 \355\224\355\225=\203\365 \335\336\337\356!!\341!\3428\262\"\203\365 \337\343!\346!\232\203\365 \266\357\202\370 \266\360*\2620\207\361\362\"\210\314!\262\207" [vc-bzr-admin-dirstate vc-bzr-root expand-file-name (error) generate-new-buffer " *temp*" t make-closure #[0 "\301\300!\205 \302\300!\207" [V0 buffer-name kill-buffer] 2] insert-file-contents looking-at "#bazaar dirstate flat format 3" vc-bzr-state file-relative-name file-name-directory re-search-forward "^ " regexp-quote directory-file-name "