chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5f594e9
)
Make Run available in stack.py
author
Karl Hasselström
<kha@treskal.com>
Wed, 26 Sep 2007 02:03:15 +0000
(
04:03
+0200)
committer
Karl Hasselström
<kha@treskal.com>
Wed, 26 Sep 2007 02:03:15 +0000
(
04:03
+0200)
Needed by shortlog(). Apparently, we have no test for this.
Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/stack.py
patch
|
blob
|
blame
|
history
diff --git
a/stgit/stack.py
b/stgit/stack.py
index 746e59b7db651b40acc0fc2536ee9045a3143628..bd08b35ffede59286893b4b67271f579ab816431 100644
(file)
--- 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.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
from stgit import git, basedir, templates
from stgit.config import config
from shutil import copyfile