Show More
@@ -58,6 +58,9 b" echo '[extensions]' >> $HGRCPATH" | |||||
58 | echo 'hgext.graphlog =' >> $HGRCPATH |
|
58 | echo 'hgext.graphlog =' >> $HGRCPATH | |
59 | hg glog -R fmap --template '#rev# #desc|firstline# files: #files#\n' |
|
59 | hg glog -R fmap --template '#rev# #desc|firstline# files: #files#\n' | |
60 |
|
60 | |||
|
61 | echo % test stop revision | |||
|
62 | hg convert --rev 1 $svnurl stoprev | |||
|
63 | ||||
61 | ######################################## |
|
64 | ######################################## | |
62 |
|
65 | |||
63 | echo "# now tests that it works with trunk/branches/tags layout" |
|
66 | echo "# now tests that it works with trunk/branches/tags layout" |
@@ -41,6 +41,12 b' o 1 changeb files: b' | |||||
41 | | |
|
41 | | | |
42 | o 0 changea files: b |
|
42 | o 0 changea files: b | |
43 |
|
43 | |||
|
44 | % test stop revision | |||
|
45 | initializing destination stoprev repository | |||
|
46 | scanning source... | |||
|
47 | sorting... | |||
|
48 | converting... | |||
|
49 | 0 init | |||
44 | # now tests that it works with trunk/branches/tags layout |
|
50 | # now tests that it works with trunk/branches/tags layout | |
45 |
|
51 | |||
46 | % initial svn import |
|
52 | % initial svn import |
General Comments 0
You need to be logged in to leave comments.
Login now