chiark / gitweb /
Make the "name" argument to "stg new" optional
authorKarl Hasselström <kha@treskal.com>
Tue, 15 May 2007 17:09:59 +0000 (18:09 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 15 May 2007 21:13:14 +0000 (22:13 +0100)
commit9060d4205a9093a8f3c8ff958eff4c64107077cc
treea8ca639aac1e30520633910b7085d76546dd98d7
parent6f1c5e3ccbdcd62a0836d5c69cd86bef4589bdae
Make the "name" argument to "stg new" optional

If no name is given, one is generated from the commit message. This
can be very handy.

Signed-off-by: Karl Hasselström <kha@treskal.com>
Documentation/stg-new.txt
stgit/commands/common.py
stgit/commands/new.py
stgit/commands/pick.py
stgit/commands/uncommit.py
stgit/stack.py
stgit/utils.py
t/t1003-new.sh [new file with mode: 0644]