Conversation
|
I didn't see what conflicts you needed to resolve, but I'm happy to assume it wasn't something worth worrying about. Will leave you to confirm and merge though. Thanks! |
```
git mergetool
This message is displayed because 'merge.tool' is not configured.
See 'git mergetool --tool-help' or 'git help config' for more details.
'git mergetool' will now attempt to use one of the following tools:
opendiff kdiff3 tkdiff xxdiff meld tortoisemerge gvimdiff diffuse diffmerge ecmerge p4merge araxis bc codecompare smerge emerge vimdiff
Merging:
.travis.yml
pythonforandroid/python.py
testapps/setup_testapp_python3.py
Normal merge conflict for '.travis.yml':
{local}: modified file
{remote}: modified file
Hit return to start merge resolution tool (vimdiff):
4 files to edit
Deleted merge conflict for 'pythonforandroid/python.py':
{local}: deleted
{remote}: modified file
Use (m)odified or (d)eleted file, or (a)bort? d
Deleted merge conflict for 'testapps/setup_testapp_python3.py':
{local}: deleted
{remote}: modified file
Use (m)odified or (d)eleted file, or (a)bort? d
```
|
Yes the conflict merge doesn't appear really and I've edited the actual merge commit to include the conflicting files and action taken. And also I realised I think we're good to go, could you give it another look? |
|
Nice :) |
Resolved conflict locally, see log below (from
developbranch):