Show More
@@ -249,6 +249,10 b' def extsetup(ui):' | |||||
249 | extensions.wrapfunction(bookmarks, '_printbookmarks', wrapprintbookmarks) |
|
249 | extensions.wrapfunction(bookmarks, '_printbookmarks', wrapprintbookmarks) | |
250 |
|
250 | |||
251 | def reposetup(ui, repo): |
|
251 | def reposetup(ui, repo): | |
|
252 | ||||
|
253 | # set the config option to store remotenames | |||
|
254 | repo.ui.setconfig('experimental', 'remotenames', True, 'remotenames-ext') | |||
|
255 | ||||
252 | if not repo.local(): |
|
256 | if not repo.local(): | |
253 | return |
|
257 | return | |
254 |
|
258 |
@@ -6,8 +6,6 b' Testing the functionality to pull remote' | |||||
6 | > ssh = $PYTHON "$TESTDIR/dummyssh" |
|
6 | > ssh = $PYTHON "$TESTDIR/dummyssh" | |
7 | > [alias] |
|
7 | > [alias] | |
8 | > glog = log -G -T '{rev}:{node|short} {desc}' |
|
8 | > glog = log -G -T '{rev}:{node|short} {desc}' | |
9 | > [experimental] |
|
|||
10 | > remotenames = True |
|
|||
11 | > [extensions] |
|
9 | > [extensions] | |
12 | > remotenames = |
|
10 | > remotenames = | |
13 | > show = |
|
11 | > show = |
General Comments 0
You need to be logged in to leave comments.
Login now