Lines Matching refs:default
129 # and then tries to use it as ascii. Change Mercurial's default.
141 # default encoding. I'm tired of this game, so set the default
348 form_fields.append(("subject", "diff -r " + vcs.base_rev + " " + ui.expandpath("default")))
392 repourl = ui.expandpath("default")
461 # Odd default, but avoids spurious mailings when
1033 # Ubuntu 11.10 ships with Mercurial 1.9.1 as the default version.
1219 def MatchAt(ctx, pats=None, opts=None, globbed=False, default='relpath'):
1229 if clname == "default":
1245 return match_orig(ctx, pats=pats, opts=opts, globbed=globbed, default=default)
1284 change list for editing in the default editor.
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"
1454 hg update default
1462 in the *default* branch's .hgtags file. That is, run
1464 hg update default
1483 hg_clean(repo, "default")
1983 url = ui.expandpath("default")
2009 ui.write("switching from %s to default branch.\n" % releaseBranch)
2010 err = hg_clean(repo, "default")
2261 default", "")
2263 raise hg_util.Abort("codereview: default path '%s' is not a URL" % (remote,))
2446 timeout: timeout in seconds; default None i.e. no timeout.
2932 timeout: timeout in seconds; default None i.e. no timeout.
3120 universal_newlines: Use universal_newlines flag (default: True).