Rev 1561: Add exclude argument. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk
Jelmer Vernooij
jelmer at samba.org
Fri Aug 8 22:35:42 BST 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/trunk
------------------------------------------------------------
revno: 1561
revision-id: jelmer at samba.org-20080808213537-him9r5bn8w64qsmh
parent: jelmer at samba.org-20080806145556-htnm92jib073x834
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Fri 2008-08-08 23:35:37 +0200
message:
Add exclude argument.
modified:
workingtree.py workingtree.py-20060306120941-b083cb0fdd4a69de
=== modified file 'workingtree.py'
--- a/workingtree.py 2008-08-06 14:55:56 +0000
+++ b/workingtree.py 2008-08-08 21:35:37 +0000
@@ -432,13 +432,14 @@
def commit(self, message=None, message_callback=None, revprops=None,
timestamp=None, timezone=None, committer=None, rev_id=None,
allow_pointless=True, strict=False, verbose=False, local=False,
- reporter=None, config=None, specific_files=None, author=None):
+ reporter=None, config=None, specific_files=None, author=None, exclude=None):
if author is not None:
revprops['author'] = author
# FIXME: Use allow_pointless
# FIXME: Use verbose
# FIXME: Use reporter
# FIXME: Use strict
+ # FIXME: Use exclude
if local:
raise LocalCommitsUnsupported()
More information about the bazaar-commits
mailing list