~juju-qa/ubuntu/xenial/juju/xenial-2.0-beta3

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/state/upgrade.go

  • Committer: Martin Packman
  • Date: 2016-03-30 19:31:08 UTC
  • mfrom: (1.1.41)
  • Revision ID: martin.packman@canonical.com-20160330193108-h9iz3ak334uk0z5r
Merge new upstream source 2.0~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        "github.com/juju/errors"
42
42
        jujutxn "github.com/juju/txn"
43
43
        "github.com/juju/utils/set"
 
44
        "github.com/juju/version"
44
45
        "gopkg.in/mgo.v2"
45
46
        "gopkg.in/mgo.v2/bson"
46
47
        "gopkg.in/mgo.v2/txn"
47
 
 
48
 
        "github.com/juju/juju/version"
49
48
)
50
49
 
51
50
// UpgradeStatus describes the states an upgrade operation may be in.