I have a cloned Mercurial remote repo on Linux.
Some features I work on need to be tested on Windows also.
So, I cloned the same remote repo in both Linux and Windows. They are the same repositories, which must have the same changes I make. The source code always must remain the same on both Windows and Linux. Just to test and debug, I'll need to work atop my Linux changes on Windows and vice-versa.
Can someone suggest a good workflow?
I have basic experience with using Mercurial Queues.