From: Christos Zoulas Date: Mon, 7 Jan 2008 23:32:11 +0000 (+0000) Subject: new magic X-Git-Tag: pre-rrt-big-changes-post-4-23~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10a1d1ec2cb8e7f65342a17eeacc9c81bf4f07a8;p=file new magic --- diff --git a/magic/Magdir/mercurial b/magic/Magdir/mercurial new file mode 100644 index 00000000..3f1bdfc8 --- /dev/null +++ b/magic/Magdir/mercurial @@ -0,0 +1,12 @@ + +#------------------------------------------------------------------------------ +# mercurial: file(1) magic for Mercurial changeset bundles +# http://www.selenic.com/mercurial/wiki/ +# +# Jesse Glick (jesse.glick@sun.com) +# + +0 string HG10 Mercurial changeset bundle +>4 string UN (uncompressed) +>4 string GZ (gzip compressed) +>4 string BZ (bzip2 compressed) diff --git a/magic/Makefile.am b/magic/Makefile.am index 730ad325..95879894 100644 --- a/magic/Makefile.am +++ b/magic/Makefile.am @@ -124,6 +124,7 @@ Magdir/maple \ Magdir/mathematica \ Magdir/matroska \ Magdir/mcrypt \ +Magdir/mercurial \ Magdir/mime \ Magdir/mips \ Magdir/mirage \