view hglib/templates.py @ 218:934608d4fcba

hglib: make sure configs can be passed to clone command Differential Revision: https://phab.mercurial-scm.org/D12360
author Mathias De Mare <mathias.de_mare@nokia.com>
date Wed, 09 Mar 2022 15:08:11 +0100
parents fe74d5599539
children
line wrap: on
line source

from hglib.util import b

changeset = b('{rev}\\0{node}\\0{tags}\\0{branch}\\0{author}'
              '\\0{desc}\\0{date}\\0')