diff hglib/templates.py @ 99:2b36619ec0a0

client: add date field to revision
author Idan Kamara <idankk86@gmail.com>
date Tue, 17 Jan 2012 22:36:48 +0200
parents 96f8c5095e2e
children fe74d5599539
line wrap: on
line diff
--- a/hglib/templates.py	Tue Jan 17 22:24:24 2012 +0200
+++ b/hglib/templates.py	Tue Jan 17 22:36:48 2012 +0200
@@ -1,1 +1,1 @@
-changeset = '{rev}\\0{node}\\0{tags}\\0{branch}\\0{author}\\0{desc}\\0'
+changeset = '{rev}\\0{node}\\0{tags}\\0{branch}\\0{author}\\0{desc}\\0{date}\\0'