##// END OF EJS Templates
tests: glog with style and file parameter (issue1896)
Joel Rosdahl -
r9728:acb1c59b default
parent child Browse files
Show More
@@ -165,6 +165,9 b' echo more >two'
165 165 hg commit -mmore
166 166 hg glog two
167 167
168 echo "% file log with explicit style (issue 1896)"
169 hg glog --style=default one
170
168 171 echo % incoming and outgoing
169 172 cd ..
170 173 hg clone -U -r31 repo repo2
@@ -575,6 +575,12 b' o changeset: 1:5ac72c0599bf'
575 575 date: Thu Jan 01 00:00:00 1970 +0000
576 576 summary: two
577 577
578 % file log with explicit style (issue 1896)
579 o changeset: 0:3d578b4a1f53
580 user: test
581 date: Thu Jan 01 00:00:00 1970 +0000
582 summary: one
583
578 584 % incoming and outgoing
579 585 requesting all changes
580 586 adding changesets
General Comments 0
You need to be logged in to leave comments. Login now