Update to 1.1.1:
This is a bugfix release * make hgweb recursion optional (use '**' rather than '*') * fix fncache bug for directories ending in ' ' or '.' * require -a switch to resolve all files * improve help for resolve command * fix inotify interaction with bundle diffs * fix strange readline import error on Windows * fix non-existing target directory with git diffs * fix removing symlinks with git diffs * fix directory creation bug in patch * rebase: allow keeping branch names * fix a copy bug in the SVN converter
This commit is contained in:
parent
716761c1c1
commit
95d0e98606
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.22 2008/12/02 23:08:26 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2008/12/21 10:26:07 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mercurial-1.1
|
||||
DISTNAME= mercurial-1.1.1
|
||||
CATEGORIES= devel scm
|
||||
MASTER_SITES= http://www.selenic.com/mercurial/release/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.16 2008/12/02 23:08:26 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.17 2008/12/21 10:26:07 wiz Exp $
|
||||
|
||||
SHA1 (mercurial-1.1.tar.gz) = e6cd373e18e9d5154814eb08f58c7a6567608642
|
||||
RMD160 (mercurial-1.1.tar.gz) = c5473423a22353a63c318d4af69754a8f2974143
|
||||
Size (mercurial-1.1.tar.gz) = 947519 bytes
|
||||
SHA1 (mercurial-1.1.1.tar.gz) = 42a26a29414dee2c8eb7ce32e4fc6fe447bccc0a
|
||||
RMD160 (mercurial-1.1.1.tar.gz) = ed4db64c2a45c030c3a949c51c1c468511eb3540
|
||||
Size (mercurial-1.1.1.tar.gz) = 950399 bytes
|
||||
|
|
Loading…
Reference in a new issue