Bug#688354: [python-dulwich] git stash fails after adding the root commit with dulwich

2012-09-22 Thread Jelmer Vernooij
forwarded 688354 https://bugs.launchpad.net/dulwich/+bug/842694 tags 688354 +upstream tags 688354 +confirmed thanks Am Saturday, den 22.09.2012, 00:48 +0200 schrieb Samuel Hym: Package: python-dulwich Version: 0.8.5-2 Severity: normal Executing the following sequence: - git init -

Bug#688354: [python-dulwich] git stash fails after adding the root commit with dulwich

2012-09-21 Thread Samuel Hym
Package: python-dulwich Version: 0.8.5-2 Severity: normal Executing the following sequence: - git init - updating refs/heads/master from dulwich - git stash ends up in a failed stashing. More precisely, the following code fails, with the message shown in comment. #!/usr/bin/python # -*-