Show More
@@ -227,8 +227,10 b' class EmptyChangeset(BaseChangeset):' | |||||
227 | Returns raw string identifing this changeset, useful for web |
|
227 | Returns raw string identifing this changeset, useful for web | |
228 | representation. |
|
228 | representation. | |
229 | """ |
|
229 | """ | |
230 |
return '0' * |
|
230 | return '0' * 40 | |
231 |
|
231 | |||
|
232 | def short_id(self): | |||
|
233 | self.raw_id[:12] | |||
232 |
|
234 | |||
233 | def repo2db_mapper(initial_repo_list, remove_obsolete=False): |
|
235 | def repo2db_mapper(initial_repo_list, remove_obsolete=False): | |
234 | """ |
|
236 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now