You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/09-git-and-other-scms/sections/import-bzr.asc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ To accomplish this, you'll need to import the `bzr-fastimport` plugin.
7
7
8
8
===== Getting the bzr-fastimport plugin
9
9
10
-
According to you are using a UNIX-like operating system or Windows, the procedure differs.
11
-
If you are using a UNIX-like operating system, the simplest is to install the `bzr-fastimport` package that will install all the required dependencies.
10
+
The procedure for installing the fastimport plugin is different on UNIX-like operating systems and on Windows.
11
+
In the first case, the simplest is to install the `bzr-fastimport` package that will install all the required dependencies.
12
12
13
13
For example, with Debian and derived, you would do the following:
14
14
[source,console]
@@ -50,12 +50,12 @@ $ pip install fastimport
50
50
----
51
51
If it is not available, you can download it at address https://pypi.python.org/pypi/fastimport/.
52
52
53
-
With Windows, `bzr-fastimport` is automatically installed with the standalone version and the default installation (let all the checkboxes checked).
53
+
In the second case (on Windows), `bzr-fastimport` is automatically installed with the standalone version and the default installation (let all the checkboxes checked).
54
54
So in this case you have nothing to do.
55
55
56
56
At this point, the way to import a Bazaar repository differs according to that you have a single branch or you are working with a repository that has several branches.
57
57
58
-
===== Case of a project with a single branch
58
+
===== Project with a single branch
59
59
60
60
Now `cd` in the directory that contains your Bazaar repository and initialize the Git repository:
0 commit comments