Skip to content

Commit

Permalink
Merge branch 'dev' into sync
Browse files Browse the repository at this point in the history
  • Loading branch information
agateau committed Jan 6, 2017
2 parents 36d16c7 + 9930d7d commit 735263e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.x.y unreleased

- New features:
- A new command has been added: `p_merge`, to merge a project into another.

v1.1.1 2016/11/11

- Improvements:
Expand Down
1 change: 1 addition & 0 deletions yokadi/ycli/projectcmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def parser_p_merge(self):
return parser

def do_p_merge(self, line):
raise Exception("Broken for now, going to fix it")
session = db.getSession()
parser = self.parser_p_merge()
args = parser.parse_args(line)
Expand Down

0 comments on commit 735263e

Please sign in to comment.