debian/docs
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 12 Jul 2019 08:20:24 -0700
changeset 4733 85ae5dc0507d
parent 1103 d1ca81f9e458
permissions -rw-r--r--
split: remove an unnecessary (and confusingly typed) fallback revision `opts.get('rev') or '.'` is either a list of strings or just a string. It happened to work because `'.'[0] == '.'` on Python 2, but it won't work on Python 3 (for byte strings). The fallback value wasn't even needed (it was also set just after), so let's just remove it.

html
README