chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add the 'sync' command
[stgit]
/
stgit
/
main.py
diff --git
a/stgit/main.py
b/stgit/main.py
index 800513bd9e3995ce51496c743175c2a53fc2c14f..3c8e8f42fa010e40a58d09078c48b32d043f19ca 100644
(file)
--- a/
stgit/main.py
+++ b/
stgit/main.py
@@
-67,6
+67,7
@@
commands = Commands({
'series': 'series',
'show': 'show',
'status': 'status',
+ 'sync': 'sync',
'top': 'top',
'unapplied': 'unapplied',
'uncommit': 'uncommit'
@@
-106,7
+107,8
@@
patchcommands = (
'pick',
'refresh',
'rename',
- 'show'
+ 'show',
+ 'sync'
)
wccommands = (
'add',