changeset 33345 | 4192694b4844 |
parent 33043 | 18c2489ac96d |
child 33346 | 7aa5160bdbf5 |
--- a/hgext/histedit.py Sat Jul 08 18:47:50 2017 -0400 +++ b/hgext/histedit.py Sat Jul 08 16:04:21 2017 -0700 @@ -1574,8 +1574,6 @@ marks = repo._bookmarks for mark, new in moves: old = marks[mark] - ui.note(_('histedit: moving bookmarks %s from %s to %s\n') - % (mark, node.short(old), node.short(new))) marks[mark] = new marks.recordchange(tr) tr.close()