changeset 2480:bbf1e1386d4e

Add fixme comment about vc_download weirdness.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Tue, 24 Oct 2006 14:09:31 +0100
parents dcba271d0f07
children be402ea26813
files lib/gitrepo.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/gitrepo.py	Tue Oct 24 14:03:08 2006 +0100
+++ b/lib/gitrepo.py	Tue Oct 24 14:09:31 2006 +0100
@@ -242,6 +242,9 @@
     def update (self, source, branch=None, commit=None):
         # More C&P
         suffix = branch
+        # FIXME: this is weird, update should not specify branch,
+        # rather revision??
+        # mis-use branch as revision (ie, HEAD)
         rev_opt = '-r ' + branch
         if commit:
             suffix = commit