##// END OF EJS Templates
eol: setup the repo.ui in reposetup()...
Steve Borho -
r12307:0852da25 stable
parent child Browse files
Show More
@@ -145,6 +145,7 b' def extsetup(ui):'
145
145
146
146
147 def reposetup(ui, repo):
147 def reposetup(ui, repo):
148 uisetup(repo.ui)
148 #print "reposetup for", repo.root
149 #print "reposetup for", repo.root
149
150
150 if not repo.local():
151 if not repo.local():
General Comments 0
You need to be logged in to leave comments. Login now