cmd_changelog: Removed not working check.
authorEd Bartosh <eduard.bartosh@intel.com>
Wed, 22 Aug 2012 14:12:00 +0000 (17:12 +0300)
committerEd Bartosh <eduard.bartosh@intel.com>
Thu, 23 Aug 2012 07:28:53 +0000 (10:28 +0300)
commite9d6cd890aef52d791d8eb51abf42601ec32ac90
tree96fde075452bbadfbb26cf3441b0e2ea03383be5
parentb9beb7a8c9136085ff12528c3937992251d0d7bd
cmd_changelog: Removed not working check.

repo.is_clean returns tuple, so if not repo.is_clean() always False,
which makes this check useless. I prefer to remove it instead of
fixing because if I fix it it will start complaining each time git
repo has untracked files and users may not like it.

Change-Id: I5dc6a53e01d5f80aef6ab4bc5731170c9d924834
gitbuildsys/cmd_changelog.py