• Home
  • Raw
  • Download

Lines Matching defs:repo

280 	def Flush(self, ui, repo):  argument
296 def Delete(self, ui, repo): argument
309 …def Upload(self, ui, repo, send_mail=False, gofmt=True, gofmt_just_warn=False, creating=False, qui… argument
386 def Mail(self, ui, repo): argument
502 def IsLocalCL(ui, repo, name): argument
506 def LoadCL(ui, repo, name, web=True): argument
556 def __init__(self, ui, repo, dir, f, web): argument
572 def LoadAllCL(ui, repo, web=True): argument
600 def RepoDir(ui, repo): argument
612 def CodeReviewDir(ui, repo): argument
716 def promptremove(ui, repo, f): argument
721 def promptadd(ui, repo, f): argument
726 def EditCL(ui, repo, cl): argument
810 def CommandLineCL(ui, repo, pats, opts, defaultcc=None): argument
846 def ChangedFiles(ui, repo, pats, taken=None): argument
870 def ChangedExistingFiles(ui, repo, pats, opts): argument
876 def Taken(ui, repo): argument
885 def DefaultFiles(ui, repo, pats): argument
891 def CheckFormat(ui, repo, files, just_warn=False): argument
897 def CheckGofmt(ui, repo, files, just_warn): argument
927 def CheckTabfmt(ui, repo, files, just_warn): argument
961 def ReadContributors(ui, repo): argument
996 def CheckContributor(ui, repo, user=None): argument
1003 def FindContributor(ui, repo, user=None, warn=True): argument
1087 def hg_matchPattern(ui, repo, *pats, **opts): argument
1108 def hg_heads(ui, repo): argument
1131 def hg_incoming(ui, repo): argument
1138 def hg_log(ui, repo, **opts): argument
1148 def hg_outgoing(ui, repo, **opts): argument
1155 def hg_pull(ui, repo, **opts): argument
1174 def hg_push(ui, repo, **opts): argument
1184 def hg_commit(ui, repo, *pats, **opts): argument
1192 def precommithook(ui, repo, **opts): argument
1207 def InstallMatch(ui, repo): argument
1259 def wrapped(ui, repo, *pats, **opts): argument
1273 def change(ui, repo, *pats, **opts): argument
1387 def code_login(ui, repo, **opts): argument
1403 def clpatch(ui, repo, clname, **opts): argument
1418 def undo(ui, repo, clname, **opts): argument
1430 def release_apply(ui, repo, clname, **opts): argument
1517 def clpatch_or_undo(ui, repo, clname, opts, mode): argument
1623 def portPatch(repo, patch, oldver, newver): argument
1658 def fileDeltas(repo, file, oldver, newver): argument
1683 def download(ui, repo, clname, **opts): argument
1703 def file(ui, repo, clname, pat, *pats, **opts): argument
1769 def gofmt(ui, repo, *pats, **opts): argument
1803 def mail(ui, repo, *pats, **opts): argument
1836 def ps(ui, repo, *pats, **opts): argument
1843 def pq(ui, repo, *pats, **opts): argument
1850 def pending(ui, repo, *pats, **opts): argument
1886 def submit(ui, repo, *pats, **opts): argument
2019 def sync(ui, repo, **opts): argument
2034 def sync_changes(ui, repo): argument
2073 def upload(ui, repo, name, **opts): argument
2221 def reposetup(ui, repo): argument
2380 def DownloadCL(ui, repo, clname): argument
2561 def RietveldSetup(ui, repo): argument
3365 def __init__(self, options, ui, repo): argument