Colin Watson has proposed merging ~cjwatson/launchpad:codeimport-api-doc into 
launchpad:master.

Commit message:
Fix API documentation for ICodeImport

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/414353

It supports imports to Git repositories too.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of 
~cjwatson/launchpad:codeimport-api-doc into launchpad:master.
diff --git a/lib/lp/code/interfaces/codeimport.py b/lib/lp/code/interfaces/codeimport.py
index 1a3e5a1..6996d39 100644
--- a/lib/lp/code/interfaces/codeimport.py
+++ b/lib/lp/code/interfaces/codeimport.py
@@ -119,7 +119,7 @@ def validate_cvs_module(cvsmodule):
 
 @exported_as_webservice_entry()
 class ICodeImport(Interface):
-    """A code import to a Bazaar Branch."""
+    """A code import to a Bazaar branch or Git repository."""
 
     id = Int(readonly=True, required=True)
     date_created = Datetime(
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to     : launchpad-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help   : https://help.launchpad.net/ListHelp

Reply via email to