Bazaar VCS 1.5rc1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Bazaar VCS 1.5rc1 (Default branch)
# 1  
Old 05-10-2008
Bazaar VCS 1.5rc1 (Default branch)

Bazaar is a simple decentralized revision control system. Decentralized revision control systems give users the ability to branch remote repositories to a local context. Users can commit to local branches without requiring special permission from the branches that they branched from.License: GNU General Public License (GPL)Changes:
This is mostly a bugfix release, with a few moreperformance improvements (for bzr diff and bzrstatus with pending merges). Several performanceimprovements were made, impacting bzr diff, bzrstatus, and bzr pull. The conversion fromdirstate/pack branches into rich-root(pack) hasbeen improved, paving the way for rich-root-packto become the default format within the next fewreleases. This will make interoperating with asubversion repository more seemless, as bzr-svnhas required local repositories to be inrich-root(-pack) formats. User and developerdocumentation have both been expanded.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
get-branches(1) 					      General Commands Manual						   get-branches(1)

NAME
get-branches - downloads all branches related to a Launchpad team or person SYNOPSIS
get-branches [-d directory] [-o branch|checkout] -t team get-branches team get-branches --help DESCRIPTION
get-branches uses the LP API to get a list of branches for a person or team and calls Bazaar to download all branches. OPTIONS
Listed below are the command line options for get-branches: -h, --help Display a help message and exit. -d, --directory Download branches to a directory other than the current directory. -o, --operation Specifies which Bazaar operation to use when downloading the branches; may be either branch or checkout. -t, --team Specifies which Launchpad team/person to download branches from. This option is required. AUTHORS
get-branches was written by Daniel Holbach <daniel.holbach@ubuntu.com>, and this manual page was written by Jonathan Patrick Davies <jpds@ubuntu.com>. Both are released under the terms of the GNU General Public License, version 3. SEE ALSO
bzr(1) ubuntu-dev-tools 11 August 2008 get-branches(1)