-
Notifications
You must be signed in to change notification settings - Fork 2k
Bazaar #728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bazaar #728
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few style issues
|
||
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. | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is not needed
|
||
Your working copy is still unsynchronized, so let's reset it: | ||
|
||
===== Synchronize the staging area |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better use the "v-ing" form in titles
|
||
===== Synchronize the staging area | ||
|
||
Whatever the number of branches you had and the import method you used, your staging area is not synchronized with HEAD, and with the import of several branches, your working directory is not synchronized neither. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not synchronized either
Now let us have a look at the files to ignore. | ||
As `.bzrignore`'s format is completely compatible with `.gitignore`'s format, the simplest is to rename your `.bzrignore` file. | ||
You will also have to create a commit that contains this change for the migration: | ||
[source,console] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing blank line
|
||
===== Ignore the files that were ignored with .bzrignore | ||
|
||
Now let us have a look at the files to ignore. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Less formal: let's
---- | ||
|
||
|
||
===== Ignore the files that were ignored with .bzrignore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idem "v-ing"
LGTM. Thanks! |
It was necessary to rewrite the section about importing a Bazaar repository into a Git repository because some operations were common regardless the user imports one or several branches.
I hope it is more clear now.