mirror of
https://github.com/facebook/sapling.git
synced 2024-12-29 08:02:24 +03:00
02295d54b6
Summary: The commit timestamps in Git have second granularity. As a result, sometimes multiple succeeding commits have numerically equivalent timestamps. This means that sorting by timestamp may not result in the correct ordering of commits. This is particularly true because the sort we use is a stable sort, which means that commits with the same timestamp must go into the sort in ascending commit history order to have the correct order coming out of the sort. This commit updates the log that generates the list to use ascending commit order rather than descending. Reviewed By: tchebb Differential Revision: D18486839 fbshipit-source-id: 7a0ff099375a250d92b0f1a846e1105bf7bb9c86 |
||
---|---|---|
.. | ||
hgdemandimport | ||
hgext | ||
mercurial | ||
__init__.py | ||
traceimport.py |