Skip to content

Commit

Permalink
Release hg-git-fast-import 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Oct 11, 2020
1 parent d25590f commit 1bd323c
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 68 deletions.
85 changes: 28 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hg-git-fast-import"
version = "1.3.6"
version = "1.3.7"
authors = ["Alexander Korolev <[email protected]>"]
license = "Unlicense OR MIT"
description = """
Expand All @@ -23,7 +23,7 @@ regex = "1"
lazy_static = "1"
toml = "0.5"
structopt = "0.3"
hg-parser = "0.4"
hg-parser = "0.5"
ordered-parallel-iterator = "0.1"
indicatif = "0.15"
dialoguer = "0.6"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ With Snap (*):

```bash
$ hg-git-fast-import --help
hg-git-fast-import 1.3.6
hg-git-fast-import 1.3.7
Alexander Korolev <[email protected]>
A utility to import single and multiple Mercurial repositories to Git.

Expand All @@ -71,7 +71,7 @@ Import of single repository:

```bash
$ hg-git-fast-import single --help
hg-git-fast-import-single 1.3.6
hg-git-fast-import-single 1.3.7
Alexander Korolev <[email protected]>
Exports single Mercurial repository to Git fast-import compatible format

Expand Down Expand Up @@ -108,7 +108,7 @@ Import of multiple repositories:
```bash
$ hg-git-fast-import multi --help
hg-git-fast-import-multi 1.3.6
hg-git-fast-import-multi 1.3.7
Alexander Korolev <[email protected]>
Exports multiple Mercurial repositories to single Git repo in fast-import compatible format

Expand Down Expand Up @@ -139,7 +139,7 @@ Rebuild saved state of repo:
```bash
$ hg-git-fast-import build-marks --help
hg-git-fast-import-build-marks 1.3.6
hg-git-fast-import-build-marks 1.3.7
Alexander Korolev <[email protected]>
Rebuilds saved state of repo

Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hg-git-fast-import
version: '1.3.6'
version: '1.3.7'
summary: A utility to import single and multiple Mercurial repositories to Git
description: |
Features:
Expand Down
8 changes: 4 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cargo install --path .
```bash
$ hg-git-fast-import --help
hg-git-fast-import 1.3.6
hg-git-fast-import 1.3.7
Alexander Korolev <[email protected]>
A utility to import single and multiple Mercurial repositories to Git.
Expand All @@ -57,7 +57,7 @@ Import of single repository:
```bash
$ hg-git-fast-import single --help
hg-git-fast-import-single 1.3.6
hg-git-fast-import-single 1.3.7
Alexander Korolev <[email protected]>
Exports single Mercurial repository to Git fast-import compatible format
Expand Down Expand Up @@ -94,7 +94,7 @@ Import of multiple repositories:
```bash
$ hg-git-fast-import multi --help
hg-git-fast-import-multi 1.3.6
hg-git-fast-import-multi 1.3.7
Alexander Korolev <[email protected]>
Exports multiple Mercurial repositories to single Git repo in fast-import compatible format
Expand Down Expand Up @@ -125,7 +125,7 @@ Rebuild saved state of repo:
```bash
$ hg-git-fast-import build-marks --help
hg-git-fast-import-build-marks 1.3.6
hg-git-fast-import-build-marks 1.3.7
Alexander Korolev <[email protected]>
Rebuilds saved state of repo
Expand Down

0 comments on commit 1bd323c

Please sign in to comment.