[PATCH] timestamp of gzip archives taken from changeset context

Brendan Cully brendan at kublai.com
Wed Jun 20 21:21:20 CDT 2007


Pushed to crew, thanks.

On Monday, 11 June 2007 at 17:19, Csaba Henk wrote:
> On 2007-06-11, Csaba Henk <csaba-ml at creo.hu> wrote:
> > The patch below implements a tar.gz timestamp setting of this fashion.
> 
> And it had a trivial bug -- it had the line
> 
>      return tarfile.open(name, mode + 'kind', fileobj)
> 
> which should have been 
> 
>      return tarfile.open(name, mode + kind, fileobj)
> 
> Here is the fixed version.
> 
> Csaba
> 
> 
> # HG changeset patch
> # User csaba.henk at creo.hu
> # Date 1181581741 -7200
> # Node ID f7ca4941b9c85b2a6aeb5c7ca4beb78cd546dc2c
> # Parent  720ae5085ee34ab805ac27a443677c76629d686f
> timestamp of gzip archives taken from changeset context


More information about the Mercurial-devel mailing list