>>> "Uwe" == Uwe Brauer <oub at mat.ucm.es> writes: > Hello > I want to generate a patch which covers rev 6828 till 6831 but excludes > 6830 and 6829 because it is on a branch. > How can I do that? > hg export -g -r 6831:6828 Sorry for the noise. hg export 6831 6828 6827 6826 > my.patch Does precisely what I want. Uwe Brauer