#126: patch-name-format empty doesn't preserve changelog
--------------------+-------------------------------------------------------
 Reporter:  zooko   |       Owner:  lele      
     Type:  defect  |      Status:  new       
 Priority:  major   |   Milestone:  VersionOne
Component:  tailor  |     Version:  0.9       
 Keywords:          |  
--------------------+-------------------------------------------------------
 README says:

 {{{
   When you set it empty, as in

   ::

     [project]
     patch-name-format =

   tailor will keep the original changelog as is.
 }}}

 But I just tried it, darcs->svn, and it generated empty patch names.

 Complete contents of config script:
 {{{
 #!/usr/bin/env tailor

 """
 [DEFAULT]
 verbose = True

 [project]
 target = svn:target
 start-revision = INITIAL
 state-file = tailor.state
 source = darcs:source
 patch-name-format =

 [svn:target]
 encoding = "utf-8"
 repository = file:///home/source/svn/tahoe
 module = /trunk

 [darcs:source]
 encoding = "utf-8"
 repository = /home/source/darcs/trunk
 subdir = trunk
 """


 }}}

-- 
Ticket URL: <http://progetti.arstecnica.it/tailor/ticket/126>
Tailor <http://progetti.arstecnica.it/tailor>
An inter-VCs changeset exchanger
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to