Test that pulls a patch creating a file that got modified afterwards
authorYann Dirson <ydirson@altern.org>
Sun, 16 Apr 2006 20:40:29 +0000 (22:40 +0200)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 2 May 2006 20:35:14 +0000 (21:35 +0100)
This demonstrates an issue wite has bitten me more than once: the stg
branch adds a file in one patch, and modifies it in a later patch; then all
patches get integrated in upstream tree, and at "stg pull" time, stgit
believes there is a conflict, even when the patches are exactly the same.

This is normal as it requires the --merged flag on push or pull.  So
we rollback with "push --undo" and "push --merge" to finish.


No differences found