~bzr/bzr-explorer/ppa-daily

« back to all changes in this revision

Viewing changes to lib/app_suite.py

  • Committer: Andrew Starr-Bochicchio
  • Date: 2010-09-30 15:21:05 UTC
  • mfrom: (311.41.35 trunk)
  • Revision ID: a.starr.b@gmail.com-20100930152105-g2p905ajjtox8oos
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
    "status":   "bzr qstatus",
192
192
    "switch":   "bzr qswitch --ui-mode",
193
193
    "tag":      "bzr qtag --ui-mode",
194
 
    "unbind":   "bzr qunbind --ui-mode",
 
194
    "unbind":   "bzr qunbind --ui-mode --execute",
195
195
    "uncommit": "bzr quncommit --ui-mode",
196
 
    "update":   "bzr qupdate --ui-mode",
 
196
    "update":   "bzr qupdate --ui-mode --execute",
197
197
    }
198
198
_QBZR_REMOTE_MAPPING = {
199
199
    "browse":   "bzr qbrowse %(root)s -r-1",