comparison hgext/keyword.py @ 20535:5f683209f5b6 stable

pathencode: eliminate signed integer warnings Compiling mercurial with the Sun Studio compiler gives seven copies of the following warning on pathencode.c: line 533: warning: initializer will be sign-extended: -1 Using explicit unsigned literals silences it.
author Danek Duvall <danek.duvall@oracle.com>
date Wed, 19 Feb 2014 13:11:24 -0800
parents 60c4d76b79b5
children e96e9f805c19
comparison
equal deleted inserted replaced
20530:78f547cdc362 20535:5f683209f5b6