Jelmer Vernooij il y a 5 ans
Parent
commit
083dac6a72
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      dulwich/porcelain.py

+ 2 - 0
dulwich/porcelain.py

@@ -940,6 +940,8 @@ def pull(repo, remote_location=None, refspecs=None,
     # Open the repo
     with open_repo_closing(repo) as r:
         if remote_location is None:
+            # TODO(jelmer): Retrieve remote to use from config rather than
+            # using default.
             section = (b'remote', b'origin')
             config = r.get_config()
             if config.has_section(section):