diff options
Diffstat (limited to 'subcmds/smartsync.py')
-rw-r--r-- | subcmds/smartsync.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/smartsync.py b/subcmds/smartsync.py index 675b9834..6037e5a3 100644 --- a/subcmds/smartsync.py +++ b/subcmds/smartsync.py | |||
@@ -16,6 +16,7 @@ | |||
16 | 16 | ||
17 | from subcmds.sync import Sync | 17 | from subcmds.sync import Sync |
18 | 18 | ||
19 | |||
19 | class Smartsync(Sync): | 20 | class Smartsync(Sync): |
20 | common = True | 21 | common = True |
21 | helpSummary = "Update working tree to the latest known good revision" | 22 | helpSummary = "Update working tree to the latest known good revision" |