blob: a61a59f592960dfd9c35aadeaee3c38a9908f19b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Summary: Adding a label twice actually does it
Status: Finished
CreatedBy: Andrew Chilton <andychilton@gmail.com>
AssignedTo: Andrew Chilton <andychilton@gmail.com>
Label: Milestone-v0.06
Inserted: 2009-12-05T00:38:49
Updated: 2010-01-22T01:39:51
Take an issue with no labels:
$ cil label cafebabe Milestone-v0.1
$ cil label cafebabe Milestone-v0.1
$ cil show cafebabe
The label appears twice. This shouldn't happen.
|