From 249c1b39c4b19761736e22124966a924615c4287 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Fri, 12 Feb 2010 05:29:28 -0600 Subject: [PATCH] Adding issues to resolve --- issue-tracker/0001f5.rst | 4 ++++ issue-tracker/0002f6.rst | 6 ++++++ issue-tracker/0003f6.rst | 4 ++++ issue-tracker/0004f7.rst | 2 ++ bt.groovy => pit.groovy | 0 5 files changed, 16 insertions(+) create mode 100644 issue-tracker/0001f5.rst create mode 100644 issue-tracker/0002f6.rst create mode 100644 issue-tracker/0003f6.rst create mode 100644 issue-tracker/0004f7.rst rename bt.groovy => pit.groovy (100%) diff --git a/issue-tracker/0001f5.rst b/issue-tracker/0001f5.rst new file mode 100644 index 0000000..57af1b1 --- /dev/null +++ b/issue-tracker/0001f5.rst @@ -0,0 +1,4 @@ +Show full issue text with -v, --verbose +======================================= + +Print the full issue when passed the verbose option. diff --git a/issue-tracker/0002f6.rst b/issue-tracker/0002f6.rst new file mode 100644 index 0000000..be412bc --- /dev/null +++ b/issue-tracker/0002f6.rst @@ -0,0 +1,6 @@ +Add the ability to change an issue's status +=========================================== + +The -l/--list options lists issues, add a set of options to reclassify +an issue from one category to another. The most common is CLOSED, but +other categories should also be supported. diff --git a/issue-tracker/0003f6.rst b/issue-tracker/0003f6.rst new file mode 100644 index 0000000..c740c7a --- /dev/null +++ b/issue-tracker/0003f6.rst @@ -0,0 +1,4 @@ +Add the ability to re-prioritize a set of issues +================================================ + +Add a mode that changes the priority of a selection of issues. diff --git a/issue-tracker/0004f7.rst b/issue-tracker/0004f7.rst new file mode 100644 index 0000000..21e9f8f --- /dev/null +++ b/issue-tracker/0004f7.rst @@ -0,0 +1,2 @@ +Add the ability to enter new issues +=================================== diff --git a/bt.groovy b/pit.groovy similarity index 100% rename from bt.groovy rename to pit.groovy