diff -r 6ba6e345961e -r 5c5152af0d15 tests/test-log.t --- a/tests/test-log.t Thu May 02 20:23:14 2013 -0500 +++ b/tests/test-log.t Thu Apr 18 22:56:57 2013 +0300 @@ -88,9 +88,20 @@ $ hg log -f -l1 --style something abort: style 'something' not found - (available styles: changelog, bisect, default, xml, compact) + (available styles: changelog, bisect, default, xml, phases, compact) [255] +-f, phases style + + + $ hg log -f -l1 --style phases + changeset: 4:7e4639b4691b + tag: tip + phase: draft + user: test + date: Thu Jan 01 00:00:05 1970 +0000 + summary: e + -f, but no args