##// END OF EJS Templates
tests: make tests for convert with svn portable...
FUJIWARA Katsunori -
r28533:dfd5a683 default
parent child Browse files
Show More
@@ -1,7 +1,7
1 1 #require svn svn-bindings
2 2
3 3 $ filter_svn_output () {
4 > egrep -v 'Committing|Updating' | sed -e 's/done$//' || true
4 > egrep -v 'Committing|Updating|(^$)' | sed -e 's/done$//' || true
5 5 > }
6 6
7 7 $ cat <<EOF >> $HGRCPATH
@@ -1,7 +1,7
1 1 #require svn svn-bindings
2 2
3 3 $ filter_svn_output () {
4 > egrep -v 'Committing|Updating' | sed -e 's/done$//' || true
4 > egrep -v 'Committing|Updating|(^$)' | sed -e 's/done$//' || true
5 5 > }
6 6
7 7 $ cat >> $HGRCPATH <<EOF
@@ -8,7 +8,7
8 8 #endif
9 9
10 10 $ filter_svn_output () {
11 > egrep -v 'Committing|Transmitting|Updating' || true
11 > egrep -v 'Committing|Transmitting|Updating|(^$)' || true
12 12 > }
13 13
14 14 create subversion repo
@@ -97,10 +97,8 change file in svn and hg, commit
97 97 committing subrepository s
98 98 Sending*s/alpha (glob)
99 99 Committed revision 3.
100
101 100 Fetching external item into '*s/externals'* (glob)
102 101 External at revision 1.
103
104 102 At revision 3.
105 103 $ hg debugsub
106 104 path s
General Comments 0
You need to be logged in to leave comments. Login now