# # # patch "README" # from [88d1a891d7ae1a984f36a8860b8bd572e92f4e46] # to [e48ab90166dcd00317e304495231fe94a6a5458b] # ============================================================ --- README 88d1a891d7ae1a984f36a8860b8bd572e92f4e46 +++ README e48ab90166dcd00317e304495231fe94a6a5458b @@ -96,14 +96,22 @@ Known Bugs ========== -* Most of the workspace commands (add, drop, update, rename, ...) haven't been +* If you try an anonymous pull after you tried a pull with a specific key, + the anonymous one might fail with "Key 'abc...' is unknown to server" as + well, because monotone 0.46 has a bug which prevents the resetting of global + options such as --key between stdio commands. + +* When you switch one workspace to another revision, old paths might still + pop up in the workspace view on Mac OS X. The reason for that is because + Qt doesn't properly resets / clears the attached views if a model is hard + reset. Clicking on these "ghost" items should remove them. + +* Some of the workspace commands (add, drop, rename, ...) haven't been implemented because the monotone automation interface does not yet have support for them. This will eventually be changed in the future on either side (i.e. either I will implement the functionality directly in monotone or I'll use the normal command line interface to trigger the commands), but this heavily depends on my workload and mood... - The Update Workspace dialog and the right-click actions in the workspace - view are therefore just stubs and won't do anything. * If your problem is not described here, take a look at the task list on http://guitone.thomaskeller.biz/g/tracker