Lines Matching full:branches
12 This option also supports multiple branch fetching, with branches
13 separated by commas. In multiple branches case, the name option
14 must have the same number of names to match the branches, which is
174 branches = ud.parm.get("branch", "").split(',')
175 if branches == [""] and not ud.nobranch:
177 branches = ["master"]
178 if len(branches) != len(ud.names):
207 ud.branches = {}
209 branch = branches[pos]
210 ud.branches[name] = branch
295 shallow_refs.extend(ud.branches.values())
402 …ble to find revision %s in branch %s even from upstream" % (ud.revisions[name], ud.branches[name]))
497 branch = ud.branches[name]
608 branchname = ud.branches[ud.names[0]]
643 ud.basecmd, ud.revisions[name], ud.branches[name])
661 branchname = ud.branches[ud.names[0]]
667 refname = ud.branches[ud.names[0]]
669 refname = "origin/%s" % ud.branches[ud.names[0]]
786 # Ignore non-released branches