debian/compat
author Anton Shestakov <av6@dwimlabs.net>
Tue, 04 Sep 2018 19:30:19 +0800
changeset 4095 aabf436c11cb
parent 531 b18b00036355
child 4912 43e9bb4de6b5
permissions -rw-r--r--
topic: refactor revset.py slightly Checking both kind == 'literal' and topic.startswith('literal:') seems to be redundant, because of how stringutil.stringmatcher() works.
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