view hglib/templates.py @ 184:820d7c1e470a 2.4

hglib: fix hg clone --uncompressed option typo (issue5458) Was getting error.CommandError "hg clone: option --uncompresses not recognized".
author Long Vu <long@tlvu.ca>
date Thu, 23 Mar 2017 22:34:41 -0400
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')