debian/compat
author Siddharth Agarwal <sid0@fb.com>
Wed, 12 Aug 2015 16:08:05 -0700
branchstable
changeset 1489 2f8a4d496585
parent 531 b18b00036355
child 4912 43e9bb4de6b5
permissions -rw-r--r--
directaccess: don't try to partialmatch things that aren't hashes Trying to partialmatch identifiers like '.' turns out to be (a) pointless and (b) extremely slow. On a repo with a million commits, with directaccess enabled, hg log -r .^::. goes from 2.1 seconds to 0.5.
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