lp://staging/~cmiller/desktopcouch/no-returns-in-finally
- Get this branch:
- bzr branch lp://staging/~cmiller/desktopcouch/no-returns-in-finally
Branch merges
- Eric Casteleijn (community): Approve
- John O'Brien (community): Approve
- dobey (community): Approve
-
Diff: 8 lines (+0/-1)1 file modifieddesktopcouch/application/service.py (+0/-1)
Branch information
Recent revisions
- 278. By Chad Miller
-
Fix one path of a service, where an exception should be received by the calling function (main, except for tests), and since we return out of the finally-block, there's no exception to send. This would make tests very hard to debug when there was a failure.
- 276. By Eric Casteleijn
-
* Install the existing apport hook (LP: #791927)
* Fix setup.py so it uses paths relative to the prefix - 275. By Chad Miller
-
Shut down every child when service exits. On SIGTERM or SIGHUP, exit gracefully. (LP: 597197)
- 274. By Chad Miller
-
Add ability for plugins to delay DBus service activation until they are finished processing. Make ubuntuone_pairing plugin use this. (LP: #760236)
- 272. By Chad Miller
-
For personal couchdbs, by default, disable statistics gathering, which almost noone will want or use. (LP: #746367)
- 269. By Eric Casteleijn
-
For loop was missing break statement so would always find last rather than first occurrence
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/desktopcouch