Remove Bug.target references from several becommands (all but target.py).
authorW. Trevor King <wking@drexel.edu>
Sun, 6 Dec 2009 01:57:31 +0000 (20:57 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 6 Dec 2009 01:57:31 +0000 (20:57 -0500)
becommands/html.py
becommands/merge.py
becommands/new.py
becommands/show.py

index 622a5312c3ff64a85dccdf7419701234a0df61b8..a0311887d96d80c960c5c9595ee6007876dd7174 100644 (file)
@@ -177,7 +177,7 @@ class HTMLGen (object):
                          'shortname':self.bd.bug_shortname(bug),
                          'comment_entries':comment_entries,
                          'generation_time':self.generation_time}
-        for attr in ['uuid', 'severity', 'status', 'assigned', 'target',
+        for attr in ['uuid', 'severity', 'status', 'assigned',
                      'reporter', 'creator', 'time_string', 'summary']:
             template_info[attr] = self._escape(getattr(bug, attr))
         self._write_file(self.bug_file % template_info, [fullpath])
@@ -272,7 +272,7 @@ class HTMLGen (object):
             if self.verbose:
                 print "\tCreating bug entry for %s" % self.bd.bug_shortname(bug)
             template_info = {'shortname':self.bd.bug_shortname(bug)}
-            for attr in ['uuid', 'severity', 'status', 'assigned', 'target',
+            for attr in ['uuid', 'severity', 'status', 'assigned',
                          'reporter', 'creator', 'time_string', 'summary']:
                 template_info[attr] = self._escape(getattr(bug, attr))
             bug_entries.append(self.index_bug_entry % template_info)
index 31c781f0df579370c3e7a302cba13a99c6aa9c0c..8cf7e2fe09f8cd2f112e85e8ea543b2443252c8b 100644 (file)
@@ -51,7 +51,6 @@ def execute(args, manipulate_encodings=True, restrict_file_access=False):
         Severity : minor
           Status : open
         Assigned : 
-          Target : 
         Reporter : 
          Creator : John Doe <jdoe@example.com>
          Created : ...
@@ -96,7 +95,6 @@ def execute(args, manipulate_encodings=True, restrict_file_access=False):
         Severity : minor
           Status : closed
         Assigned : 
-          Target : 
         Reporter : 
          Creator : Jane Doe <jdoe@example.com>
          Created : ...
index 92d61e40c3cf225eebace77652dedd08a8f7e6e2..00e8a47008ea9691b6e1e9db13953da8d307163b 100644 (file)
@@ -37,8 +37,8 @@ def execute(args, manipulate_encodings=True, restrict_file_access=False):
     True
     >>> print bug.severity
     minor
-    >>> bug.target == None
-    True
+    >>> print bug.status
+    open
     >>> bd.cleanup()
     """
     parser = get_parser()
index cc43f9adb6e47a5c2cc5c8a7a4915fedaed256c4..ab1708fa9891eabd85cdebedbb202564eb52cf46 100644 (file)
@@ -33,7 +33,6 @@ def execute(args, manipulate_encodings=True, restrict_file_access=False):
         Severity : minor
           Status : open
         Assigned : 
-          Target : 
         Reporter : 
          Creator : John Doe <jdoe@example.com>
          Created : ...