comparison mercurial/hg.py @ 23501:424d669118d3 stable

log: fix log revset instability The log/graphlog revset was not producing stable results since it was iterating over a dict. Now we sort before iterating to guarantee a fixed order. This fixes some potential flakiness in the tests.
author Durham Goode <durham@fb.com>
date Mon, 08 Dec 2014 15:41:54 -0800
parents 2be7d5ebd4d0
children e53f6b72a0e4
comparison
equal deleted inserted replaced
23500:9601229ed361 23501:424d669118d3