diff options
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman index 6b6a1974e..ec227ed41 100755 --- a/bin/repoman +++ b/bin/repoman @@ -2336,7 +2336,7 @@ else: # there's no need to regenerate manifests and all files will be # committed in one big commit at the end. print() - else: + elif not repo_config.thin_manifest: if vcs == 'cvs': headerstring = "'\$(Header|Id).*\$'" elif vcs == "svn": |