pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/qbzr 0.9.6 - 2009-01-10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e45fec85693b
branches:  trunk
changeset: 553360:e45fec85693b
user:      epg <epg%pkgsrc.org@localhost>
date:      Mon Jan 19 21:42:26 2009 +0000

description:
0.9.6 - 2009-01-10
----------------------
New features in this release: throbber, interactive password prompt,
post_uncommit hook, new bug-url command. Dozen of bugs fixed as well.

 * Add post_uncommit hook to remember the uncomitted commit message.
 * Add interactive prompt for password if access to the branch require it.
 * Add throbber feature: user will see message "Loading..." and animation
   when there is long operation in progress to indicate that qbzr window
   is not hang.
 * Command-line interface to QBzr commands now is much closer to
   coresponding commands in bzr itself. Where possible commands
   options are reused from bzr. (#272359)
 * qcommit:
   * Commit without message is forbidden (#297606).
   * If no files selected to commit then user will be asked
     for confirmation. Commit without files allowed only
     when bzr >= 1.6 is used. (#148165)
 * qdiff:
   * To detect binary files entire file content is analyzed, not only first 1K.
   * Short option name for --deleted changed from -D to -K.
   * If there is no changes in the tree or specified file list (file group)
     then show info box with "No changes found" message (#295767).
   * Unidiff produce valid headers. (#308095)
 * qlog: multiple improvements for showing common log of multiple branches.
 * qpull and qmerge in lightweight checkouts now working for the tree,
   not for the master branch. (#310314)
 * New command bug-url (console only) can show you full URL to bug number
   and optionally open this URL in your browser.
 * New translations added: Hebrew, Polish.

diffstat:

 devel/qbzr/Makefile |   4 ++--
 devel/qbzr/PLIST    |  11 ++++++++++-
 devel/qbzr/distinfo |   8 ++++----
 3 files changed, 16 insertions(+), 7 deletions(-)

diffs (76 lines):

diff -r 8eca4756a037 -r e45fec85693b devel/qbzr/Makefile
--- a/devel/qbzr/Makefile       Mon Jan 19 21:42:09 2009 +0000
+++ b/devel/qbzr/Makefile       Mon Jan 19 21:42:26 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2008/12/31 14:04:58 hasso Exp $
+# $NetBSD: Makefile,v 1.3 2009/01/19 21:42:26 epg Exp $
 
 DISTNAME=      qbzr-${VER}
 CATEGORIES=    devel
 MASTER_SITES=  http://launchpad.net/qbzr/trunk/${VER}/+download/
-VER=           0.9.5
+VER=           0.9.6
 
 MAINTAINER=    epg%NetBSD.org@localhost
 HOMEPAGE=      http://bazaar-vcs.org/QBzr
diff -r 8eca4756a037 -r e45fec85693b devel/qbzr/PLIST
--- a/devel/qbzr/PLIST  Mon Jan 19 21:42:09 2009 +0000
+++ b/devel/qbzr/PLIST  Mon Jan 19 21:42:26 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/13 06:31:59 epg Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/01/19 21:42:26 epg Exp $
 ${PYSITELIB}/bzrlib/plugins/qbzr/__init__.py
 ${PYSITELIB}/bzrlib/plugins/qbzr/__init__.pyc
 ${PYSITELIB}/bzrlib/plugins/qbzr/__init__.pyo
@@ -38,6 +38,9 @@
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/extra/__init__.py
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/extra/__init__.pyc
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/extra/__init__.pyo
+${PYSITELIB}/bzrlib/plugins/qbzr/lib/extra/bugurl.py
+${PYSITELIB}/bzrlib/plugins/qbzr/lib/extra/bugurl.pyc
+${PYSITELIB}/bzrlib/plugins/qbzr/lib/extra/bugurl.pyo
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/extra/isignored.py
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/extra/isignored.pyc
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/extra/isignored.pyo
@@ -168,9 +171,11 @@
 ${PYSITELIB}/bzrlib/plugins/qbzr/locale/es/LC_MESSAGES/qbzr.mo
 ${PYSITELIB}/bzrlib/plugins/qbzr/locale/fr/LC_MESSAGES/qbzr.mo
 ${PYSITELIB}/bzrlib/plugins/qbzr/locale/gl/LC_MESSAGES/qbzr.mo
+${PYSITELIB}/bzrlib/plugins/qbzr/locale/he/LC_MESSAGES/qbzr.mo
 ${PYSITELIB}/bzrlib/plugins/qbzr/locale/it/LC_MESSAGES/qbzr.mo
 ${PYSITELIB}/bzrlib/plugins/qbzr/locale/ja/LC_MESSAGES/qbzr.mo
 ${PYSITELIB}/bzrlib/plugins/qbzr/locale/nl/LC_MESSAGES/qbzr.mo
+${PYSITELIB}/bzrlib/plugins/qbzr/locale/pl/LC_MESSAGES/qbzr.mo
 ${PYSITELIB}/bzrlib/plugins/qbzr/locale/pt_BR/LC_MESSAGES/qbzr.mo
 ${PYSITELIB}/bzrlib/plugins/qbzr/locale/ru/LC_MESSAGES/qbzr.mo
 ${PYSITELIB}/bzrlib/plugins/qbzr/locale/sk/LC_MESSAGES/qbzr.mo
@@ -189,12 +194,16 @@
 @dirrm ${PYSITELIB}/bzrlib/plugins/qbzr/locale/ru
 @dirrm ${PYSITELIB}/bzrlib/plugins/qbzr/locale/pt_BR/LC_MESSAGES
 @dirrm ${PYSITELIB}/bzrlib/plugins/qbzr/locale/pt_BR
+@dirrm ${PYSITELIB}/bzrlib/plugins/qbzr/locale/pl/LC_MESSAGES
+@dirrm ${PYSITELIB}/bzrlib/plugins/qbzr/locale/pl
 @dirrm ${PYSITELIB}/bzrlib/plugins/qbzr/locale/nl/LC_MESSAGES
 @dirrm ${PYSITELIB}/bzrlib/plugins/qbzr/locale/nl
 @dirrm ${PYSITELIB}/bzrlib/plugins/qbzr/locale/ja/LC_MESSAGES
 @dirrm ${PYSITELIB}/bzrlib/plugins/qbzr/locale/ja
 @dirrm ${PYSITELIB}/bzrlib/plugins/qbzr/locale/it/LC_MESSAGES
 @dirrm ${PYSITELIB}/bzrlib/plugins/qbzr/locale/it
+@dirrm ${PYSITELIB}/bzrlib/plugins/qbzr/locale/he/LC_MESSAGES
+@dirrm ${PYSITELIB}/bzrlib/plugins/qbzr/locale/he
 @dirrm ${PYSITELIB}/bzrlib/plugins/qbzr/locale/gl/LC_MESSAGES
 @dirrm ${PYSITELIB}/bzrlib/plugins/qbzr/locale/gl
 @dirrm ${PYSITELIB}/bzrlib/plugins/qbzr/locale/fr/LC_MESSAGES
diff -r 8eca4756a037 -r e45fec85693b devel/qbzr/distinfo
--- a/devel/qbzr/distinfo       Mon Jan 19 21:42:09 2009 +0000
+++ b/devel/qbzr/distinfo       Mon Jan 19 21:42:26 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/12/13 06:31:59 epg Exp $
+$NetBSD: distinfo,v 1.2 2009/01/19 21:42:26 epg Exp $
 
-SHA1 (qbzr-0.9.5.tar.gz) = 5891e940bffb168722edcef74634a7a45a91c95d
-RMD160 (qbzr-0.9.5.tar.gz) = ea7eb4b7faff82f5c7833227fd6b1401288ea2d6
-Size (qbzr-0.9.5.tar.gz) = 328461 bytes
+SHA1 (qbzr-0.9.6.tar.gz) = a07b709feeb135c96be3327a54427c531a917f70
+RMD160 (qbzr-0.9.6.tar.gz) = 32b605678bea04304d01b8a8d6408cfd328398c4
+Size (qbzr-0.9.6.tar.gz) = 346643 bytes



Home | Main Index | Thread Index | Old Index