问题
How can I make mercurial order the graph log output of hg log -G by commit date?
Using hg log -r 'sort(all(), -date)' works without the graph log option as answered in [1], but that solution doesn't seem to have any effect on the order of the graph log.
I'm looking for a mercurial equivalent of git log --graph --date-order.
来源:https://stackoverflow.com/questions/47270988/how-to-make-mercurial-sort-the-output-of-hg-log-g-by-commit-date