summaryrefslogtreecommitdiff
path: root/issues/i_bf35f2c7.cil
diff options
context:
space:
mode:
Diffstat (limited to 'issues/i_bf35f2c7.cil')
-rw-r--r--issues/i_bf35f2c7.cil15
1 files changed, 15 insertions, 0 deletions
diff --git a/issues/i_bf35f2c7.cil b/issues/i_bf35f2c7.cil
new file mode 100644
index 0000000..a61a59f
--- /dev/null
+++ b/issues/i_bf35f2c7.cil
@@ -0,0 +1,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.