Revision: 73184
          http://sourceforge.net/p/brlcad/code/73184
Author:   starseeker
Date:     2019-05-26 16:19:23 +0000 (Sun, 26 May 2019)
Log Message:
-----------
Should be able to handle this with the custom override mechanism.

Modified Paths:
--------------
    brlcad/trunk/misc/repoconv/svnfexport/svnfexport_git.cxx

Modified: brlcad/trunk/misc/repoconv/svnfexport/svnfexport_git.cxx
===================================================================
--- brlcad/trunk/misc/repoconv/svnfexport/svnfexport_git.cxx    2019-05-25 
19:37:31 UTC (rev 73183)
+++ brlcad/trunk/misc/repoconv/svnfexport/svnfexport_git.cxx    2019-05-26 
16:19:23 UTC (rev 73184)
@@ -1184,11 +1184,6 @@
        }
     }
 
-    if (rev.revision_number == 36472) {
-       std::cout << "Skipping r36472 - branch rename, handled by mapping the 
original name in the original commit (dmtogl-branch) to the desired branch name 
(dmtogl)\n";
-       exit(1);
-    }
-
     if (rev_num == 36053) {
        all_git_branches.push_back(std::string("rel8"));
     }

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