Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Naming branch starting with a number invokes a crash on finish #32

Open
kar opened this issue Jul 28, 2011 · 0 comments
Open

Naming branch starting with a number invokes a crash on finish #32

kar opened this issue Jul 28, 2011 · 0 comments
Labels

Comments

@kar
Copy link

kar commented Jul 28, 2011

I have the branch names like name-storyid (so the opposite than default). My branch name starts with "10", and on finish I got an error:

Marking Story 10 as finished...
/var/lib/gems/1.8/gems/git-pivotal-0.8.0/bin/../lib/commands/finish.rb:34:in `finished_state': undefined method `story_type' for nil:NilClass (NoMethodError)
    from /var/lib/gems/1.8/gems/git-pivotal-0.8.0/bin/../lib/commands/finish.rb:15:in `run!'
    from /var/lib/gems/1.8/gems/git-pivotal-0.8.0/bin/git-finish:7

So I believe it took the "10" thinking that it's a story number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant