summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
6d0d7ee)
There's simply no reason not to allow this. It behaves just like
git-add, so it's well-defined enough.
Signed-off-by: Karl Hasselström <kha@treskal.com>
if len(args) < 1:
parser.error('incorrect number of arguments')
if len(args) < 1:
parser.error('incorrect number of arguments')
- if not crt_series.get_current():
- raise CmdException, 'No patches applied'
-