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:
19cd0a8
)
The top patch is never exported.
author
Bryan Larsen
<bryan.larsen@gmail.com>
Thu, 14 Jul 2005 09:48:51 +0000
(10:48 +0100)
committer
Catalin Marinas
<catalin.marinas@gmail.com>
Thu, 14 Jul 2005 09:48:51 +0000
(10:48 +0100)
Signed-off-by: Bryan Larsen <bryan.larsen@gmail.com>
stgit/commands/export.py
patch
|
blob
|
blame
|
history
diff --git
a/stgit/commands/export.py
b/stgit/commands/export.py
index 3021dbe7e1a202d89b205ef42ef9daacde079218..425d84a20bcc4494397cb3921873e327e30c3e25 100644
(file)
--- a/
stgit/commands/export.py
+++ b/
stgit/commands/export.py
@@
-90,7
+90,7
@@
def func(parser, options, args):
raise MainException, 'Incorrect patch range order'
else:
start_idx = 0
- stop_idx =
-1
+ stop_idx =
len(applied)
patches = applied[start_idx:stop_idx]