How to make mercurial sort the output of `hg log -G` by commit date?

半城伤御伤魂 提交于 2019-12-11 03:26:51

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!