| Server IP : 162.144.4.212 / Your IP : 216.73.216.108 Web Server : Apache System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib64/python3.9/site-packages/hgext/__pycache__/ |
Upload File : |
a
�+�b� � @ s� d Z ddlmZ ddlmZ ddlmZmZmZm Z m
Z
dZi Ze
�
e�Z
e
eddg� e
edd � e
ed
d� i Ze
�e�Zdd
� Zdd� Zddd�Zdd� Zdd� Zddd�Zdd� Zdd� ZdS )a? implements bookmark-based branching (EXPERIMENTAL)
- Disables creation of new branches (config: enable_branches=False).
- Requires an active bookmark on commit (config: require_bookmark=True).
- Doesn't move the active bookmark on update, only on commit.
- Requires '--rev' for moving an existing bookmark.
- Protects special bookmarks (config: protect=@).
flow related commands
:hg book NAME: create a new bookmark
:hg book NAME -r REV: move bookmark to revision (fast-forward)
:hg up|co NAME: switch to bookmark
:hg push -B .: push active bookmark
� )�absolute_import)�_)� bookmarks�commands�error�
extensions� registrars bookflow� protect� @� require-bookmarkT� enable-branchesFc K st |j j}|rT|| �td�v r.t�td�| ��t||�sptjtd�td�| d��n| �tdd�rpt�td���d S )
Nr s'