mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-30 19:32:39 +00:00
I think most tests want a `MergedTree`, so this makes `create_tree()` return that. I kept the old function as `create_single_tree()`. That's now only used in `test_merge_trees` and `test_merged_tree`. I also consistently imported the functions now, something I've considered doing for a long time.