Show More
@@ -117,7 +117,7 b' def changectx(repo, req):' | |||||
117 | elif 'manifest' in req.form: |
|
117 | elif 'manifest' in req.form: | |
118 | changeid = req.form['manifest'][0] |
|
118 | changeid = req.form['manifest'][0] | |
119 | else: |
|
119 | else: | |
120 |
changeid = |
|
120 | changeid = repo.changelog.count() - 1 | |
121 |
|
121 | |||
122 | try: |
|
122 | try: | |
123 | ctx = repo.changectx(changeid) |
|
123 | ctx = repo.changectx(changeid) |
General Comments 0
You need to be logged in to leave comments.
Login now