]> Sergey Matveev's repositories - public-inbox.git/commit
v1writable: new wrapper which is closer to v2writable
authorEric Wong <e@80x24.org>
Tue, 14 May 2019 02:04:41 +0000 (02:04 +0000)
committerEric Wong <e@80x24.org>
Tue, 14 May 2019 02:05:55 +0000 (02:05 +0000)
commitfdfd7161a9257b70d65ab55dba4328b4960142d3
treece3fe2b0a13c62931f8e4b039f3f73c38561a8dd
parent7e2abe2d068367f2fcdf638a4482c953111df156
v1writable: new wrapper which is closer to v2writable

Import initialization is a little strange from history, but we
also can't change it too much because it's technically a public
API which external code may rely on...

And we may need to support v1 repos indefinitely.  This should
make it easier to write tests for both formats.
MANIFEST
lib/PublicInbox/Import.pm
lib/PublicInbox/V1Writable.pm [new file with mode: 0644]
lib/PublicInbox/V2Writable.pm
script/public-inbox-init