Changes
Page history
Edited online
authored
Feb 09, 2014
by
Yuya Nishihara
Hide whitespace changes
Inline
Side-by-side
FixedBugs.wiki
View page @
75d87d02
...
...
@@ -4,8 +4,9 @@
== Bug Fixes ==
* commit: say "nothing changed" instead of "code: 1" on empty amend (refs #3599)
* filectxactions: reenable file log actions for working directory (closes #3613)
* manifestmodel: do not ignore reload request of uncommitted changes
(fixes #3595 - shelve not refresh)
* sync: fix list index to override pull command by fetch (fixes #3612)
* update: do not eat up enter key to complete wrong revision from history
...
...
@@ -7,8 +8,9 @@
* filectxactions: reenable file log actions for working directory (closes #3613)
* manifestmodel: do not ignore reload request of uncommitted changes
(fixes #3595 - shelve not refresh)
* sync: fix list index to override pull command by fetch (fixes #3612)
* update: do not eat up enter key to complete wrong revision from history
* wctxactions: clear propertycache of cwd for each command execution (fixes #3603)
== Improvements ==
...
...
...
...