Upgrade older stacks to newest version
authorKarl Hasselström <kha@treskal.com>
Wed, 19 Dec 2007 18:00:14 +0000 (18:00 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 19 Dec 2007 23:13:31 +0000 (23:13 +0000)
commitf5c820a86c6a4200a3e3968457b99b6a4a0996e4
tree20e5d25056d8aed3ca0738532b625024706849d9
parent5a8e991e2578d722a0fca6bc92f777d32079268d
Upgrade older stacks to newest version

This is of course needed by the new infrastructure as well. So break
it out into its own file, where it can be used by both new and old
infrastructure. This has the added benefit of making it easy to see
that the upgrade code doesn't depend on anything it shouldn't.

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/lib/git.py
stgit/lib/stack.py
stgit/lib/stackupgrade.py [new file with mode: 0644]
stgit/stack.py