From 91f839e8279804d495adc0d33e28fd6048e72680 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 16 Mar 2010 14:24:48 -0400 Subject: Do not implicitly sort register output The switches the default back to the same as 2.x, which is --unsorted. --- src/chain.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/chain.cc b/src/chain.cc index 03d8aead..7f5a1a07 100644 --- a/src/chain.cc +++ b/src/chain.cc @@ -112,10 +112,12 @@ post_handler_ptr chain_post_handlers(report_t& report, else handler.reset(new sort_posts(handler, report.HANDLER(sort_).str())); } +#if 0 else if (! report.HANDLED(period_) && ! report.HANDLED(unsorted)) { handler.reset(new sort_posts(handler, "date")); } +#endif // collapse_posts causes xacts with multiple posts to appear as xacts // with a subtotaled post for each commodity used. -- cgit v1.2.3