sdake / heat-jeos

The Heat JEOS tools
Apache License 2.0
6 stars 13 forks source link

Commands/Groups/Users implementation #37

Closed pfreund closed 11 years ago

pfreund commented 11 years ago

class CommandsHandler(object): has been added class GroupsHandler(object): has been added class UsersHandler(object): has been added

hardys commented 11 years ago

You need to rebase the corrections into a series of patches with sensible/informative commit messages - we can't merge this string of commits as it will mess up the git logs in master, easiest way is probably use git rebase -i origin, and use squash/fixup to combine the fixes with the original commits, then re-push to your fork