Skip to content

Commit 61530b7

Browse files
committed
import-hg.asc: change order of lines
The modified `/tmp/authors` file has the last two lines swapped compared to the original file.
1 parent d73ca0b commit 61530b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/09-git-and-other-scms/sections/import-hg.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ In this example, we want our file to look like this:
4646
----
4747
bob=Bob Jones <[email protected]>
4848
bob@localhost=Bob Jones <[email protected]>
49-
bob jones <bob <AT> company <DOT> com>=Bob Jones <[email protected]>
5049
50+
bob jones <bob <AT> company <DOT> com>=Bob Jones <[email protected]>
5151
----
5252

5353
The next step is to create our new Git repository, and run the export script:

0 commit comments

Comments
 (0)