Closed gaak99 closed 7 years ago
Via merge --dry-run you can see the clunky paths
$ oxit merge --dry-run orgzly/oxit-merge-me-maybe.org merge dry-run: emacsclient --eval '(ediff-merge-files "/tmp/myoxitrepo/.oxit/orgzly/.oxit::oxit-merge-me-maybe.org/2c120446decd"
The main problem is the post ediff save merged buf is in the wrong dir so the user has to remember to rewhack the path to the correct dir.
ok here's how it looks now
merge dry-run: emacsclient --eval '(ediff-merge-files "/tmp/myoxitrepo/orgzly/oxit-merge-me-maybe.org::2c120446decd" "/tmp/myoxitrepo/orgzly/oxit-merge-me-maybe.org::2c130446decd")'
The merge paths are under .oxit and confusing as fuxx (exposing non useful internals to boot) so need to be cleaned up.