Maurício <[email protected]> writes: > Hi, > > Is it possible to pull all patches from a > repository, but without applying them to the > current code, so that all diferences between > my files and the composition of patches would > be marked as changes?
There is no single command to do that. Doing what you say would not be doable, since you might end up with an unappliable pending. You could try recording, pulling, then unrecording and whatneawsing. It's not perfect: you might have to deal with conflicts in the meantime. Florent _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
