Get the patch name from the description
authorCatalin Marinas <catalin.marinas@gmail.com>
Wed, 5 Jul 2006 18:27:02 +0000 (19:27 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 5 Jul 2006 18:27:02 +0000 (19:27 +0100)
commitfff9bce57321720677a897e3c811538eea6a9cb6
tree5caa0f4769b898ed901939d29696f95c9fc3adb2
parentfdf4cb43a1c8133e013fd8ca2d1a5753ea048c90
Get the patch name from the description

The import and pick commands can get the patch name from the patch
description if it wasn't passed on the command line or the patch is read
from the standard input (for import).

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/common.py
stgit/commands/imprt.py
stgit/commands/pick.py