git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [StGit PATCH] Make Run available in stack.py
@ 2007-09-26  2:08 Karl Hasselström
  0 siblings, 0 replies; only message in thread
From: Karl Hasselström @ 2007-09-26  2:08 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: git, Karl Hasselström

Needed by shortlog(). Apparently, we have no test for this.

Signed-off-by: Karl Hasselström <kha@treskal.com>

---

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-26  2:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-26  2:08 [StGit PATCH] Make Run available in stack.py Karl Hasselström

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).