Changes
Page history
up to
745a7357ab0c
(2.6.1)
authored
Dec 12, 2012
by
Yuya Nishihara
Show whitespace changes
Inline
Side-by-side
FixedBugs.wiki
View page @
93e33ef4
...
...
@@ -6,6 +6,7 @@
* commit: hide the 'autoinc' option when merging
* copypatch: have dummy Writable object acts like a string (fixes #2280)
* copypatch: support internal lossless export/import via clipboard (fixes #841)
* hgignore: use util.expandpath() to expand env vars of ui.ignore (fixes #2306)
* manifestdialog: fix possible unicode error at cset link handler (fixes #2289)
* merge: refresh csinfo of commit page so that it can show two parents
...
...
@@ -14,6 +15,7 @@
* repofilter: use case-sensitive completion for revsets (fixes #2276)
* reporegistory: restore original behavior of setActiveTabRepo('') (fixes #2279)
* resolve: normalize paths before calling resolve
* update: correct default behavior of updating to bookmark to 'prompt'
* workbench: pushes new branch without failing if --pushafter set (fixes #1986)
== Improvements ==
...
...
@@ -31,7 +33,7 @@
* #2026: Workbench hangs when trying to view changes of specific file
* #2176: Problem with XQuery file when committing
QScintilla 2.
6.3 or 2.7 (unreleased)
:
QScintilla 2.
7
:
* #1999: crash "Assertion failed" in lexlib\CharacterSet.h
* #2271: Workbench hangs while refreshing
...
...
...
...