Code review comment for lp:~jameinel/bzr/2.1.0b4-update-by-delta-bug

Revision history for this message
John A Meinel (jameinel) wrote :

This is actually the first in my series of win32 fixes that actually fixes a bug, rather than just cleaning up the test suite.

There was a place in "Dirstate.update_by_delta()" that was using "os.path.join()" rather than osutils.pathjoin(), and was thus putting 'foo\bar' style paths into the dirstate file.

« Back to merge proposal