From 2ba897b12024fd20681b7c2f1b40bdbbccd5df59 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 11 Sep 2016 17:40:44 +0200 Subject: fix(repo): make it serializable with pickle It's entirely untested if this repo still does the right thing, but I'd think it does. Fixes #504 --- doc/source/changes.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/source/changes.rst') diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 1feacab8..62f8ab45 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -6,6 +6,7 @@ Changelog ============================= * `tag.commit` will now resolve commits deeply. +* `Repo` objects can now be pickled, which helps with multi-processing. * `DiffIndex.iter_change_type(...)` produces better results when diffing 2.0.8 - Features and Bugfixes -- cgit v1.2.1