Bugs Everywhere Bug List

Bug: bea/7cb

ID : 7cb42a60-c977-40db-b2a1-19917c10cace
Short name : bea/7cb
Status : open
Severity : wishlist
Assigned :
Reporter : W. Trevor King <wking@drexel.edu>
Creator : W. Trevor King <wking@drexel.edu>
Created : Sat, 23 Jan 2010 18:49:03 +0000
Summary : `be list --this-version` listing bugs affecting your version of BE

Comment: --------- Comment ---------
ID: a555d577-7f8c-49f2-96f6-263ce5fdff8e
Short name: bea/7cb/a55
From: W. Trevor King <wking@drexel.edu>
Date: Sat, 23 Jan 2010 18:59:03 +0000

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."


Comment: --------- Comment ---------
ID: d533d72f-2365-4309-a2bb-6bae269235fe
Short name: bea/7cb/d53
From: "W. Trevor King" <wking@drexel.edu>
Date: Thu, 15 Jul 2010 12:08:54 +0000

This would require snapshotting the current BE bugdir on
packaging/installation.  Easy enough to do, but usage should probably be
  be --repo INSTALLED
or
  be --installed
to load the snapshot bugdir.

I'm not sure if we actually want to do this, so I'm demoting the issue
to wishlist.