subrepos: process subrepos in sorted order
Add sorted() in places found by testing with PYTHONHASHSEED=random and code inspection. An alternative to sprinkling sorted() all over would be to change substate to a custom dict with sorted iterators...
Showing
- hgext/largefiles/overrides.py 2 additions, 2 deletionshgext/largefiles/overrides.py
- hgext/mq.py 1 addition, 1 deletionhgext/mq.py
- mercurial/archival.py 1 addition, 1 deletionmercurial/archival.py
- mercurial/cmdutil.py 4 additions, 4 deletionsmercurial/cmdutil.py
- mercurial/context.py 2 additions, 2 deletionsmercurial/context.py
- mercurial/fileset.py 1 addition, 1 deletionmercurial/fileset.py
- mercurial/localrepo.py 1 addition, 1 deletionmercurial/localrepo.py
- mercurial/merge.py 2 additions, 2 deletionsmercurial/merge.py
- mercurial/subrepo.py 1 addition, 1 deletionmercurial/subrepo.py
- tests/test-subrepo-svn.t 3 additions, 3 deletionstests/test-subrepo-svn.t
Loading
Please register or sign in to comment