- Freeware
- - Development
- - Other
- - Bazaar
Bazaar 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-07-30 |
Filesize | 20.10 MB |
Downloads | 1801 |
OS | Windows XP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64 |
Installation | Instal And Uninstall |
Keywords | version control system, project history, development tool, version control, development, tracker |
Users' rating (6 rating) |
Bazaar Free Download - we do not host any Bazaar torrent files or links of Bazaar on rapidshare.com, depositfiles.com, megaupload.com etc. All Bazaar download links are direct Bazaar download from publisher site or their selected mirrors.
2.6 Beta 1 | Jul 30, 2012 | New Release | Improvements: · Access to HTTPS URLs now uses the urrllib implementation by default. For the old pycurl-based implementation, specify ``https+pycurl://`` as the URL scheme when accessing a HTTPS location. · Add short option alias ``-N`` for ``--no-recurse``. · Avoid 'Invalid range access' errors when whole files are retrieved with transport.http.get() . · ``bzr rmbranch`` now supports removing colocated branches. · ``bzr rmbranch`` no longer removes active branches unless ``--force`` is specified. · ``bzr verify-signatures`` now shows a progress bar. · Two new command hooks, ``pre_command`` and ``post_command``, provide notification before and after a command has been run. Bug Fixes: · Fix ``bzr config`` display for ``RegistryOption`` values. API Changes: · ``GPGStrategy.do_verifications`` has been deprecated. · File ids in the ``Tree`` API can now be bytestring as previously, or tuples of bytestrings. |
2.5 Beta 5 | Jan 23, 2012 | New Release | External Compatibility Breaks: · The '.bzr/branch/email' file is no longer read to determine the users' identity. Instead, the 'email' setting in '.bzr/branch/branch.conf' should be used. (Jelmer Vernooij, #903894) New Features: · "bzr mkdir" now includes -p (--parents) option for recursively adding parent directories. (Jared Hance, Jelmer Vernooij, #253529) · ``config.Option`` can now declare ``override_from_env``, a list of environment variables which, when set, that takes precedence over values defined in configuration files. (Vincent Ladeuil, #907279) Improvements: · New HPSS call for ``Repository.reconcile``. (Jelmer Vernooij, #894455) · Merge now has two new hooks ``pre_merge`` and ``post_merge`` that are called before and after a merge and can make additional modifications to the trees involved. (Jelmer Vernooij, #906877) · Override the value returned by ``sys.getfilesystemencoding()`` for the bzr script to utf-8 when it would otherwise be ascii on a posix system. |
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) |