]> git.mjollnir.org Git - cil.git/commitdiff
cil-bf35f2c7: New Issue
authorAndrew Chilton <andychilton@gmail.com>
Sat, 5 Dec 2009 00:40:28 +0000 (13:40 +1300)
committerAndrew Chilton <andychilton@gmail.com>
Sat, 5 Dec 2009 00:40:48 +0000 (13:40 +1300)
issues/i_bf35f2c7.cil [new file with mode: 0644]

diff --git a/issues/i_bf35f2c7.cil b/issues/i_bf35f2c7.cil
new file mode 100644 (file)
index 0000000..e69f003
--- /dev/null
@@ -0,0 +1,14 @@
+Summary: Adding a label twice actually does it
+Status: New
+CreatedBy: Andrew Chilton <andychilton@gmail.com>
+AssignedTo: Andrew Chilton <andychilton@gmail.com>
+Inserted: 2009-12-05T00:38:49
+Updated: 2009-12-05T00:39:50
+
+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.