debian/compat
author Anton Shestakov <av6@dwimlabs.net>
Thu, 12 Sep 2019 14:44:19 +0700
changeset 5221 34494a5ba69b
parent 531 b18b00036355
child 4912 43e9bb4de6b5
permissions -rw-r--r--
stack: use self._revs in stack.behindcount() This code also doesn't care about the order of revisions, it just wants all revs except stack base, and that's what self._revs is.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
531
b18b00036355 pkg/debian: Debian packaging
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
diff changeset
     1
8