-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "hg-git-fast-import" | ||
version = "1.2.2" | ||
version = "1.2.3" | ||
authors = ["Alexander Korolev <[email protected]>"] | ||
license = "Unlicense OR MIT" | ||
description = """ | ||
|
@@ -15,7 +15,7 @@ edition = "2018" | |
|
||
[dependencies] | ||
log = "0.4" | ||
simplelog = "0.5" | ||
simplelog = "0.6" | ||
regex = "1" | ||
lazy_static = "1" | ||
toml = "0.5" | ||
|
@@ -31,3 +31,6 @@ features = ["derive"] | |
|
||
[dev-dependencies] | ||
pretty_assertions = "0.6" | ||
|
||
[profile.release] | ||
lto = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ From source: | |
|
||
```bash | ||
$ hg-git-fast-import --help | ||
hg-git-fast-import 1.2.2 | ||
hg-git-fast-import 1.2.3 | ||
Alexander Korolev <[email protected]> | ||
A utility to import single and multiple Mercurial repositories to Git. | ||
|
||
|
@@ -57,7 +57,7 @@ Import of single repository: | |
|
||
```bash | ||
$ hg-git-fast-import single --help | ||
hg-git-fast-import-single 1.2.2 | ||
hg-git-fast-import-single 1.2.3 | ||
Alexander Korolev <[email protected]> | ||
Exports single Mercurial repository to Git fast-import compatible format | ||
|
||
|
@@ -94,7 +94,7 @@ Import of multiple repositories: | |
```bash | ||
$ hg-git-fast-import multi --help | ||
hg-git-fast-import-multi 1.2.2 | ||
hg-git-fast-import-multi 1.2.3 | ||
Alexander Korolev <[email protected]> | ||
Exports multiple Mercurial repositories to single Git repo in fast-import compatible format | ||
|
||
|
@@ -125,7 +125,7 @@ Rebuild saved state of repo: | |
```bash | ||
$ hg-git-fast-import build-marks --help | ||
hg-git-fast-import-build-marks 1.2.2 | ||
hg-git-fast-import-build-marks 1.2.3 | ||
Alexander Korolev <[email protected]> | ||
Rebuilds saved state of repo | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ cargo install --path . | |
```bash | ||
$ hg-git-fast-import --help | ||
hg-git-fast-import 1.2.2 | ||
hg-git-fast-import 1.2.3 | ||
Alexander Korolev <[email protected]> | ||
A utility to import single and multiple Mercurial repositories to Git. | ||
|
@@ -57,7 +57,7 @@ Import of single repository: | |
```bash | ||
$ hg-git-fast-import single --help | ||
hg-git-fast-import-single 1.2.2 | ||
hg-git-fast-import-single 1.2.3 | ||
Alexander Korolev <[email protected]> | ||
Exports single Mercurial repository to Git fast-import compatible format | ||
|
@@ -94,7 +94,7 @@ Import of multiple repositories: | |
```bash | ||
$ hg-git-fast-import multi --help | ||
hg-git-fast-import-multi 1.2.2 | ||
hg-git-fast-import-multi 1.2.3 | ||
Alexander Korolev <[email protected]> | ||
Exports multiple Mercurial repositories to single Git repo in fast-import compatible format | ||
|
@@ -125,7 +125,7 @@ Rebuild saved state of repo: | |
```bash | ||
$ hg-git-fast-import build-marks --help | ||
hg-git-fast-import-build-marks 1.2.2 | ||
hg-git-fast-import-build-marks 1.2.3 | ||
Alexander Korolev <[email protected]> | ||
Rebuilds saved state of repo | ||
|