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:
8ae7dc9
)
Remove unused data field
author
Karl Hasselström
<kha@treskal.com>
Tue, 12 Feb 2008 02:15:53 +0000
(
03:15
+0100)
committer
Karl Hasselström
<kha@treskal.com>
Tue, 12 Feb 2008 22:40:08 +0000
(23:40 +0100)
Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/lib/stack.py
patch
|
blob
|
blame
|
history
diff --git
a/stgit/lib/stack.py
b/stgit/lib/stack.py
index 9c4a910b38da51fe66e61551e522c30b005fe465..3de3776900755c1f28c96fc6b87dd5c344e168f3 100644
(file)
--- a/
stgit/lib/stack.py
+++ b/
stgit/lib/stack.py
@@
-75,7
+75,6
@@
class Patch(object):
class PatchOrder(object):
"""Keeps track of patch order, and which patches are applied.
Works with patch names, not actual patches."""
- __list_order = [ 'applied', 'unapplied' ]
def __init__(self, stack):
self.__stack = stack
self.__lists = {}