monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] Representing EBCDIC history in monotone


From: Jack Lloyd
Subject: Re: [Monotone-devel] Representing EBCDIC history in monotone
Date: Tue, 1 Jul 2008 17:43:35 -0400
User-agent: Mutt/1.5.16 (2007-06-09)

On Tue, Jul 01, 2008 at 11:25:53PM +0200, Thomas Keller wrote:

> Actually there is a mtn:manual-merge _attribute_ in mtn which can be 
> attached to a file and which even gets auto-attached for a couple of file 
> extensions plus files which contain bytes in the following areas:
>
>      0x00 thru 0x06
>      0x0E thru 0x1a
>      0x1c thru 0x1f

Does this actually work?

I just tried:

mkdir manual-merge
cd manual-merge/
mtn -d test.mtn db init
mtn -d test.mtn setup -b test .
head -c 16 /dev/zero  > zeros
mtn add zeros
mtn ci . zeros -m "zeros"
mtn attr get zeros
  -> No attributes for 'zeros'

It does set it for a file with a .png extension.

-Jack




reply via email to

[Prev in Thread] Current Thread [Next in Thread]