Skip to content

Commit

Permalink
added config to versioned paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 9, 2015
1 parent bab3ca4 commit a1134ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions v7/vcs/vcs.py
Expand Up @@ -95,6 +95,9 @@ def _execute(self, options, args):
for p in ['plugins', 'themes']:
paths.extend(get_path_list(p))

# The configuration
paths.extend('conf.py')

# Add them to the VCS
paths = list(set(paths))
wd.add(paths=paths)
Expand Down

0 comments on commit a1134ab

Please sign in to comment.