# HG changeset patch # User Joel Rosdahl # Date 2009-11-06 07:28:45 # Node ID acb1c59b45145937b19ecff9bef88b4905a67e64 # Parent d00cee04a746b2fa86dbca2c04b104e6d173f483 tests: glog with style and file parameter (issue1896) diff --git a/tests/test-glog b/tests/test-glog --- a/tests/test-glog +++ b/tests/test-glog @@ -165,6 +165,9 @@ echo more >two hg commit -mmore hg glog two +echo "% file log with explicit style (issue 1896)" +hg glog --style=default one + echo % incoming and outgoing cd .. hg clone -U -r31 repo repo2 diff --git a/tests/test-glog.out b/tests/test-glog.out --- a/tests/test-glog.out +++ b/tests/test-glog.out @@ -575,6 +575,12 @@ o changeset: 1:5ac72c0599bf date: Thu Jan 01 00:00:00 1970 +0000 summary: two +% file log with explicit style (issue 1896) +o changeset: 0:3d578b4a1f53 + user: test + date: Thu Jan 01 00:00:00 1970 +0000 + summary: one + % incoming and outgoing requesting all changes adding changesets