Relax check on valid digest values
commitd61a79bb8ef00d3d245ece10e80af097ec4b163c
authorThomas Leonard <talex5@gmail.com>
Sat, 26 Feb 2011 16:01:34 +0000 (26 16:01 +0000)
committerThomas Leonard <talex5@gmail.com>
Sat, 26 Feb 2011 16:08:10 +0000 (26 16:08 +0000)
tree9ce5e19f9634c4e2c61bd00b915e4382d7f1b88d
parentaee7ca9f92851a3fca54fc5cfeef754756c26bbd
Relax check on valid digest values

Before, we required a valid hex value. Now, anything except '', '.' and '..'
are permitted. This may be useful if we want to get shorter digests in future
by using more characters (e.g. base64 encoding). It also solves the problem that
0compile's fake IDs weren't in this form.
zeroinstall/zerostore/__init__.py