~ubuntu-branches/debian/jessie/phatch/jessie

« back to all changes in this revision

Viewing changes to phatch/app.py

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski, Stani M, Emilio Pozuelo Monfort, Sandro Tosi
  • Date: 2008-11-09 21:43:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20081109214323-1hdaslav6wy7jgcz
Tags: 0.1.6-1
[ Stani M ]
* New upstream release (Closes LP: #288404, #277073, #260549)

[ Emilio Pozuelo Monfort ]
* Fix watch file.

[ Sandro Tosi ]
* debian/control
  - switch Vcs-Browser field to viewsvn

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
        settings['droplet'] = True
159
159
        paths.insert(0,'recent')
160
160
    if settings['droplet']:
 
161
        if not paths:
 
162
            paths = ['recent']
161
163
        _droplet(app_file,paths,settings)
162
164
    elif len(paths)>1 or settings['console'] or settings['interactive']:
163
165
        _console(paths,settings)