hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Sat, 08 Nov 2014 16:27:50 +0000
changeset 23280 b01c491af0cf
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
transaction: pass the transaction to 'pending' callback The callback will likely need to perform some operation related to the transaction (eg: backing files up). So we better pass the current transaction as the callback argument. Otherwise callback that needs it has to rely on horrible weak reference trick. The first foreseen user of this is changelog._writepending. We would like it to register the temporary file it create for cleanup purpose.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder