Fwd: Python DVCS PEP question
Peter Arrenbrecht
peter.arrenbrecht at gmail.com
Tue Nov 18 00:43:12 CST 2008
>[snip]
> Do you know if there is standard way to generate a patch containing
> all changes not found in the parent repository? I noticed `hg email`
> has the --outgoing option, but this is of no use for us since
> python-dev don't like receiving patches as emails. I guess running `hg
> outgoing` and then `hg export <revision>:` is good enough.
Anyone know a good option for multiple csets? Like `hg export --outgoing`?
(I don't. Seems to be another case for having a single, central log
walker that supports all the options like --outgoing --only-branch
--except-branch --only-merge --no-merge --follow --prune, etc. to be
used in commands like log, glog, export, email, etc.)
-parren
More information about the Mercurial
mailing list