Changes
Page history
No commit message
authored
Mar 05, 2011
by
Steve Borho
No commit message
Show whitespace changes
Inline
Side-by-side
FixedBugs.wiki
View page @
f78884e2
...
...
@@ -7,4 +7,5 @@
* #181 - visdiff: TypeError: p1dirdiff() takes exactly 2 arguments (1 given)
* #183 - visdiff: TypeError: argument of type 'NoneType' is not iterable
* #187 - documentation fix (f.i.)
* #189 - settings: no configuration for issue tracker linking
* #194 - qtlib: TypeError: signal clicked(bool) has 1 argument(s)
...
...
@@ -10,6 +11,7 @@
* #194 - qtlib: TypeError: signal clicked(bool) has 1 argument(s)
* #197 - fileview: fix diff markers in file mode
* #198 - compare file history: convert file data to unicode before displaying
* #202 - workbench: Abort: no username supplied (see "hg help config")
* #203 - compress: AttributeError: 'Widget' object has no attribute 'stbar'
* #204 - commit: "No files found for this operation"
* #212 - shelve: AttributeError: 'ChunksWidget' object has no attribute 'mtime'
...
...
@@ -11,6 +13,7 @@
* #198 - compare file history: convert file data to unicode before displaying
* #202 - workbench: Abort: no username supplied (see "hg help config")
* #203 - compress: AttributeError: 'Widget' object has no attribute 'stbar'
* #204 - commit: "No files found for this operation"
* #212 - shelve: AttributeError: 'ChunksWidget' object has no attribute 'mtime'
* #213, #232 - repowidget: catch errors when selecting a revision
* #214 - settings: UnicodeDecodeError from username
...
...
@@ -16,3 +19,6 @@
* #214 - settings: UnicodeDecodeError from username
* #225 - sync: catch ssh URL parse errors
* #227 - run: catch environment errors when opening repositories.
* #228 - manifest: models leaked memory
* #229 - x86 packages did not have all the SVN SWIG DLLs
* #231 - AttributeError: 'SyncWidget' object has no attribute 'targetargs'
...
...
@@ -17,4 +23,6 @@
* #229 - x86 packages did not have all the SVN SWIG DLLs
* #231 - AttributeError: 'SyncWidget' object has no attribute 'targetargs'
* #233 - sync: keep bundle file in local encoding
* #234 - clipboard: fix encoding of data sent to the clipboard
Nightly builds of the stable branch can be found at **[[http://bitbucket.org/tortoisehg/thg-winbuild/downloads/|thg-winbuild]]**