Bitbucket, Mercurial - resolving merge conflicts when syncing a fork -


master (read-only)   |--- myfork (write)   |--- otherfork01 (read-only)   |--- otherfork02 (read-only)   .   .   . 

i've used mercurial vcs (had to), committing myfork. bitbucket letting me know i'm couple commits behind master - now, not issue resolve.

this time, however, i'm getting merge conflicts when hitting sync-button. unfortunately, bitbucket not seem provide way resolve conflict right there in interface.

instead, it's providing more information how resolve conflicts if using git - not particularly helpful in case.

as due conflicts, merge never performed, can't pull conflict bitbucket resolve either.

i'm using tortoisehg , created fork through bitbucket interface.

i appreciate if me resolve issue.

turns out if keep hitting "merge" , "show details" in resulting error message, detail page hitting merge again display necessary code execute.

not sure why hit thus, though.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -