~sil2100/cupstream2distro/skip_all_projects

« back to all changes in this revision

Viewing changes to tests/mocks/offline/bzr

  • Committer: Didier Roche
  • Date: 2013-07-03 16:21:43 UTC
  • Revision ID: didier.roche@canonical.com-20130703162143-kwd8kdzpidvkc5ud
add revision and branch destination into the main commit message as an hint (LP: #1197456)

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
            sys.exit(0)
101
101
 
102
102
    elif command == "lp-propose-merge":
103
 
        if options == "lp-propose-merge lp:foo -m Releasing 6.12.0daily13.02.27.in.special.ppa-0ubuntu1 to ubuntu --approve":
 
103
        if options == "lp-propose-merge lp:foo -m Releasing 6.12.0daily13.02.27.in.special.ppa-0ubuntu1 (revision 42 from lp:foo) --approve":
104
104
            sys.exit(0)
105
 
        elif options == "lp-propose-merge lp:foo -m Releasing 1:6.12.0~daily13.02.27.in.special.ppa-0ubuntu1 to ubuntu --approve":
 
105
        elif options == "lp-propose-merge lp:foo -m Releasing 1:6.12.0~daily13.02.27.in.special.ppa-0ubuntu1 (revision 42 from lp:foo) --approve":
106
106
            sys.exit(0)
107
107
 
108
108
    # unhandled case