You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the diff-tool is called with arguments: .received..approved., causing the expected result to be on the right side of the merge/diff-tool. Default is that the expected result is to the left.
Could the order of the arguments be switched, so the approved result shows up on the left?
Great! Thanks!
The text was updated successfully, but these errors were encountered:
No. Many of the diff tools will not let you move changes from right to
left. Since the approved file is often created in the diff tool by moving
the results you got to the approved side reversing the order is problematic.
Currently, the diff-tool is called with arguments: .received. .approved., causing the expected result to be on the right side of the
merge/diff-tool. Default is that the expected result is to the left.
Could the order of the arguments be switched, so the approved result shows
up on the left?
Currently, the diff-tool is called with arguments: .received. .approved., causing the expected result to be on the right side of the merge/diff-tool. Default is that the expected result is to the left.
Could the order of the arguments be switched, so the approved result shows up on the left?
Great! Thanks!
The text was updated successfully, but these errors were encountered: