On Fri, Aug 24, 2018 at 02:10:35PM +0300, Anton Shepelev wrote: > Can you please tell me what happens to uncommitted changes > in the working copy during a 'switch'? The same as with 'update'. Local changes are merged with incoming changes.
You can think of 'switch' as an 'update' which is not limited to traversing just the revision number space, but which can traverse both the revision number space and the in-repository path space.