Merged Anton Batenev's report of Nicolas Alvarez' unicode-in-be-new bug
[be.git] / .be / bea86499-824e-4e77-b085-2d581fa9ccab / bugs / 7cb42a60-c977-40db-b2a1-19917c10cace / comments / a555d577-7f8c-49f2-96f6-263ce5fdff8e / body
1 Usage case:
2   * User A installs version 1.0 which contains bug /abc.
3   * Development continues, fixing bug /abc.
4   * User A wants to see which bugs affect their version, and query the
5     main bug repository.
6       $ be --repo http://bugseverywhere.org/bugs list --this-version
7       bea/abc:om: Whatsit not implemented.
8       $ be --repo http://bugseverywhere.org/bugs show bea/abc
9                 ID : abc...
10         Short name : bea/abc
11           Severity : minor
12             Status : fixed
13             ...
14       Whatsit not implemented.
15       --------- Comment ---------
16       Name: bea/abc/def
17       From: ...
18       Date: Sat, 23 Jan 2010 14:00 ...
19       
20       Whatsit implemented.
21     "Aha!", says the user, "I need to upgrade to a version of BE
22     that's more recent than 2010/01/23 to get Whatsit functionality."
23