On 2007-09-14 10:15:11 -0400, Jon Smirl wrote: > Does it make sense to mix pushing and reordering in the push > command, or should reordering always be done with the sink and float > commands? You can get any kind of reordering done using just push and pop. For example, if you have (bottom to the left, top to the right) p1, p2, p3, p4 and want p1, p4, p3, p2 this will do it (barring any merge conflicts, naturally): $ stg pop p2 p3 $ stg push p3 p2 Does this cover what you had in mind? -- Karl Hasselström, kha@xxxxxxxxxxx www.treskal.com/kalle - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html