> > Good. BTW, Is there anyway to generate conflicts repeatedly?
> > I'd like to write bridge xtla and smerge-mode.
>
> Well, if you know what you expect, you can also have your "private"
> test project. Get two working copy, modify the first and commit.
> Modify the second and update.
>
> There's not much to do for a "bridge" between smerge and xtla. Mostly
> a good keybinding and a menu item I think.
Thank you. Now I can generate conflicts repeatedly.
My idea is that *arch-process* buffer created by star-merge should have its own
mode:
* star-merge by delta([EMAIL PROTECTED]
* applying changeset
A {arch}/test/test--test/test--test--1.0/[EMAIL PROTECTED]
C test
The user can do find-file by typing return(or C-m) on
C test
So smerge-mode is automatically launched.
How should I call this mode? star-merge-log-mode?
BTW, I found that tla-view-conflicts is good.
It is nice to show to display conflicts information on a inventory buffer like:
tla inventory for ~/var/xtla-test2/
S test [CONFLICTS]
end.
Is this difficult in arch?
Masatake YAMATO