I have a directory with a space in the name, and attempted git review -s and 
got the same error.
The problem is in git_directories(), line 193. I changed out.split() to 
out.split('\n') in git-review and the error was resolved.

The output from "git rev-parse --show-toplevel --git-dir" outputs two
lines: the current directory, and .git. Splitting on whitespace created
three items, which caused the Too Many Values error.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183018

Title:
  ValueError: too many values to unpack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git-review/+bug/1183018/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to