aboutsummaryrefslogblamecommitdiffstats
path: root/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/7cb42a60-c977-40db-b2a1-19917c10cace/comments/a555d577-7f8c-49f2-96f6-263ce5fdff8e/body
blob: c45d2c7567f2c15f207f00eaa606b69ad601da32 (plain) (tree)






















                                                                      
Usage case:
  * User A installs version 1.0 which contains bug /abc.
  * Development continues, fixing bug /abc.
  * User A wants to see which bugs affect their version, and query the
    main bug repository.
      $ be --repo http://bugseverywhere.org/bugs list --this-version
      bea/abc:om: Whatsit not implemented.
      $ be --repo http://bugseverywhere.org/bugs show bea/abc
                ID : abc...
        Short name : bea/abc
          Severity : minor
            Status : fixed
	    ...
      Whatsit not implemented.
      --------- Comment ---------
      Name: bea/abc/def
      From: ...
      Date: Sat, 23 Jan 2010 14:00 ...
      
      Whatsit implemented.
    "Aha!", says the user, "I need to upgrade to a version of BE
    that's more recent than 2010/01/23 to get Whatsit functionality."