]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add comment
authorMark Andrews <marka@isc.org>
Mon, 16 May 2005 23:35:37 +0000 (23:35 +0000)
committerMark Andrews <marka@isc.org>
Mon, 16 May 2005 23:35:37 +0000 (23:35 +0000)
util/update_branches

index 2773aa46ab737a9f4b842ad168eef6eb3bc0e08b..8b8d42a91896c8be83208459e1941187d3fec8ca 100644 (file)
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: update_branches,v 1.7 2005/05/16 07:03:47 marka Exp $
+# $Id: update_branches,v 1.8 2005/05/16 23:35:37 marka Exp $
+
+#
+#  Track which branches are still open or not in the bind9 cvs repository.
+#  This is done so that work that is "in progress" (active) doesn't get
+#  so easily forgotten about.
+#
+#  This script updates doc/private/branches by adding new branches and moving
+#  closed branches to the end of the file.  New branches are found by walking
+#  the cvs repository and extracting the new branches from the header fields
+#  of the files there.
+#
+#  doc/private/branches has one line per branch in the following field order:
+#  name, status, to whom the branch belongs and comments.  Comments are
+#  in '(',')'.  The first three field are single words.
+#
 
 %branches = ();
 %whom = ();