Show More
@@ -32,7 +32,7 b' def read(repo):' | |||||
32 | msg = _('malformed line in .hg/bookmarks: %r\n') |
|
32 | msg = _('malformed line in .hg/bookmarks: %r\n') | |
33 | repo.ui.warn( msg % line) |
|
33 | repo.ui.warn( msg % line) | |
34 | continue |
|
34 | continue | |
35 |
sha, refspec = line. |
|
35 | sha, refspec = line.split(' ', 1) | |
36 | refspec = encoding.tolocal(refspec) |
|
36 | refspec = encoding.tolocal(refspec) | |
37 | try: |
|
37 | try: | |
38 | bookmarks[refspec] = repo.changelog.lookup(sha) |
|
38 | bookmarks[refspec] = repo.changelog.lookup(sha) |
General Comments 0
You need to be logged in to leave comments.
Login now