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
Handle IDiff.NO_CHANGE when comparing two files identical files
When comparing two files while synchronizing with a remote
version-control system an exception might be thrown when those happen to
be identical.
Add an additional case to the switch-statement to handle this situation.
The reason it worked previously is because this case has the ID 0, which
corresponds to the initial value of the local integer variable.
Resolves#1159
Amends d2ed9d5
0 commit comments