##// END OF EJS Templates
graft: fix interpolation in a ProgrammingError case...
graft: fix interpolation in a ProgrammingError case The `action` is str, which can't be interpolated into bytes. Fortunately, `ProgrammingError` allows a str to be passed.
Matt Harbison -
r53243:1802d9af default
Show More
Name Size Modified Last Commit Author
/ rust / hg-core / src / revlog
changelog.rs Loading ...
compression.rs Loading ...
file_io.rs Loading ...
filelog.rs Loading ...
index.rs Loading ...
inner_revlog.rs Loading ...
manifest.rs Loading ...
mod.rs Loading ...
node.rs Loading ...
nodemap.rs Loading ...
nodemap_docket.rs Loading ...
options.rs Loading ...
patch.rs Loading ...
path_encode.rs Loading ...