I have two machines, A and B that both access an external
hg repository.
I did some development on A, wasn't ready to push changesets to the external, and needed to switch machines, so I pushed the changesets to B using
hg serve. Changesets continued on B, were committed and then pushed to external
…