summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r--subcmds/sync.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py
index 8050e515..fff1281a 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -19,11 +19,11 @@ import subprocess
19import sys 19import sys
20 20
21from git_command import GIT 21from git_command import GIT
22from command import Command 22from command import Command, MirrorSafeCommand
23from error import RepoChangedException, GitError 23from error import RepoChangedException, GitError
24from project import R_HEADS 24from project import R_HEADS
25 25
26class Sync(Command): 26class Sync(Command, MirrorSafeCommand):
27 common = True 27 common = True
28 helpSummary = "Update working tree to the latest revision" 28 helpSummary = "Update working tree to the latest revision"
29 helpUsage = """ 29 helpUsage = """