From 4a50ce366639ca9dac7324d6a47d6a0e6c7fccdf Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 21 Apr 2021 18:13:51 +0100 Subject: Bugfixes, show time ago, perf improvements Also allow unique listing and more ergonomic cwd usage --- src/command/stats.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/stats.rs') diff --git a/src/command/stats.rs b/src/command/stats.rs index 0da303d7..5c9a9dbb 100644 --- a/src/command/stats.rs +++ b/src/command/stats.rs @@ -94,7 +94,7 @@ impl Cmd { } Self::All => { - let history = db.list()?; + let history = db.list(None, false)?; compute_stats(&history)?; -- cgit v1.3.1