Skip to content

Commit

Permalink
Revision number is required by Unfuddle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Mar 25, 2008
1 parent f8fa78a commit 779afe0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions github_unfuddle.rb
Expand Up @@ -26,14 +26,11 @@ def build_unfuddle_xml_from(push)
<changeset>
#{"<author-id type=\"integer\">#{unfuddle_author_id(commit)}</author-id>" if unfuddle_author_id(commit)}
<message>#{commit["message"]}
<revision type="integer">#{timestamp.strftime("%y%m%d%H%M")}</revision>
Details: #{commit["url"]}</message>
</changeset>
XML

#seeing if this looks ok without a revision number
#<revision type="integer">#{timestamp.strftime("%y%m%d%H%M")}</revision>

successes << post_changeset_to_unfuddle(xml)
end

Expand Down

0 comments on commit 779afe0

Please sign in to comment.