lib/pivotal-github/story_commit.rb in pivotal-github-0.8.0 vs lib/pivotal-github/story_commit.rb in pivotal-github-0.8.1
- old
+ new
@@ -36,11 +36,11 @@
"[#{label}]"
end
# Returns the story ids formatted for story commits.
# For single-id stories, this is just the number preceded by '#', as in
- # '#6283185'. For multiple-id stories, each story id is precede by '#', as in
- # '#6283185 #3141592'
+ # '#62831853'. For multiple-id stories, each story id is precede by '#', as in
+ # '#62831853 #31415926'
def message_ids
story_ids.map { |id| "##{id}" }.join(' ')
end
# Returns a command appropriate for executing at the command line.
\ No newline at end of file