mercurial/__init__.py
author Mads Kiilerich <mads@kiilerich.com>
Mon, 27 Aug 2012 23:17:21 +0200
changeset 17430 e841ecc03765
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
largefiles: minor code cleanup Fix: * unnecessary use of map and lambda * comment instead of readable code * comparing None with 0 * and...or anti-pattern for 'ternary if' with very clever handling of i=None