From 1e9e2bef1a0b437060120253036177869188f24b Mon Sep 17 00:00:00 2001
From: dprice <dprice@users.savannah.nongnu.org>
Date: Thu, 12 Nov 2009 02:27:31 +0000
Subject: [PATCH] * cvs.texinfo (Updating Commit Files): Update default taginfo
 string.

---
 doc/ChangeLog    | 4 ++++
 doc/cvs.texinfo  | 4 ++--
 doc/stamp-vti    | 4 ++--
 doc/version.texi | 4 ++--
 4 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/doc/ChangeLog b/doc/ChangeLog
index fb96bfcea..6058b064a 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2009-11-11  Derek Price  <derek@ximbiot.com>
+
+	* cvs.texinfo (Updating Commit Files): Update default taginfo string.
+
 2009-07-22  Larry Jones  <lawrence.jones@siemens.com>
 
 	* cvs.texinfo (history output, history examples): New.
diff --git a/doc/cvs.texinfo b/doc/cvs.texinfo
index 7ffefca4f..8cece3f44 100644
--- a/doc/cvs.texinfo
+++ b/doc/cvs.texinfo
@@ -14294,7 +14294,7 @@ the following strings to each active command line template in each file:
 @item editinfo
 @samp{ %l}
 @item taginfo
-@samp{ %t %o %p %@{sv@}}
+@samp{ %t %o %r/%p %@{sv@}}
 @item verifymsg
 @samp{ %l}
 @end table
@@ -14848,7 +14848,7 @@ For example, some valid format strings are @samp{%%}, @samp{%p}, @samp{%t},
 @cindex taginfo (admin file), updating legacy repositories
 @cindex compatibility notes, taginfo admin file
 Currently, if no format strings are specified, a default
-string of @samp{ %t %o %p %@{sv@}} will be appended to the command
+string of @samp{ %t %o %r/%p %@{sv@}} will be appended to the command
 line template before replacement is performed, but this
 feature is deprecated.  It is simply in place so that legacy
 repositories will remain compatible with the new @sc{cvs} application.
diff --git a/doc/stamp-vti b/doc/stamp-vti
index 3eecf050e..405edf0a4 100644
--- a/doc/stamp-vti
+++ b/doc/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 22 July 2009
-@set UPDATED-MONTH July 2009
+@set UPDATED 11 November 2009
+@set UPDATED-MONTH November 2009
 @set EDITION 1.12.13.1
 @set VERSION 1.12.13.1
diff --git a/doc/version.texi b/doc/version.texi
index 3eecf050e..405edf0a4 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 22 July 2009
-@set UPDATED-MONTH July 2009
+@set UPDATED 11 November 2009
+@set UPDATED-MONTH November 2009
 @set EDITION 1.12.13.1
 @set VERSION 1.12.13.1
-- 
GitLab