Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
Upstream Conversion
Commits
7b4f3334a6bf
Commit
7b4f3334
authored
Mar 13, 2021
by
Georges Racinet
🦑
Browse files
README: push instructions
parent
8c8d40a136e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7b4f3334
...
...
@@ -142,6 +142,13 @@
Check also
`convert-pull-local --help`
for interesting options.
The stable branches are displayed by
`convert-pull-local`
,
push them explicitely. Example:
```
hg -R heptapod-rails push -fB 13-9-stable
```
### For Omnibus
Its almost 10 times smaller than the main repository, but that could still
...
...
@@ -152,6 +159,12 @@
./convert-pull-local --gitlab-repo omnibus-gitlab --heptapod-repo omnibus-heptapod
```
Example push:
```
hg -R omnibus-heptapod push -fB 13-9-stable
```
### For other components
These are small enough that converting everything is a good option.
...
...
@@ -162,6 +175,14 @@
hg pull ../gitlab-shell
```
Push the converted branches only. Examples:
```
hg -R heptapod-shell push -fB 13-16-stable
hg -R heptapod-development-kit push -fB main
```
## Conversion of Git tags into Mercurial tags
For each converted Mercurial repositories, run the
`convert-git-tags-push`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment