예제 #1
0
파일: smartsync.py 프로젝트: ztchu/git-repo
 def _Options(self, p):
     Sync._Options(self, p, show_smart=False)
예제 #2
0
파일: smartsync.py 프로젝트: ztchu/git-repo
 def Execute(self, opt, args):
     opt.smart_sync = True
     Sync.Execute(self, opt, args)
예제 #3
0
 def _Options(self, p):
   Sync._Options(self, p, show_smart=False)