summaryrefslogtreecommitdiffstats
path: root/third_party/python/python-hglib/hglib/templates.py
blob: f91ee466a79f8ac58d2dbacd6aa4ed102c0d6d2a (plain)
1
2
3
4
from hglib.util import b

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