[PATCH 09 of 10] py3: add test to show 'hg log -G' works

Pulkit Goyal 7895pulkit at gmail.com
Thu May 4 18:46:54 EDT 2017


# HG changeset patch
# User Pulkit Goyal <7895pulkit at gmail.com>
# Date 1493853723 -19800
#      Thu May 04 04:52:03 2017 +0530
# Node ID 36c3d95af47b1bda9719f390b29dd0680241b108
# Parent  38a4cb1c5a75e95ce33ca5d8d9448e0a770cdd36
py3: add test to show 'hg log -G' works

diff -r 38a4cb1c5a75 -r 36c3d95af47b tests/test-py3-commands.t
--- 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
+  
+


More information about the Mercurial-devel mailing list