chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove the applied/unapplied commands
[stgit]
/
stgit
/
main.py
diff --git
a/stgit/main.py
b/stgit/main.py
index 76360afae7ab357eae2c8a2de962791cf67e2443..a98fe49d90f26560a2667d432010c1a2320d1c7c 100644
(file)
--- a/
stgit/main.py
+++ b/
stgit/main.py
@@
-59,7
+59,6
@@
class Commands(dict):
return getattr(stgit.commands, cmd_mod)
commands = Commands({
return getattr(stgit.commands, cmd_mod)
commands = Commands({
- 'applied': 'applied',
'branch': 'branch',
'delete': 'delete',
'diff': 'diff',
'branch': 'branch',
'delete': 'delete',
'diff': 'diff',
@@
-96,7
+95,6
@@
commands = Commands({
'status': 'status',
'sync': 'sync',
'top': 'top',
'status': 'status',
'sync': 'sync',
'top': 'top',
- 'unapplied': 'unapplied',
'uncommit': 'uncommit',
'unhide': 'unhide'
})
'uncommit': 'uncommit',
'unhide': 'unhide'
})
@@
-107,7
+105,6
@@
repocommands = (
'id',
)
stackcommands = (
'id',
)
stackcommands = (
- 'applied',
'branch',
'clean',
'coalesce',
'branch',
'clean',
'coalesce',
@@
-125,7
+122,6
@@
stackcommands = (
'series',
'sink',
'top',
'series',
'sink',
'top',
- 'unapplied',
'uncommit',
'unhide',
)
'uncommit',
'unhide',
)