Update to 0.20.0 Changelog: ---------- * Refactor the config code: * Remove the QBzrGlobalConfig class so that we only have one class that writes to qbzr.conf. * Have a global cache for the QBzrConfig, like we have for bzr GlobalConfig, to reduce reading the config from disk. * Refactor the window.saveSize methods, so that we only have to write the config to disk once. * Lock the config dir when when saving the config file. * qrun: fixed '--execute' mode. * qlog: * Refactor loggraphprovider so that the state and computed data is separated from the cache. Rename to loggraphviz. * Write lots of tests for loggraphviz. * Remove LogFilterProxyModel which improves performance. * --no-graph mode now shows nodes per revision, indented by merge depth. * Fix the layout of octopus merges. * Add a option --show-trees that shows working tree changes as a node in the graph. * Fix bug with show log form the tree widget with remote branch. * qcommit: added option to load commit message from a file. * qconflicts: fix bug with access to QBzr configuration. * When a interupt signal is recived, close rather than showing a error message. * qpush: fixed smart suggestion of new push URLs for lp branches. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->glarkin glarkin@ wants his PRs (via the GNATS Auto Assign Tool)
glarkin 2011-02-11 20:57:00 UTC FreeBSD ports repository Modified files: devel/qbzr Makefile distinfo pkg-plist Log: - Updated to 0.20.0 Changes: https://launchpad.net/qbzr/+announcement/7702 PR: ports/154498 Submitted by: C-S <c-s@c-s.li> (maintainer) Revision Changes Path 1.6 +4 -4 ports/devel/qbzr/Makefile 1.6 +2 -2 ports/devel/qbzr/distinfo 1.4 +9 -9 ports/devel/qbzr/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thank you!