Skip to content

Commit

Permalink
Fixes issue 10 and version bump 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmakkar08 committed Sep 28, 2016
1 parent b6b7eed commit 1c70741
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Usage:
(in days) default = -1 means infinite days
-br branch, --branch branch
Branch from which other branches will be analysed
(default = master)
(default = current_branch)
-pre prefix, --prefix prefix
Filter branches based on prefix
-suf suffix, --suffix suffix
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Usage:
(in days) default = -1 means infinite days
-br branch, --branch branch
Branch from which other branches will be analysed
(default = master)
(default = current_branch)
-pre prefix, --prefix prefix
Filter branches based on prefix
-suf suffix, --suffix suffix
Expand Down
2 changes: 1 addition & 1 deletion git_del_br.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def _get_parser():
help='All branches after t-time which the branch is merged (in days) '
'default = -1 means infinite days')
parser.add_argument('-br', '--branch', metavar='branch', type=str,
help='Branch from which other branches will be analysed (default = master)')
help='Branch from which other branches will be analysed (default = current_branch)')
parser.add_argument('-pre', '--prefix', metavar='prefix', type=str, default='',
help='Filter branches based on prefix')
parser.add_argument('-suf', '--suffix', metavar='suffix', type=str, default='',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name="git-del-br",

# Version number:
version="1.0.2",
version="1.0.3",

# Application author details:
author="Tushar Makkar",
Expand Down

0 comments on commit 1c70741

Please sign in to comment.