Mercurial > public > mercurial-scm > hg
diff tests/test-commandserver.py.out @ 14882:bb2cffe81a94 stable
cmdserver: take repo.baseui as our ui
The ui passed to server() is really repo.ui, that is it contains its local
configuration as well.
When running commands that use a different repo than the servers cached repo,
we don't want to use that ui as the baseui for the new repo.
author | Idan Kamara <idankk86@gmail.com> |
---|---|
date | Thu, 14 Jul 2011 11:46:15 +0300 |
parents | 1b872599f39f |
children | a59058fd074a |
line wrap: on
line diff
--- a/tests/test-commandserver.py.out Fri Jul 15 10:18:24 2011 +0200 +++ b/tests/test-commandserver.py.out Thu Jul 14 11:46:15 2011 +0300 @@ -38,3 +38,14 @@ ? bar ? foo/bar +bundle.mainreporoot=$TESTTMP +defaults.backout=-d "0 0" +defaults.commit=-d "0 0" +defaults.tag=-d "0 0" +ui.slash=True +ui.foo=bar +bundle.mainreporoot=$TESTTMP/foo +defaults.backout=-d "0 0" +defaults.commit=-d "0 0" +defaults.tag=-d "0 0" +ui.slash=True