diff 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
line wrap: on
line diff
--- a/tests/test-convert-svn-tags	Sat Mar 29 17:15:45 2008 +0100
+++ b/tests/test-convert-svn-tags	Sat Mar 29 17:16:18 2008 +0100
@@ -69,3 +69,8 @@
 hg glog --template '#rev# #desc|firstline# tags: #tags#\n'
 hg tags -q
 cd ..
+
+echo % convert without tags
+hg convert --datesort --config convert.svn.tags= $svnurl A-notags-hg
+hg -R a-notags-hg tags -q
+