tests/bundles/remote.hg
author Durham Goode <durham@fb.com>
Mon, 24 Mar 2014 15:57:47 -0700
changeset 20881 3c47677a8d04
parent 14117 07708f4171f1
permissions -rw-r--r--
transaction: add onclose/onabort hook for pre-close logic Adds an optional onclose parameter to transactions that gets called just before the transaction is committed. This allows things that build up data over the course of the transaction (like the fncache) to commit their data. Also adds onabort. It's not used, but will allow extensions to hook into onclose and onabort to provide transaction support.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14117
07708f4171f1 tests: create a bundle to bootstrap tests using a remote repository
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
diff changeset
     1
(binary:application/octet-stream)