M hgext3rd/confman/managed.py +1 -1
@@ 469,7 469,7 @@ class hgrepo(managedrepo):
pathuri = util.expandpath(pathname.encode('utf-8'))
if pathuri == pathname.encode('utf-8'):
pathuri = conf['pulluri'].encode('utf-8')
- ui.warn('%s repo has no %s path, using configuration pulluri %s instead\n' %
+ ui.warn('%s repo has no `%s` path, using configuration pulluri `%s` instead\n' %
(section, pathname, pathuri.decode('utf-8')))
source, _branches = parseurl(pathuri, None)
M tests/test-baseline.t +2 -2
@@ 233,7 233,7 @@ Create a draft, record the baseline on i
created new head
$ cd $TESTTMP/app
$ hg cfpull -I main >/dev/null
- main repo has no default path, using configuration pulluri $TESTTMP/main instead
+ main repo has no `default` path, using configuration pulluri `$TESTTMP/main` instead
$ hg up -R main
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
updated to "342005bdd563: hello"
@@ 246,7 246,7 @@ Amend the draft upstream, cfpull and see
$ hg amend
$ cd $TESTTMP/app
$ hg cfpull -I main >/dev/null
- main repo has no default path, using configuration pulluri $TESTTMP/main instead
+ main repo has no `default` path, using configuration pulluri `$TESTTMP/main` instead
$ hg cfs -I main
app
|- main (default obsolete draft) [baseline aligned with obsolete cset 342005bdd563]
M tests/test-confman.t +7 -7
@@ 77,7 77,7 @@ First cfensureconf
updating to branch default
3 files updated, 0 files merged, 0 files removed, 0 files unresolved
foo
- foo repo has no default path, using configuration pulluri $TESTTMP/foo instead
+ foo repo has no `default` path, using configuration pulluri `$TESTTMP/foo` instead
searching for changes
no changes found
updating to stable
@@ 183,7 183,7 @@ Update, snapshot and rewind
$ hg cfpull
foo
pulling repo foo
- foo repo has no default path, using configuration pulluri $TESTTMP/foo instead
+ foo repo has no `default` path, using configuration pulluri `$TESTTMP/foo` instead
searching for changes
adding changesets
adding manifests
@@ 192,7 192,7 @@ Update, snapshot and rewind
new changesets * (glob)
bar.quux
pulling repo bar.quux
- bar.quux repo has no default path, using configuration pulluri $TESTTMP/quux instead
+ bar.quux repo has no `default` path, using configuration pulluri `$TESTTMP/quux` instead
searching for changes
adding changesets
adding manifests
@@ 295,17 295,17 @@ Cfpull
found configuration repo at $TESTTMP/conf
foo
pulling repo foo
- foo repo has no review path, using configuration pulluri $TESTTMP/foo instead
+ foo repo has no `review` path, using configuration pulluri `$TESTTMP/foo` instead
searching for changes
no changes found
bar.quux
pulling repo bar.quux
- bar.quux repo has no review path, using configuration pulluri $TESTTMP/quux instead
+ bar.quux repo has no `review` path, using configuration pulluri `$TESTTMP/quux` instead
searching for changes
no changes found
newcomer
pulling repo newcomer
- newcomer repo has no review path, using configuration pulluri $TESTTMP/newcomer instead
+ newcomer repo has no `review` path, using configuration pulluri `$TESTTMP/newcomer` instead
searching for changes
no changes found
@@ 402,7 402,7 @@ Unrelated repository uri
$ hg cfpull
newcomer
pulling repo newcomer
- newcomer repo has no default path, using configuration pulluri $TESTTMP/foo instead
+ newcomer repo has no `default` path, using configuration pulluri `$TESTTMP/foo` instead
searching for changes
abort: repository is unrelated
[255]
M tests/test-ensureconf.t +1 -1
@@ 288,7 288,7 @@ We track this tag within app
Ensuring will correctly pull the lib1 repo and update it
$ hg cfensureconf >/dev/null
- lib1 repo has no default path, using configuration pulluri $TESTTMP/lib1 instead
+ lib1 repo has no `default` path, using configuration pulluri `$TESTTMP/lib1` instead
$ hg cfsummary
app
|- confs.libs (default public) [baseline aligned with revset 'desc(two)']
M tests/test-expand.t +6 -6
@@ 426,7 426,7 @@ Back to the app, we'll use framework 0.2
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
updated to 0.2.0/default from 0.1.0/default
lib1
- lib1 repo has no default path, using configuration pulluri $TESTTMP/lib1 instead
+ lib1 repo has no `default` path, using configuration pulluri `$TESTTMP/lib1` instead
searching for changes
adding changesets
adding manifests
@@ 648,9 648,9 @@ Slightly pathological case
$ hg add .hgconf
$ hg cfensureconf >/dev/null
- framework repo has no default path, using configuration pulluri $TESTTMP/framework instead
- libs repo has no default path, using configuration pulluri $TESTTMP/libs instead
- lib2 repo has no default path, using configuration pulluri $TESTTMP/lib2 instead
+ framework repo has no `default` path, using configuration pulluri `$TESTTMP/framework` instead
+ libs repo has no `default` path, using configuration pulluri `$TESTTMP/libs` instead
+ lib2 repo has no `default` path, using configuration pulluri `$TESTTMP/lib2` instead
$ hg cfs
slightlypathological
|- framework (default public) tip [baseline aligned with branch]
@@ 688,8 688,8 @@ section but only few parameters
libs repository at "$TESTTMP/partial_override/dependencies/libs" not found
lib1 is a partial override without its master entry
$ hg cfensureconf > /dev/null
- framework repo has no default path, using configuration pulluri $TESTTMP/framework instead
- libs repo has no default path, using configuration pulluri $TESTTMP/libs instead
+ framework repo has no `default` path, using configuration pulluri `$TESTTMP/framework` instead
+ libs repo has no `default` path, using configuration pulluri `$TESTTMP/libs` instead
$ hg cfs
partial_override
|- framework (default public) tip [baseline aligned with branch]