Seems to work fine at least on my desktop at home. :-) (Ubuntu 15.04, Mercurial
3.1 -- the other machines I'm using don't currently have a usable uncrustify setup.)
Thanks! :-)
The mercurial API removed the methods clean(), ignored(), and unknown() that we
accessed in the script: https://selenic.com/hg/rev/76320e2ed0a8
We call the method status() first that prepares the list of files which the
methods then access. The return value of status already contains all the
information we need, so I suggest to just use the return value instead.