Revision: 78297
          http://sourceforge.net/p/brlcad/code/78297
Author:   starseeker
Date:     2021-02-22 03:09:25 +0000 (Mon, 22 Feb 2021)
Log Message:
-----------
Whoops, need to keep the brlcad_conv12 output matching for the final stages, 
since the corrective notes are keying off of those SHA1 values.

Modified Paths:
--------------
    brlcad/trunk/misc/repowork/repowork.cpp

Modified: brlcad/trunk/misc/repowork/repowork.cpp
===================================================================
--- brlcad/trunk/misc/repowork/repowork.cpp     2021-02-22 01:21:22 UTC (rev 
78296)
+++ brlcad/trunk/misc/repowork/repowork.cpp     2021-02-22 03:09:25 UTC (rev 
78297)
@@ -103,7 +103,7 @@
        std::string note((std::istreambuf_iterator<char>(n)), 
std::istreambuf_iterator<char>());
 
        // Replace git style branch name for master with SVN style name
-       std::regex mstr_regex("svn:branch:master$");
+       std::regex mstr_regex("svn:branch:master");
        std::string note_fixed = std::regex_replace(note, mstr_regex, 
"svn:branch:trunk");
 
        // Write the message to the commit's string;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to