Overview
Request 75856 accepted
- update to 2.1.1 (for mercurial 1.9)
Bug Fixes:
* sync: move import of paths to top of the file (fixes #853, etc)
* hgcrutil: add missing import of _() (closes #852)
* NameError: global name 'paths' is not defined (#853)
* wctxactions: give parent to transient menus (closes #716)
* repomodel: reorder colors in Changes column (refs #776)
* sync: do not use --bookmark argument for target in in/out commands (refs #901)
* wctxactions: fix rename from status/commit dialogs (fixes #902)
* thg: workaround for resolve tool bug (fixes #891)
* archive: fix bad handling of non-ascii path (fixes #883)
* thg: reintroduce stderr capture (closes #856)
* shelve: fix shelf creation when .hg/shelves must be created
* visdiff: fix possible unicode error at launchtool (fixes #796)
* fileview: avoid unwanted unicode issue at timerBuildDiffMarkers (fixes #857)
* shellext: additionally use GetDriveType for local disks check (closes #842)
- changes in 2.1
Bug Fixes:
* only read hgrc files of related repositories on local disks (fixes #537)
* filedata: note when binary files have been added (fixes #849)
* shelve: do not use repo.opener to create new shelf files (refs #832)
* thgrepo: ignore folders in the shelve directory (fixes #832)
* wix: catch up with Mercurial b30c889584ef (fixes #844)
* status: double click signal was redundant with default wctxaction (fixes #848)
* wctxactions: pass absolute paths to commands.resolve() (closes #747)
* guess, wctxactions: workingctx.remove() has been obsoleted (closes #840)
* repofilter: added option to display only active branches (closes #577)
* revdetails: disable actionShowAllMerge by default (closes #818)
* revert: handle non-ascii filenames in prompt (closes #824)
* wctxactions: fix error message (closes #781)
Request History
ammler created request
- update to 2.1.1 (for mercurial 1.9)
Bug Fixes:
* sync: move import of paths to top of the file (fixes #853, etc)
* hgcrutil: add missing import of _() (closes #852)
* NameError: global name 'paths' is not defined (#853)
* wctxactions: give parent to transient menus (closes #716)
* repomodel: reorder colors in Changes column (refs #776)
* sync: do not use --bookmark argument for target in in/out commands (refs #901)
* wctxactions: fix rename from status/commit dialogs (fixes #902)
* thg: workaround for resolve tool bug (fixes #891)
* archive: fix bad handling of non-ascii path (fixes #883)
* thg: reintroduce stderr capture (closes #856)
* shelve: fix shelf creation when .hg/shelves must be created
* visdiff: fix possible unicode error at launchtool (fixes #796)
* fileview: avoid unwanted unicode issue at timerBuildDiffMarkers (fixes #857)
* shellext: additionally use GetDriveType for local disks check (closes #842)
- changes in 2.1
Bug Fixes:
* only read hgrc files of related repositories on local disks (fixes #537)
* filedata: note when binary files have been added (fixes #849)
* shelve: do not use repo.opener to create new shelf files (refs #832)
* thgrepo: ignore folders in the shelve directory (fixes #832)
* wix: catch up with Mercurial b30c889584ef (fixes #844)
* status: double click signal was redundant with default wctxaction (fixes #848)
* wctxactions: pass absolute paths to commands.resolve() (closes #747)
* guess, wctxactions: workingctx.remove() has been obsoleted (closes #840)
* repofilter: added option to display only active branches (closes #577)
* revdetails: disable actionShowAllMerge by default (closes #818)
* revert: handle non-ascii filenames in prompt (closes #824)
* wctxactions: fix error message (closes #781)
wrosenauer accepted request