hgext/journal.py
changeset 51703 ca7bde5dbafb
parent 51700 7f0cb9ee0534
child 51863 f4733654f144
equal deleted inserted replaced
51702:b0a4de6c14f8 51703:ca7bde5dbafb
    61 # In a shared repository, what shared feature name is used
    61 # In a shared repository, what shared feature name is used
    62 # to indicate this namespace is shared with the source?
    62 # to indicate this namespace is shared with the source?
    63 sharednamespaces = {
    63 sharednamespaces = {
    64     bookmarktype: hg.sharedbookmarks,
    64     bookmarktype: hg.sharedbookmarks,
    65 }
    65 }
       
    66 
    66 
    67 
    67 # Journal recording, register hooks and storage object
    68 # Journal recording, register hooks and storage object
    68 def extsetup(ui):
    69 def extsetup(ui):
    69     extensions.wrapfunction(dispatch, 'runcommand', runcommand)
    70     extensions.wrapfunction(dispatch, 'runcommand', runcommand)
    70     extensions.wrapfunction(bookmarks.bmstore, '_write', recordbookmarks)
    71     extensions.wrapfunction(bookmarks.bmstore, '_write', recordbookmarks)