comparison tests/test-convert-svn-tags @ 6400:c237b27e1350

convert: allow tags detection to be disabled Tags calculation becomes more reliable but slower, measurable on frequent synchronizations.
author Patrick Mezard <pmezard@gmail.com>
date Sat, 29 Mar 2008 17:16:18 +0100
parents 5efd447a9b8d
children 6e4f7170734c
comparison
equal deleted inserted replaced
6399:5efd447a9b8d 6400:c237b27e1350
67 67
68 cd A-hg 68 cd A-hg
69 hg glog --template '#rev# #desc|firstline# tags: #tags#\n' 69 hg glog --template '#rev# #desc|firstline# tags: #tags#\n'
70 hg tags -q 70 hg tags -q
71 cd .. 71 cd ..
72
73 echo % convert without tags
74 hg convert --datesort --config convert.svn.tags= $svnurl A-notags-hg
75 hg -R a-notags-hg tags -q
76