Show More
@@ -51,7 +51,43 b' Remove the directory, then try to replac' | |||||
51 | $ git pull --no-commit . other > /dev/null 2>/dev/null |
|
51 | $ git pull --no-commit . other > /dev/null 2>/dev/null | |
52 | $ commit -m 'Merge branch other' |
|
52 | $ commit -m 'Merge branch other' | |
53 | $ cd .. |
|
53 | $ cd .. | |
54 | $ hg convert --datesort git-repo |
|
54 | $ hg convert --config extensions.progress= --config progress.assume-tty=1 \ | |
|
55 | > --config progress.delay=0 --config progress.changedelay=0 \ | |||
|
56 | > --config progress.refresh=0 --config progress.width=60 \ | |||
|
57 | > --datesort git-repo | |||
|
58 | \r (no-eol) (esc) | |||
|
59 | scanning [ <=> ] 1\r (no-eol) (esc) | |||
|
60 | scanning [ <=> ] 2\r (no-eol) (esc) | |||
|
61 | scanning [ <=> ] 3\r (no-eol) (esc) | |||
|
62 | scanning [ <=> ] 4\r (no-eol) (esc) | |||
|
63 | scanning [ <=> ] 5\r (no-eol) (esc) | |||
|
64 | scanning [ <=> ] 6\r (no-eol) (esc) | |||
|
65 | \r (no-eol) (esc) | |||
|
66 | \r (no-eol) (esc) | |||
|
67 | converting [ ] 0/6\r (no-eol) (esc) | |||
|
68 | getting files [==================> ] 1/2\r (no-eol) (esc) | |||
|
69 | getting files [======================================>] 2/2\r (no-eol) (esc) | |||
|
70 | \r (no-eol) (esc) | |||
|
71 | \r (no-eol) (esc) | |||
|
72 | converting [======> ] 1/6\r (no-eol) (esc) | |||
|
73 | getting files [======================================>] 1/1\r (no-eol) (esc) | |||
|
74 | \r (no-eol) (esc) | |||
|
75 | \r (no-eol) (esc) | |||
|
76 | converting [=============> ] 2/6\r (no-eol) (esc) | |||
|
77 | getting files [======================================>] 1/1\r (no-eol) (esc) | |||
|
78 | \r (no-eol) (esc) | |||
|
79 | \r (no-eol) (esc) | |||
|
80 | converting [====================> ] 3/6\r (no-eol) (esc) | |||
|
81 | getting files [======================================>] 1/1\r (no-eol) (esc) | |||
|
82 | \r (no-eol) (esc) | |||
|
83 | \r (no-eol) (esc) | |||
|
84 | converting [===========================> ] 4/6\r (no-eol) (esc) | |||
|
85 | getting files [======================================>] 1/1\r (no-eol) (esc) | |||
|
86 | \r (no-eol) (esc) | |||
|
87 | \r (no-eol) (esc) | |||
|
88 | converting [==================================> ] 5/6\r (no-eol) (esc) | |||
|
89 | getting files [======================================>] 1/1\r (no-eol) (esc) | |||
|
90 | \r (no-eol) (esc) | |||
55 | assuming destination git-repo-hg |
|
91 | assuming destination git-repo-hg | |
56 | initializing destination git-repo-hg repository |
|
92 | initializing destination git-repo-hg repository | |
57 | scanning source... |
|
93 | scanning source... |
General Comments 0
You need to be logged in to leave comments.
Login now