Needed by shortlog(). Apparently, we have no test for this.
Signed-off-by: Karl Hasselström <redacted>
---
And I have no idea how I could have avoided triggering this for as
long as I have. I mean, I tested this by sending the patch to the
list!
stgit/stack.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/stgit/stack.py b/stgit/stack.py
index 746e59b..bd08b35 100644
--- a/stgit/stack.py
+++ b/stgit/stack.py
@@ -23,6 +23,7 @@ from email.Utils import formatdate
from stgit.utils import *
from stgit.out import *
+from stgit.run import *
from stgit import git, basedir, templates
from stgit.config import config
from shutil import copyfile