For a wider review and to avoid merging conflicts with other developer's tree (especially Karl's), I created a "proposed" branch in my StGIT tree (http://homepage.ntlworld.com/cmarinas/stgit.git) containing patches that I intend to merge on "master". I'll also post these patches on the list. --- Catalin Marinas (5): Add stack creation and deletion support to the new infrastructure Add stack creation and initialisation support to lib.Stack Create a git.Branch class as ancestor of stack.Stack Rename Repository.head to Repository.head_ref Allow stack.patchorder.all to return hidden patches stgit/commands/commit.py | 4 +- stgit/commands/init.py | 14 ++------ stgit/commands/new.py | 3 +- stgit/lib/git.py | 55 ++++++++++++++++++++++++++++- stgit/lib/stack.py | 84 ++++++++++++++++++++++++++++++++------------- stgit/lib/stackupgrade.py | 7 ++++ 6 files changed, 127 insertions(+), 40 deletions(-) -- Catalin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html