Edited online authored by Yuya Nishihara's avatar Yuya Nishihara
......@@ -13,7 +13,6 @@
* fileview: fix deletion of translated "excluded" chunk message
* grep, init, rename: do not bury unknown exception
* init: lay out dialog buttons according to the widget style (fixes #3555)
* manifest/revdetails: add support for fileset query
* manifest/revdetails: fix subrepo status to compare to parent revision of main repo
* rupdate: remove unused check boxes and dangling widgets
* settings: disable web.name in global tab (refs #1113)
......@@ -44,8 +43,9 @@
* fileview: update availability of next/prev diffs according to cursor position
* fileview: use the same color as block list to colorize replaced lines
* graph: show a line to obsolescence parents
* manifest/revdetails: add support for fileset query
* repomodel: allow tags other than 'global' (hg 0c22257388d6)
* revdetails: remove Shift+cursor shortcuts because they conflict with selection
* strip: make it possible to keep the local changes during strip
* workbench: reorder repository menu and add update action
......@@ -47,9 +47,11 @@
* repomodel: allow tags other than 'global' (hg 0c22257388d6)
* revdetails: remove Shift+cursor shortcuts because they conflict with selection
* strip: make it possible to keep the local changes during strip
* workbench: reorder repository menu and add update action
unified revdetails/manifest view:
=== unified revdetails/manifest view ===
//Manifest task tab was merged to revision details.//
* manifest: replace stand-alone ManifestDialog by RevDetailsDialog
* repowidget: delete manifest task tab
......
......