diff -r 7465b908d305 -r b9e6b71dc272 hgext/remotenames.py --- a/hgext/remotenames.py Sun Apr 29 22:42:54 2018 +0530 +++ b/hgext/remotenames.py Sun Apr 29 22:27:05 2018 +0530 @@ -249,6 +249,10 @@ extensions.wrapfunction(bookmarks, '_printbookmarks', wrapprintbookmarks) def reposetup(ui, repo): + + # set the config option to store remotenames + repo.ui.setconfig('experimental', 'remotenames', True, 'remotenames-ext') + if not repo.local(): return