/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to git-remote-bzr.1

Raise SettingFileIdUnsupported

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "GIT\-REMOTE\-BZR" "1" "12/17/2011" "bzr-git 0\&.6\&.6" "Git Manual"
 
2
.ie \n(.g .ds Aq \(aq
 
3
.el       .ds Aq '
 
4
.\" disable hyphenation
 
5
.nh
 
6
.\" disable justification (adjust text to left margin only)
 
7
.ad l
 
8
.SH "NAME"
 
9
git-remote-bzr \- Git remote support for Bazaar repositories
 
10
.SH "SYNOPSIS"
 
11
.sp
 
12
.nf
 
13
git clone bzr::<source\-repo> [<destination>]
 
14
git fetch bzr::<source\-repo> [<destination>]
 
15
.fi
 
16
.sp
 
17
.SH "DESCRIPTION"
 
18
.sp
 
19
This command provides support for using \fIbzr\fR repositories as Git remotes, through the bzr-git plugin. At the moment it supports cloning from, fetching from and pushing into Bazaar repositories. Fetch support is still experimental, and may be slow.
 
20
.SH "BUGS"
 
21
.sp
 
22
Please report bugs at \fUhttps://launchpad.net/bzr-git/+filebug\fR
 
23
.SH "LICENSE"
 
24
bzr-git and git-remote-bzr are licensed under the GNU GPL, version 2 or later.
 
25
.SH "SEE ALSO"
 
26
.sp
 
27
\fBgit-remote-helpers\fR(1), \fBbzr\fR(1)
 
28
.SH "BAZAAR"
 
29
.sp
 
30
Part of the \fBbzr\fR(1) suite
 
31
.SH "AUTHOR"
 
32
.sp
 
33
bzr-git, git-remote-bzr and this manual page were written by Jelmer Vernooij.