Show More
@@ -944,7 +944,7 b' class changeset_templater(changeset_prin' | |||||
944 | msg = _("%s: no key named '%s'") |
|
944 | msg = _("%s: no key named '%s'") | |
945 | raise util.Abort(msg % (self.t.mapfile, inst.args[0])) |
|
945 | raise util.Abort(msg % (self.t.mapfile, inst.args[0])) | |
946 | except SyntaxError, inst: |
|
946 | except SyntaxError, inst: | |
947 |
raise util.Abort( |
|
947 | raise util.Abort('%s: %s' % (self.t.mapfile, inst.args[0])) | |
948 |
|
948 | |||
949 | def show_changeset(ui, repo, opts, buffered=False, matchfn=False): |
|
949 | def show_changeset(ui, repo, opts, buffered=False, matchfn=False): | |
950 | """show one changeset using template or regular display. |
|
950 | """show one changeset using template or regular display. |
General Comments 0
You need to be logged in to leave comments.
Login now