Revision: 76477
          http://sourceforge.net/p/brlcad/code/76477
Author:   starseeker
Date:     2020-07-25 01:46:30 +0000 (Sat, 25 Jul 2020)
Log Message:
-----------
Go with svn nomenclature account' for output

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

Modified: brlcad/trunk/misc/repowork/commit.cpp
===================================================================
--- brlcad/trunk/misc/repowork/commit.cpp       2020-07-24 23:53:38 UTC (rev 
76476)
+++ brlcad/trunk/misc/repowork/commit.cpp       2020-07-25 01:46:30 UTC (rev 
76477)
@@ -474,7 +474,7 @@
            }
        }
        if (c->svn_committer.length()) {
-           std::string committerstr = std::string("svn:committer:") + 
c->svn_committer;
+           std::string committerstr = std::string("svn:account:") + 
c->svn_committer;
            nmsg = c->commit_msg + std::string("\n\n") + nstr + 
std::string("\n") + committerstr + std::string("\n");
        } else {
            nmsg = c->commit_msg + std::string("\n\n") + nstr + 
std::string("\n");

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to