Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170812159
D600.id1083.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D600.id1083.diff
View Options
Index: devel/subversion/files/extra-patch-fbsd-template
===================================================================
--- devel/subversion/files/extra-patch-fbsd-template
+++ devel/subversion/files/extra-patch-fbsd-template
@@ -10,7 +10,7 @@
-@@ -322,6 +325,69 @@
+@@ -322,6 +325,70 @@
}
@@ -22,6 +22,7 @@
+
+static const char *prefixes[] = {
+ "PR:",
++ "CR:",
+ "Submitted by:",
+ "Reviewed by:",
+ "Approved by:",
@@ -80,12 +81,13 @@
#define EDITOR_EOF_PREFIX _("--This line, and those below, will be ignored--")
svn_error_t *
-@@ -337,8 +403,36 @@
+@@ -337,8 +403,38 @@
/* Set default message. */
default_msg = svn_stringbuf_create(APR_EOL_STR, pool);
+ svn_stringbuf_appendcstr(default_msg, APR_EOL_STR);
+ svn_stringbuf_appendcstr(default_msg, "PR:\t\t" APR_EOL_STR);
++ svn_stringbuf_appendcstr(default_msg, "CR:\t\t" APR_EOL_STR);
+ svn_stringbuf_appendcstr(default_msg, "Submitted by:\t" APR_EOL_STR);
+ svn_stringbuf_appendcstr(default_msg, "Reviewed by:\t" APR_EOL_STR);
+ svn_stringbuf_appendcstr(default_msg, "Approved by:\t" APR_EOL_STR);
@@ -104,6 +106,7 @@
+ svn_stringbuf_appendcstr(default_msg, APR_EOL_STR);
+ svn_stringbuf_appendcstr(default_msg, "> Description of fields to fill in above: 76 columns --|" APR_EOL_STR);
+ svn_stringbuf_appendcstr(default_msg, "> PR: If a GNATS PR is affected by the change." APR_EOL_STR);
++ svn_stringbuf_appendcstr(default_msg, "> CR: If a Phabric differential is affected by the change." APR_EOL_STR);
+ svn_stringbuf_appendcstr(default_msg, "> Submitted by: If someone else sent in the change." APR_EOL_STR);
+ svn_stringbuf_appendcstr(default_msg, "> Reviewed by: If someone else reviewed your modification." APR_EOL_STR);
+ svn_stringbuf_appendcstr(default_msg, "> Approved by: If you needed approval for this commit." APR_EOL_STR);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 7, 7:10 PM (5 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38482190
Default Alt Text
D600.id1083.diff (1 KB)
Attached To
Mode
D600: Include Differential Revision field in subversion freebsd template
Attached
Detach File
Event Timeline
Log In to Comment