Skip to content

Commit

Permalink
update version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed May 28, 2019
1 parent 54655f5 commit 3d3ce41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ From source:

```bash
$ hg-git-fast-import --help
hg-git-fast-import 1.2.1
hg-git-fast-import 1.2.2
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.2.1
hg-git-fast-import-single 1.2.2
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.2.1
hg-git-fast-import-multi 1.2.2
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.2.1
hg-git-fast-import-build-marks 1.2.2
Alexander Korolev <[email protected]>
Rebuilds saved state of repo

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.2.1
hg-git-fast-import 1.2.2
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.2.1
hg-git-fast-import-single 1.2.2
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.2.1
hg-git-fast-import-multi 1.2.2
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.2.1
hg-git-fast-import-build-marks 1.2.2
Alexander Korolev <[email protected]>
Rebuilds saved state of repo
Expand Down

0 comments on commit 3d3ce41

Please sign in to comment.