Merge lp:~thisfred/u1db/u1todo-3 into lp:u1db
Proposed by
Eric Casteleijn
on 2012-04-23
| Status: | Merged |
|---|---|
| Merged at revision: | 258 |
| Proposed branch: | lp:~thisfred/u1db/u1todo-3 |
| Merge into: | lp:u1db |
| Diff against target: |
220 lines (+107/-16) 3 files modified
u1todo/test_u1todo.py (+34/-0) u1todo/u1todo.py (+31/-0) u1todo/ui.py (+42/-16) |
| To merge this branch: | bzr merge lp:~thisfred/u1db/u1todo-3 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Alejandro J. Cura (community) | 2012-04-23 | Approve on 2012-04-25 | |
|
Review via email:
|
|||
Commit Message
- u1todo saves the done status when an item is checked or unchecked
- u1todo now saves to a real database, so todo items persist between sessions
Description of the Change
- u1todo saves the done status when an item is checked or unchecked
- u1todo now saves to a real database, so todo items persist between sessions
To post a comment you must log in.
lp:~thisfred/u1db/u1todo-3
updated
on 2012-04-25
- 255. By Eric Casteleijn on 2012-04-25
-
merged trunk

Code looks fine, all tests pass.