##// END OF EJS Templates
bookmark: use 'applychanges' in the mq extension
Boris Feld -
r33489:870560c7 default
parent child Browse files
Show More
@@ -1834,9 +1834,7 b' class queue(object):'
1834 patchf.close()
1834 patchf.close()
1835
1835
1836 marks = repo._bookmarks
1836 marks = repo._bookmarks
1837 for bm in bmlist:
1837 marks.applychanges(repo, tr, [(bm, n) for bm in bmlist])
1838 marks[bm] = n
1839 marks.recordchange(tr)
1840 tr.close()
1838 tr.close()
1841
1839
1842 self.applied.append(statusentry(n, patchfn))
1840 self.applied.append(statusentry(n, patchfn))
General Comments 0
You need to be logged in to leave comments. Login now