Mercurial > public > mercurial-scm > hg-stable
diff mercurial/cmdutil.py @ 32561:9f56d462634c
cmdutil: use sorted(dict) instead of x = dict.keys(); x.sort()
The former both does less work and has the virtue of working on Python 3.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sun, 28 May 2017 14:02:14 -0400 |
parents | 69c864149d69 |
children | 2dd8d4108249 |
line wrap: on
line diff