crew: qrefresh -D/-d confusion
Giorgos Keramidas
keramida at ceid.upatras.gr
Mon Jun 8 08:05:13 CDT 2009
On Mon, 8 Jun 2009 14:19:06 +0200, Peter Arrenbrecht <peter.arrenbrecht at gmail.com> wrote:
> qref -D never inserts dates. It only updates them when the original
> patch already contained them. The idea is that you can safely have
>
> [defaults]
> qrefresh = -D
>
> in your .hgrc without worrying about adding dates to patches that did
> not use to have them.
Ok, that makes sense.
Is there any way to explicitly *add* a date though?
Right now the only way I found is to:
hg qrefresh --git
hg export tip > $(hg root)/.hg/patches/my-patch-name
hg qrefresh --git -d 'new date'
This works, but it is a bit, uhm, cumbersome...
More information about the Mercurial
mailing list