Show More
@@ -66,13 +66,13 b' sharednamespaces = {' | |||||
66 |
|
66 | |||
67 | # Journal recording, register hooks and storage object |
|
67 | # Journal recording, register hooks and storage object | |
68 | def extsetup(ui): |
|
68 | def extsetup(ui): | |
69 |
extensions.wrapfunction(dispatch, |
|
69 | extensions.wrapfunction(dispatch, 'runcommand', runcommand) | |
70 |
extensions.wrapfunction(bookmarks.bmstore, |
|
70 | extensions.wrapfunction(bookmarks.bmstore, '_write', recordbookmarks) | |
71 | extensions.wrapfilecache( |
|
71 | extensions.wrapfilecache( | |
72 | localrepo.localrepository, b'dirstate', wrapdirstate |
|
72 | localrepo.localrepository, b'dirstate', wrapdirstate | |
73 | ) |
|
73 | ) | |
74 |
extensions.wrapfunction(hg, |
|
74 | extensions.wrapfunction(hg, 'postshare', wrappostshare) | |
75 |
extensions.wrapfunction(hg, |
|
75 | extensions.wrapfunction(hg, 'copystore', unsharejournal) | |
76 |
|
76 | |||
77 |
|
77 | |||
78 | def reposetup(ui, repo): |
|
78 | def reposetup(ui, repo): |
General Comments 0
You need to be logged in to leave comments.
Login now