mercurial/__init__.py
author Augie Fackler <raf@durin42.com>
Wed, 12 Mar 2014 13:20:24 -0400
changeset 20682 7f8cbaaa8eea
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
minirst: move from dict() construction to {} literals The latter are both faster and more consistent across Python 2 and 3.