Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

hglib: refresh bookmarks

Refs #498. Leaving the issue open for later improvements.

Changeset f398a0fd5faa

Parent 4981a2a4f9af

by Steve Borho

Changes to one file · Browse files at f398a0fd5faa Showing diff from parent 4981a2a4f9af Diff from another changeset...

 
116
117
118
 
 
 
119
120
121
 
116
117
118
119
120
121
122
123
124
@@ -116,6 +116,9 @@
  # overlay bundlerepos   return   repo.invalidate() + if '_bookmarks' in repo.__dict__: + bm = extensions.find('bookmarks') + bm.reposetup(repo.ui, repo)   if 'mq' in repo.__dict__: #do not create if it does not exist   repo.mq.invalidate()