Home | History | Annotate | Download | only in codereview

Lines Matching defs:sync

1586 			return "local repository is out of date; sync to get %s" % (vers)
1883 raise hg_util.Abort("local repository out of date; must sync before submit")
1890 Bails out if the local repository is not in sync with the remote one.
1927 # upload, to sync current patch and also get change number if CL is new.
2016 # hg sync
2019 def sync(ui, repo, **opts):
2190 "^sync": (
2191 sync,
3495 # NOTE: The SplitPatch function is duplicated in engine.py, keep them in sync.