Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blog/2017/new-mercurial-workflow/ #393

Open
ahal opened this issue Oct 25, 2019 · 2 comments
Open

blog/2017/new-mercurial-workflow/ #393

ahal opened this issue Oct 25, 2019 · 2 comments
Labels

Comments

@ahal
Copy link
Owner

ahal commented Oct 25, 2019

https://ahal.ca/blog/2017/new-mercurial-workflow/

@ahal
Copy link
Owner Author

ahal commented Oct 25, 2019

Yarik Sheptykin wrote on 2017-01-11 06:47:38

Thanks for sharing!

I have been using this workflow for about a year now and can report that rebase extension is not very helpful when conflicts arise. This makes bookmark workflow comfortable for short-lived patches. Whenever you changeset lives long enough to race with somebody else's work you will have hard times keeping up with central. rebase would live you with a bunch of .rej files without hinting where the merge broke. This problems might affect changesets that touch many things. To my experience using mq in such situations is more comfortable.

@ahal ahal added the comment label Oct 25, 2019
@ahal
Copy link
Owner Author

ahal commented Oct 25, 2019

ahal wrote on 2017-01-11 15:39:54

Whether .rej files show up or not depends on how you have mercurial configured. For example, you could install meld (http://meldmerge.org/), then add:

[ui]
merge = meld

To your hgrc. Now when hitting conflicts you'll be using a proper 3-way merge tool. I use meld and have not seen .rej files since switching from mq. Meld is just one example, you could use kdiff3 or vimdiff or whatever you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant