Re: [UPDATE] Mercurial 3.0

2014-05-19 Thread frantisek holop
hmm, on Sat, May 17, 2014 at 11:02:30PM +0100, Stuart Henderson said that
 On 2014/05/17 17:35, Seth Jackson wrote:
  This updates Mercurial from 2.8.2 to 3.0.
 
 Have you checked dependencies?
 
 $ sqlite3 /usr/local/share/sqlports 'select distinct fullpkgpath from depends 
 where dependspath = devel/mercurial'

i have lived to see the day when sql (SQL!) queries can
be used in openbsd for the ports index.

there is a famous fairy tale king in hungarian folklore:
the father king whose one eye is crying and the other
is smiling. now i know exactly what that is like :)

-f
-- 
i plan to live forever or die trying.



Re: [UPDATE] Mercurial 3.0

2014-05-18 Thread Seth Jackson
I tried hgview and py-hg-git they seem ok.

I'm not exactly sure how to test py-hgtools (make install works).

TortoiseHG will need an update to 3.0. I will send a patch for TortoiseHG
shortly.


Re: [UPDATE] Mercurial 3.0

2014-05-18 Thread Landry Breuil
On Sat, May 17, 2014 at 05:35:24PM -0400, Seth Jackson wrote:
 This updates Mercurial from 2.8.2 to 3.0.

Note that your mailer (gmail) mangles diffs and makes them unapplyable
without hand-editing...

Landry



[UPDATE] Mercurial 3.0

2014-05-17 Thread Seth Jackson
This updates Mercurial from 2.8.2 to 3.0.

Index: Makefile
===
RCS file: /cvs/ports/devel/mercurial/Makefile,v
retrieving revision 1.59
diff -u -p -r1.59 Makefile
--- Makefile19 Jan 2014 17:52:47 -1.59
+++ Makefile17 May 2014 21:30:55 -
@@ -3,7 +3,7 @@
 COMMENT-main =fast, lightweight source control management
 COMMENT-x11 =graphical tooling for mercurial

-MODPY_EGG_VERSION =2.8.2
+MODPY_EGG_VERSION =3.0
 DISTNAME =mercurial-${MODPY_EGG_VERSION}
 CATEGORIES = devel

Index: distinfo
===
RCS file: /cvs/ports/devel/mercurial/distinfo,v
retrieving revision 1.41
diff -u -p -r1.41 distinfo
--- distinfo19 Jan 2014 17:52:47 -1.41
+++ distinfo17 May 2014 21:30:55 -
@@ -1,2 +1,2 @@
-SHA256 (mercurial-2.8.2.tar.gz) =
yKW6ohFAxs1nScO1K15eShS2uO58UY2dneCbGVLvvm8=
-SIZE (mercurial-2.8.2.tar.gz) = 3839304
+SHA256 (mercurial-3.0.tar.gz) =
ZAyWVWpFJN8hacZwak9omXxb9YYrWXGzwu4T7Uw0nPs=
+SIZE (mercurial-3.0.tar.gz) = 3903047
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/devel/mercurial/pkg/PLIST-main,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST-main
--- pkg/PLIST-main8 Nov 2013 11:45:03 -1.2
+++ pkg/PLIST-main17 May 2014 21:30:55 -
@@ -68,8 +68,6 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/hgext/highlight/highlight.pyc
 lib/python${MODPY_VERSION}/site-packages/hgext/histedit.py
 lib/python${MODPY_VERSION}/site-packages/hgext/histedit.pyc
-lib/python${MODPY_VERSION}/site-packages/hgext/interhg.py
-lib/python${MODPY_VERSION}/site-packages/hgext/interhg.pyc
 lib/python${MODPY_VERSION}/site-packages/hgext/keyword.py
 lib/python${MODPY_VERSION}/site-packages/hgext/keyword.pyc
 lib/python${MODPY_VERSION}/site-packages/hgext/largefiles/
@@ -148,6 +146,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/mercurial/bookmarks.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/branchmap.py
 lib/python${MODPY_VERSION}/site-packages/mercurial/branchmap.pyc
+lib/python${MODPY_VERSION}/site-packages/mercurial/bundle2.py
+lib/python${MODPY_VERSION}/site-packages/mercurial/bundle2.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/bundlerepo.py
 lib/python${MODPY_VERSION}/site-packages/mercurial/bundlerepo.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/byterange.py
@@ -187,6 +187,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/mercurial/encoding.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/error.py
 lib/python${MODPY_VERSION}/site-packages/mercurial/error.pyc
+lib/python${MODPY_VERSION}/site-packages/mercurial/exchange.py
+lib/python${MODPY_VERSION}/site-packages/mercurial/exchange.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/extensions.py
 lib/python${MODPY_VERSION}/site-packages/mercurial/extensions.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/fancyopts.py
@@ -338,6 +340,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/mercurial/parsers.so
 lib/python${MODPY_VERSION}/site-packages/mercurial/patch.py
 lib/python${MODPY_VERSION}/site-packages/mercurial/patch.pyc
+lib/python${MODPY_VERSION}/site-packages/mercurial/pathutil.py
+lib/python${MODPY_VERSION}/site-packages/mercurial/pathutil.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/peer.py
 lib/python${MODPY_VERSION}/site-packages/mercurial/peer.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/phases.py


Re: [UPDATE] Mercurial 3.0

2014-05-17 Thread Stuart Henderson
On 2014/05/17 17:35, Seth Jackson wrote:
 This updates Mercurial from 2.8.2 to 3.0.

Have you checked dependencies?

$ sqlite3 /usr/local/share/sqlports 'select distinct fullpkgpath from depends 
where dependspath = devel/mercurial'
devel/hgview
devel/py-hg-git
devel/py-hgtools
devel/tortoisehg