view hglib/templates.py @ 183:ae38fb772613

Added tag 2.3 for changeset 0f81ed8e147b
author Matt Mackall <mpm@selenic.com>
date Tue, 03 Jan 2017 17:21:08 -0600
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')