Staging
v0.5.1
Revision d5fa1d5c7ba96e783e5242d8babc53b83f48db8b authored by Sean Farley on 15 November 2013, 20:02:09 UTC, committed by Sean Farley on 15 November 2013, 20:02:09 UTC
Previously, the 'status' variable was initialized with the integer '1' so that
the 'if status is None' statement would fail and then a default value of
'status.lower()' was used but this would fail since status is an integer. After
this patch, we try to convert from an integer first, then fall back to using a
default value.
1 parent ef4401e
History
File Mode Size
source
README.Debian -rw-r--r-- 210 bytes
changelog -rw-r--r-- 5.8 KB
compat -rw-r--r-- 2 bytes
control -rw-r--r-- 2.1 KB
copyright -rw-r--r-- 1.1 KB
hgview-common.install -rw-r--r-- 149 bytes
hgview-curses.install -rw-r--r-- 44 bytes
hgview.install -rw-r--r-- 41 bytes
rules -rwxr-xr-x 1.5 KB
watch -rw-r--r-- 74 bytes

README.Debian

back to top