Show More
@@ -357,7 +357,7 b' impl TwoWayPathMap {' | |||
|
357 | 357 | } |
|
358 | 358 | |
|
359 | 359 | fn untokenize(&self, token: PathToken) -> &HgPathBuf { |
|
360 |
assert!(token < self.path.len(), |
|
|
360 | assert!(token < self.path.len(), "Unknown token: {}", token); | |
|
361 | 361 | &self.path[token] |
|
362 | 362 | } |
|
363 | 363 | } |
General Comments 0
You need to be logged in to leave comments.
Login now