transaction: set backupentries version to proper value
Now that all mechanisms are in place, we can advertise it with a
proper new version.
--- a/mercurial/transaction.py Thu Nov 13 11:17:09 2014 +0000
+++ b/mercurial/transaction.py Thu Nov 13 11:17:36 2014 +0000
@@ -15,7 +15,7 @@
import errno
import error, util
-version = 0
+version = 2
def active(func):
def _active(self, *args, **kwds):