Lines Matching full:repository
22 your repository's .hg/hgrc file.
194 # Also, the existence of the cl.nnnnnn file marks this repository
328 # because we want the patch sets to record the repository
571 # Load all the CLs from this repository.
599 # Find repository root. On error, ui.warn and return None
603 ui.warn("repository %s is not in local file system\n" % (url,))
843 # Return list of changed files in repository that match pats.
869 # Return list of changed files in repository that match pats and still exist.
1400 # All concerned with applying or unapplying patches to the repository.
1522 # Find revision in Mercurial repository.
1539 return "cannot find CL %s in local repository" % clname
1586 return "local repository is out of date; sync to get %s" % (vers)
1709 It does not edit them or remove them from the repository.
1772 Applies gofmt to the modified files in the repository that match
1883 raise hg_util.Abort("local repository out of date; must sync before submit")
1887 """submit change to remote repository
1889 Submits change to remote repository.
1890 Bails out if the local repository is not in sync with the remote one.
1951 raise hg_util.Abort("local repository corrupt or out-of-phase with remote: found outgoing changes")
1974 # Remote repository had changes we missed.
2020 """synchronize with remote repository
2022 Incorporates recent changes from the remote repository
2023 into the local repository.
2139 ('d', 'delete', None, 'delete files from change list (but not repository)'),
2193 ('', 'local', None, 'do not pull changes from remote repository')
2225 # reposetup gets called both for the local repository
2226 # and also for any repository we are pulling or pushing to.
2233 # Read repository-specific options from lib/codereview/codereview.cfg or codereview.cfg.
2239 codereview_disabled = 'codereview disabled: repository has no root'
2268 # Disable the Mercurial commands that might change the repository.
3370 # Absolute path to repository (we can be in a subdir)
3385 # No revisions; use 0 to mean a repository with nothing.