summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r--subcmds/sync.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py
index 9f8de9e5..f06c61c5 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -213,6 +213,9 @@ later is required to fix a server side protocol bug.
213 p.add_option('-c', '--current-branch', 213 p.add_option('-c', '--current-branch',
214 dest='current_branch_only', action='store_true', 214 dest='current_branch_only', action='store_true',
215 help='fetch only current branch from server') 215 help='fetch only current branch from server')
216 p.add_option('--no-current-branch',
217 dest='current_branch_only', action='store_false',
218 help='fetch all branches from server')
216 p.add_option('-m', '--manifest-name', 219 p.add_option('-m', '--manifest-name',
217 dest='manifest_name', 220 dest='manifest_name',
218 help='temporary manifest to use for this sync', metavar='NAME.xml') 221 help='temporary manifest to use for this sync', metavar='NAME.xml')