diff options
author | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-07-09 18:14:05 +0200 |
---|---|---|
committer | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-07-09 18:14:05 +0200 |
commit | a106c0dbdcc564c649500257dc695055df3a6438 (patch) | |
tree | 857ff42bed25dbca73cdcb2b06a4de2507c65326 /README | |
parent | f37a3a84fafb91bcfc109fed95aa6d42726f1bf7 (diff) | |
download | minetest-a106c0dbdcc564c649500257dc695055df3a6438.tar.gz minetest-a106c0dbdcc564c649500257dc695055df3a6438.tar.bz2 minetest-a106c0dbdcc564c649500257dc695055df3a6438.zip |
+ notes regarding upstream conversion from mercurial using hg-fast-export
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,3 +27,6 @@ Alternate graphics: Building on GNU/Linux or OS X: cmake . -DRUN_IN_PLACE=1 make -j2 + +The “upstream” branch contains vanilla minetest-c55, created using: + hg-fast-export -r ~/share/src/games/minetest -o upstream |