Show More
@@ -117,8 +117,8 b' def cwd_at_bookmark(repo, mark):' | |||||
117 |
|
117 | |||
118 |
|
118 | |||
119 | def uisetup(ui): |
|
119 | def uisetup(ui): | |
120 |
extensions.wrapfunction(bookmarks, |
|
120 | extensions.wrapfunction(bookmarks, 'update', bookmarks_update) | |
121 |
extensions.wrapfunction(bookmarks, |
|
121 | extensions.wrapfunction(bookmarks, 'addbookmarks', bookmarks_addbookmarks) | |
122 | extensions.wrapcommand(commands.table, b'commit', commands_commit) |
|
122 | extensions.wrapcommand(commands.table, b'commit', commands_commit) | |
123 | extensions.wrapcommand(commands.table, b'pull', commands_pull) |
|
123 | extensions.wrapcommand(commands.table, b'pull', commands_pull) | |
124 | if not ui.configbool(MY_NAME, b'enable-branches'): |
|
124 | if not ui.configbool(MY_NAME, b'enable-branches'): |
General Comments 0
You need to be logged in to leave comments.
Login now