Skip to content

Commit

Permalink
- wc.package: document commit_policies parameter
Browse files Browse the repository at this point in the history
Added information about the commit_policies keyword argument to the Package
class' __init__ method's docstring
  • Loading branch information
marcus-h committed Mar 8, 2012
1 parent 8a3f8c4 commit 0e5fbd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osc/wc/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,8 @@ def __init__(self, path, skip_handlers=[], commit_policies=[],
Keyword arguments:
skip_handlers -- list of FileSkipHandler objects
(default: [])
commit_policies -- list of FileCommitPolicy objects
(default: None)
merge_class -- class which is used for a file merge
(default: Merge)
verify_format -- verify working copy format (default: True)
Expand Down

0 comments on commit 0e5fbd6

Please sign in to comment.