Show More
@@ -2010,7 +2010,7 class overlayworkingctx(workingctx): | |||||
2010 | return self._wrappedctx[path].data() |
|
2010 | return self._wrappedctx[path].data() | |
2011 | else: |
|
2011 | else: | |
2012 | raise error.ProgrammingError("No such file or directory: %s" % |
|
2012 | raise error.ProgrammingError("No such file or directory: %s" % | |
2013 |
|
|
2013 | path) | |
2014 | else: |
|
2014 | else: | |
2015 | return self._wrappedctx[path].data() |
|
2015 | return self._wrappedctx[path].data() | |
2016 |
|
2016 |
General Comments 0
You need to be logged in to leave comments.
Login now