details: http://www.bx.psu.edu/hg/galaxy/rev/77b761ff6cd3 changeset: 2607:77b761ff6cd3 user: James Taylor <james@jamestaylor.org> date: Sun Aug 23 09:22:19 2009 -0400 description: Fix clone history tests 1 file(s) affected in this change: templates/history/clone.mako diffs (12 lines): diff -r e6dda627e6b0 -r 77b761ff6cd3 templates/history/clone.mako --- a/templates/history/clone.mako Sat Aug 22 23:20:09 2009 -0400 +++ b/templates/history/clone.mako Sun Aug 23 09:22:19 2009 -0400 @@ -8,7 +8,7 @@ <form action="${h.url_for( controller='history', action='clone' )}" method="post" > <div class="form-row"> %if id_argument is not None: - <input type="hidden" name="id" value="${trans.security.encode_id( id_argument )}"> + <input type="hidden" name="id" value="${id_argument}"> %endif You can clone the history such that the clone will include all items in the original history, or you can eliminate the original history's deleted items from the clone.