Why doesn't hg export compare against default to get the REVs?
Benoît Allard
benoit at aeteurope.nl
Thu Apr 23 02:27:34 CDT 2009
Arne Babenhauserheide wrote:
> Hi,
>
> I always assumed that "hg export" would compare against the default path (or
> default-push) to select revisions when I call it without revisions, the same
> way as hg bundle when I specify a target.
>
> Now it seems that it doesn't do that (anymore? Or did I just misunderstand
> something very badly?)
>
> I work with the current tip (fc78313cba53),
>
> With this the simple workflow
>
> $ hg export > changes.diff
>
> Doesn't work (anymore?)
Are you looking at
$ hg out -p > changes.diff
All the patches are concatenated though ... (And `import` does not
understand it).
More information about the Mercurial
mailing list