Fix the clone command failure
authorCatalin Marinas <catalin.marinas@gmail.com>
Thu, 12 Jan 2006 21:04:30 +0000 (21:04 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 12 Jan 2006 21:04:30 +0000 (21:04 +0000)
The clone command fails because there is no GIT tree available, which is
wrong. The patch fixes the Series.__init__() function and also creates a
new Series object in clone.py once a GIT tree was initialised.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>

No differences found