
28 Nov
2007
28 Nov
'07
3:19 p.m.
Dan Smith wrote:
HE> What am I doing wrong, if "hg export" returns with: HE> abort: export requires at least one changeset
The patch must be applied before you can export it. You can also just do "less .hg/patches/foo" to see the patch if it's not applied.
I think I was unclear. Typing "hg export" or "hg email" alone will not do anything; both require a patch name for their argument. In other words, if your patch is named alloc_cap_fix, type "hg export alloc_cap_fix" to check it over, then "hg email alloc_cap_fix" to email it. -- -Jay