[darcs-users] darcs patch: Add test case for issue844.

David Roundy droundy at darcs.net
Mon Sep 1 13:44:49 UTC 2008


It looks like this isn't a bug.  The file just isn't compressed.
Unless there's some way to trigger a bug using darcs.

David

On Sat, Aug 30, 2008 at 04:09:31PM -0700, Eric Kow wrote:
> Sun Aug 31 00:09:09 BST 2008  Eric Kow <E.Y.Kow at brighton.ac.uk>
>   * Add test case for issue844.

> New patches:
> 
> [Add test case for issue844.
> Eric Kow <E.Y.Kow at brighton.ac.uk>**20080830230909] addfile ./bugs/issue844_gzip_crc.sh
> hunk ./bugs/issue844_gzip_crc.sh 1
> +#!/usr/bin/env bash
> +set -ev
> +rm -rf temp1 temp2
> +mkdir temp1
> +cd temp1
> +darcs init
> +echo > a
> +darcs add a
> +darcs record a -a -m "init"
> +cd ..
> +
> +mkdir temp2
> +cd temp2
> +darcs init
> +darcs pull ../temp1 -a
> +gzip --test _darcs/patches/*-*
> +rm -rf temp1 temp2


More information about the darcs-users mailing list