diff options
Diffstat (limited to 'issues/i_1a5fb257.cil')
-rw-r--r-- | issues/i_1a5fb257.cil | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/issues/i_1a5fb257.cil b/issues/i_1a5fb257.cil new file mode 100644 index 0000000..7792876 --- /dev/null +++ b/issues/i_1a5fb257.cil @@ -0,0 +1,15 @@ +Summary: Make sure depends-on and precedes can --add and --commit +Status: Finished +CreatedBy: Andrew Chilton <andychilton@gmail.com> +AssignedTo: Andrew Chilton <andychilton@gmail.com> +Label: Milestone-v0.07 +Comment: 146b6b88 +Inserted: 2010-01-24T10:36:07 +Updated: 2010-01-24T11:14:40 + +We need to support the following: + + $ cil depends-on --add cafebab1 cafebab2 + $ cil depends-on --commit cafebab1 cafebab2 + $ cil precedes --add cafebab1 cafebab2 + $ cil precedes --commit cafebab1 cafebab2 |