comparison hgext/remotenames.py @ 51700:7f0cb9ee0534

Backout accidental publication of a large range of revisions I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 23 Jul 2024 10:02:46 +0200
parents 493034cc3265
children ca7bde5dbafb
comparison
equal deleted inserted replaced
51699:bd1483fd7088 51700:7f0cb9ee0534
257 def extsetup(ui): 257 def extsetup(ui):
258 extensions.wrapfunction(bookmarks, '_printbookmarks', wrapprintbookmarks) 258 extensions.wrapfunction(bookmarks, '_printbookmarks', wrapprintbookmarks)
259 259
260 260
261 def reposetup(ui, repo): 261 def reposetup(ui, repo):
262
262 # set the config option to store remotenames 263 # set the config option to store remotenames
263 repo.ui.setconfig(b'experimental', b'remotenames', True, b'remotenames-ext') 264 repo.ui.setconfig(b'experimental', b'remotenames', True, b'remotenames-ext')
264 265
265 if not repo.local(): 266 if not repo.local():
266 return 267 return