chiark / gitweb /
Add the 'sync' command
[stgit] / stgit / main.py
index 800513bd9e3995ce51496c743175c2a53fc2c14f..3c8e8f42fa010e40a58d09078c48b32d043f19ca 100644 (file)
@@ -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',