debian/compat
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 14 Aug 2017 11:39:06 +0530
changeset 2850 a0d6741d4bb8
parent 531 b18b00036355
child 4912 43e9bb4de6b5
permissions -rw-r--r--
topics: take locks and start transaction before calling _changetopics This will help us in calling _changetopics in other transactions which already started. Currently the _changetopics creates its own transaction and hence can't be used it a same transaction with any other function or logic.
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