changeset 32162:4c49c8601093

py3: add test to show 'hg log -G' works
author Pulkit Goyal <7895pulkit@gmail.com>
date Thu, 04 May 2017 04:52:03 +0530
parents cff15c64f57e
children e1d1f1bc4a95
files tests/test-py3-commands.t
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-py3-commands.t	Thu May 04 04:42:05 2017 +0530
+++ b/tests/test-py3-commands.t	Thu May 04 04:52:03 2017 +0530
@@ -159,3 +159,17 @@
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     commit performed in Python 3
   
+
+  $ hg log -G
+  @  changeset:   1:e1e9167203d4
+  |  tag:         tip
+  |  user:        test
+  |  date:        Thu Jan 01 00:00:00 1970 +0000
+  |  summary:     message
+  |
+  o  changeset:   0:71c96e924262
+     user:        test
+     date:        Thu Jan 01 00:00:00 1970 +0000
+     summary:     commit performed in Python 3
+  
+