Changes
Page history
Edited online
authored
Jul 01, 2012
by
Yuya Nishihara
Show whitespace changes
Inline
Side-by-side
FixedBugs.wiki
View page @
8961e824
...
...
@@ -2,7 +2,7 @@
= Fixed since 2.4.1 =
(up to
27a55ca28910
)
(up to
9241b78a12d4
)
== Packaged Versions ==
...
...
@@ -13,4 +13,6 @@
* bugtraq: improve error handling
* commit: allow committing a merge that does not change a file
* commit: exclude all files on new/close branch if no file selected (fixes #1985)
* hgignore: ignore largefiles when scanning for untracked files (fixes #1978)
* lfprompt: catch ValueError from int() (fixes #1901)
...
...
@@ -16,2 +18,3 @@
* lfprompt: catch ValueError from int() (fixes #1901)
* outgoing: fix push all command and improve outgoing infobar
* repofilter: don't disable branch options menu at all (fixes #1962)
...
...
@@ -17,2 +20,3 @@
* repofilter: don't disable branch options menu at all (fixes #1962)
* repowidget: bring back 'Browse at revision' menu action (closes #1920)
* sync: check if curalias is not None before using it (fixes #1950)
...
...
@@ -18,4 +22,6 @@
* sync: check if curalias is not None before using it (fixes #1950)
* tortoisehgtools: do not crash when command cannot be executed
* wctxactions: allow to overwrite existing file on copy (fixes #1983)
* fix several unicode errors
...
...
@@ -23,6 +29,8 @@
* annotate: take into account annotate settings
* graft: add basic support of graft core command
* mergetools: add support for Devart Code Compare and Code Compare 3 (Free and Pro)
* workbench: bring to front when opening a repo on Single Workbench mode
----
...
...
...
...