Skip to content
Snippets Groups Projects
Commit 0852da25 authored by Steve Borho's avatar Steve Borho
Browse files

eol: setup the repo.ui in reposetup()

This fixes problems some have reported using the eol extension
together with TortoiseHg.  It ensures the ui associated with the
repository has the preupdate.eol hook configured.
parent a7d3147b
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,7 @@
def reposetup(ui, repo):
uisetup(repo.ui)
#print "reposetup for", repo.root
if not repo.local():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment