Bazaar for Mac OS X 2.6 Beta 1 freeware
Bazaar is a version control system that helps you track project history over time and to collaborate easily with others. Whether you're a single developer, a co-located team or a community of developers scattered across the world, Bazaar scales and adapts to meet your needs ...
Author | Canonical Ltd. |
Released | 2012-09-10 |
Filesize | 45.40 MB |
Downloads | 1508 |
OS | Mac OS X |
Installation | Instal And Uninstall |
Keywords | version control system, project history, development tool, version control, development, tracker |
Users' rating (4 rating) |
Bazaar for Mac OS X Free Download - we do not host any Bazaar for Mac OS X torrent files or links of Bazaar for Mac OS X on rapidshare.com, depositfiles.com, megaupload.com etc. All Bazaar for Mac OS X download links are direct Bazaar for Mac OS X download from publisher site or their selected mirrors.
2.6 Beta 1 | Sep 10, 2012 | New Release | New Features: · Provides a ``po_merge`` plugin to automatically merge ``.po`` files with ``msgmerge``. See ``bzr help po_merge`` for details. (Vincent Ladeuil, #884270) Improvements: · ``bzr branch --stacked`` now only makes a single connection to the remote server rather than three. (Jelmer Vernooij, #444293) · ``bzr export --uncommitted`` will export the uncommitted tree. (Jelmer Vernooij, #555613) · ``bzr rmbranch`` can now remove colocated branches. (Jelmer Vernooij, #831464) · ``bzr status`` no longer shows shelves if files are specified. (Francis Devereux) · ``bzr switch`` now accepts colocated branch names to switch to. (Jelmer Vernooij, #826814) · Plugins can now register additional "location aliases". (Jelmer Vernooij) · Revision specifiers will now only browse as much history as they need to, rather than grabbing the whole history unnecessarily in some cases. (Jelmer Vernooij) |
2.5 Beta 4 | Dec 16, 2011 | New Release | New Features: · Provides a ``po_merge`` plugin to automatically merge ``.po`` files with ``msgmerge``. See ``bzr help po_merge`` for details. (Vincent Ladeuil, #884270) Improvements: · ``bzr branch --stacked`` now only makes a single connection to the remote server rather than three. (Jelmer Vernooij, #444293) · ``bzr export --uncommitted`` will export the uncommitted tree. (Jelmer Vernooij, #555613) · ``bzr rmbranch`` can now remove colocated branches. (Jelmer Vernooij, #831464) · ``bzr status`` no longer shows shelves if files are specified. (Francis Devereux) · ``bzr switch`` now accepts colocated branch names to switch to. (Jelmer Vernooij, #826814) · Plugins can now register additional "location aliases". (Jelmer Vernooij) · Revision specifiers will now only browse as much history as they need to, rather than grabbing the whole history unnecessarily in some cases. (Jelmer Vernooij) |
2.5 Beta 1 | Sep 23, 2011 | New Release | New Features: · A ``from_unicode`` parameter can be specified when registering a config option. This implements boolean, integer and list config options when the provided ``bool_from_store``, ``int_from_store`` and ``list_from_store`` are used for this parameter. (Vincent Ladeuil) · Accessing a packaging branch on Launchpad (eg, ``lp:ubuntu/bzr``) now checks to see if the most recent published source package version for that project is present in the branch tags. This should help developers trust whether the packaging branch is up-to-date and can be used for new changes. The level of verbosity is controlled by the config item ``launchpad.packaging_verbosity`` · Add a config option gpg_signing_key for setting which GPG key should be used to sign commits. Also default to using the gpg user identity which matches user_email() as set by whoami. (Jonathan Riddell, #68501) |