Remove hg log. - susmb - mounting of SMB/CIFS shares via FUSE
 (HTM) git clone git://git.codemadness.org/susmb
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c418b9445543c8567d2f44e3a65b54372ae8c0cd
 (DIR) parent 53ea3c420dc91d99b340f65bd2d5f336fdcee39e
 (HTM) Author: Geoff Johnstone <qwerty@acm.org>
       Date:   Fri, 10 Apr 2009 13:52:29 +0100
       
       Remove hg log.
       
       Diffstat:
         M Makefile                            |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -86,7 +86,6 @@ tar:
                mkdir $(STAGING)
                git archive $(VERSION) | tar -C $(STAGING) -x -f -
                git log > $(STAGING)/Changelog
       -        hg log -v > $(STAGING)/Changelog
                cp -a $(PWD)/* $(STAGING)/
                rm -rf $(STAGING)/.hg
                (cd $(STAGING)/..; \