Home | History | Annotate | Download | only in codereview

Lines Matching full:branch

1312 		if repo[None].branch() != "default":
1313 return "cannot create CL outside default branch; switch with 'hg update default'"
1413 if repo[None].branch() != "default":
1414 return "cannot run hg clpatch outside default branch"
1425 if repo[None].branch() != "default":
1426 return "cannot run hg undo outside default branch"
1431 """apply a CL to the release branch
1434 from the main branch to the release branch.
1436 the release branch.
1438 The release branch must be created by starting with a
1442 hg branch release-branch.rNN
1443 hg commit -m 'create release-branch.rNN'
1444 hg push --new-branch
1448 People can test the release branch by running
1450 hg update release-branch.rNN
1456 Move changes since the weekly into the release branch
1461 final long-form tag of the release-branch.rNN
1462 in the *default* branch's .hgtags file. That is, run
1472 if c.branch() != releaseBranch:
2008 if c.branch() == releaseBranch and not c.modified() and not c.added() and not c.removed():
2009 ui.write("switching from %s to default branch.\n" % releaseBranch)
2613 if 'release-branch.go10' in tags:
2615 # answer when comparing release-branch.go9 with
2616 # release-branch.go10. It will be a while before we care.
2617 raise hg_util.Abort('tags.sort needs to be fixed for release-branch.go10')
2620 if t.startswith('release-branch.go'):
2653 It is important for Git/Mercurial users to specify a tree/node/branch to diff