Mercurial > hgsubversion
comparison util.py @ 263:d978192f0d63
Clean up TODOs that are no longer relevant.
| author | Augie Fackler <durin42@gmail.com> |
|---|---|
| date | Mon, 13 Apr 2009 21:19:13 -0500 |
| parents | 7932d098cb5f |
| children | 9f0738587f94 |
comparison
equal
deleted
inserted
replaced
| 262:3b3627611468 | 263:d978192f0d63 |
|---|---|
| 78 sourcerev = sourcerev[0] | 78 sourcerev = sourcerev[0] |
| 79 if sourcerev.node() != node.nullid: | 79 if sourcerev.node() != node.nullid: |
| 80 return outgoing_rev_hashes | 80 return outgoing_rev_hashes |
| 81 | 81 |
| 82 def build_extra(revnum, branch, uuid, subdir): | 82 def build_extra(revnum, branch, uuid, subdir): |
| 83 # TODO this needs to be fixed with the new revmap | |
| 84 extra = {} | 83 extra = {} |
| 85 branchpath = 'trunk' | 84 branchpath = 'trunk' |
| 86 if branch: | 85 if branch: |
| 87 extra['branch'] = branch | 86 extra['branch'] = branch |
| 88 branchpath = 'branches/%s' % branch | 87 branchpath = 'branches/%s' % branch |
