comparison .hgtags @ 2731:d39942773163

topics: add a new flag --age which will show last touched time for topics This adds a new flag `--age` to `hg topic` command which will show topics sorted by their last touched time and will also show the last touched time for them. This patch also adds a simple test to make sure the flag does not breaks by future changes. Adding more tests showing output like "3 hours ago", "2 minutes ago" etc will change as the code takes time.time() into account which will increase with time, and hence the output will change, so we need some static output like a date.
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 11 Jul 2017 21:39:39 +0530
parents 7ed2ad612921
children 31c4086c943e
comparison
equal deleted inserted replaced
2730:7fbb7a5d359f 2731:d39942773163