Subject: Remove broken commands from the user interface
From: Michael Schutte <michi@debian.org>

The attach and milestone commands are listed in --help and available
from the command line, but don’t actually have a working implementation
right now.  Don’t show them in the Debian build.

Index: devel/lib/ticgit-ng/command.rb
===================================================================
--- devel.orig/lib/ticgit-ng/command.rb	2011-03-01 22:00:01.000000000 +0100
+++ devel/lib/ticgit-ng/command.rb	2011-03-01 22:00:07.000000000 +0100
@@ -10,11 +10,9 @@
     end
 
     register 'Assign', 'Assings a ticket to someone', 'assign'
-    register 'Attach', 'Attach file to ticket', 'attach'
     register 'Checkout', 'Checkout a ticket', 'checkout', 'co'
     register 'Comment', 'Comment on a ticket', 'comment'
     register 'List', 'List tickets', 'list'
-    register 'Milestone', 'List and modify milestones', 'milestone'
     register 'New', 'Create a new ticket', 'new'
     register 'Points', 'Assign points to a ticket', 'points'
     register 'Recent', 'List recent activities', 'recent'
