Show More
@@ -300,3 +300,8 b' class gitdirstate(object):' | |||||
300 | def clearbackup(self, tr, backupname): |
|
300 | def clearbackup(self, tr, backupname): | |
301 | # TODO |
|
301 | # TODO | |
302 | pass |
|
302 | pass | |
|
303 | ||||
|
304 | def setbranch(self, branch): | |||
|
305 | raise error.Abort( | |||
|
306 | b'git repos do not support branches. try using bookmarks' | |||
|
307 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now