chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add "stg bury" command, with the functionality of contrib/stg-sink.
[stgit]
/
stgit
/
main.py
diff --git
a/stgit/main.py
b/stgit/main.py
index 856b86866220596ea700610089d65dd80ea3fe20..9c319c642e04d83b4bed68223416f24b7b4b35de 100644
(file)
--- a/
stgit/main.py
+++ b/
stgit/main.py
@@
-63,6
+63,7
@@
commands = Commands({
'applied': 'applied',
'assimilate': 'assimilate',
'branch': 'branch',
'applied': 'applied',
'assimilate': 'assimilate',
'branch': 'branch',
+ 'bury': 'bury',
'delete': 'delete',
'diff': 'diff',
'clean': 'clean',
'delete': 'delete',
'diff': 'diff',
'clean': 'clean',
@@
-110,6
+111,7
@@
stackcommands = (
'applied',
'assimilate',
'branch',
'applied',
'assimilate',
'branch',
+ 'bury',
'clean',
'commit',
'float',
'clean',
'commit',
'float',