compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st
changeset 540 694ad2f97c65
parent 537 fb212e14d1f4
parent 539 610131174c0f
child 542 bb97dcbe2359
--- a/compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st	Mon Sep 07 11:53:38 2015 +0100
+++ b/compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st	Tue Sep 08 02:23:45 2015 +0100
@@ -61,6 +61,27 @@
 
     "Created: / 03-10-2014 / 01:47:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 10-05-2015 / 06:27:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+monticelloSplicemap
+    "Return a splicemap for this package. This is used to forge a 
+     'fake' ancestor when generating ancestry information out of 
+     Mercurial (or anyt other) history. This should make merging 
+     back into Squeak/Pharo a little easier as Monticello can (in theory)
+     find a proper ancestor. 
+
+     All this requires monticelloSplicemap being updated each time a code
+     is merged from Monticello.
+
+     The format of splicemap is a flat array of pairs 
+     (commit id, MCVersionInfo to splice) as literal encoding.
+    "
+
+    ^ #(
+        #(HGChangesetId 'f6f68d32de73') #(MCVersionInfo name: 'PetitCompiler-Extras-Tests-JanKurs.29' id: 'ea1dbb67-f884-4237-8f34-adb0677c0954' date: '2015-08-24' time: '11:36:52.503' author: 'JanKurs' message: '- Some more tests
+- Better naming for PPSmalltalkParser')
+
+    )
 ! !
 
 !stx_goodies_petitparser_compiler_tests_extras class methodsFor:'description'!