User Details
User Details
- User Since
- May 25 2020, 4:40 AM (104 w, 2 d)
Oct 30 2020
Oct 30 2020
Oct 29 2020
Oct 29 2020
acezar added a comment to D9230: rhg: add full node id support for `debugdata` command.
rebased
Oct 20 2020
Oct 20 2020
acezar updated the diff for D9121: hg-core: fix path encoding usage.
Sep 29 2020
Sep 29 2020
acezar updated the diff for D9121: hg-core: fix path encoding usage.
acezar added inline comments to D9107: hg-core: return Err if `offset != bytes.len()`.
acezar updated the diff for D9108: hg-core: use `.or(Err(Error))` not `.map_err(|_| Error)` (D9100#inline-15067).
acezar updated the diff for D9107: hg-core: return Err if `offset != bytes.len()`.
acezar updated the diff for D9083: hg-core: minor code style change (D8958#inline-14993 followup).
acezar updated the diff for D9105: hg-core: renaming of `Chunk` offset methods (D8958#inline-15002 followup).
acezar updated the diff for D9104: hg-core: minor rewording in docstring (D8958#inline-15005 followup).
acezar updated the diff for D9103: hg-core: use anonymous lifetime for `impl Chunk` (D8958#inline-15003 followup).
acezar retitled D9107: hg-core: return Err if `offset != bytes.len()` from hg-core: return Err if `offset != bytes.len()` (D8958#inline-14994 followup 2/2) to hg-core: return Err if `offset != bytes.len()`.
acezar retitled D9095: hg-core: Explain offset override of first revision from hg-core: Explain offset override of first revision (D8958#inline-14992 followup) to hg-core: Explain offset override of first revision.
acezar updated the diff for D9102: hg-core: use `u32` instead of `i32` in `Chunk` (D8958#inline-15001 followup).
acezar added inline comments to D9102: hg-core: use `u32` instead of `i32` in `Chunk` (D8958#inline-15001 followup).
acezar added inline comments to D9102: hg-core: use `u32` instead of `i32` in `Chunk` (D8958#inline-15001 followup).
acezar added a comment to D9096: hg-core: minor code style change (D8958#inline-14986 followup).
acezar added a comment to D9106: hg-core: make `Index` owner of its bytes (D8958#inline-14994 followup 1/2).
acezar updated the diff for D9107: hg-core: return Err if `offset != bytes.len()`.
acezar updated the diff for D9106: hg-core: make `Index` owner of its bytes (D8958#inline-14994 followup 1/2).
acezar updated the diff for D9098: hg-core: avoid memory allocation (D8958#inline-14990 followup).
acezar updated the diff for D9097: hg-core: minor docstring update (D8958#inline-14991 followup).
acezar updated the diff for D9096: hg-core: minor code style change (D8958#inline-14986 followup).
Sep 28 2020
Sep 28 2020
acezar updated the diff for D9100: hg-core: return `Err` on decompression error (D8958#inline-15004 followup).
acezar added a comment to D8958: hg-core: Add a limited read only `revlog` implementation.
Followups:
- D9100 hg-core: return Err on decompression error (D8958#inline-15004 followup)
- D9107 hg-core: return Err if offset != bytes.len() (D8958#inline-14994 followup 2/2)
- D9106 hg-core: make Index owner of its bytes (D8958#inline-14994 followup 1/2)
- D9105 hg-core: renaming of Chunk offset methods (D8958#inline-15002 followup)
- D9104 hg-core: minor rewording in docstring (D8958#inline-15005 followup)
- D9103 hg-core: use anonymous lifetime for impl Chunk (D8958#inline-15003 followup)
- D9102 hg-core: use u32 instead of i32 in Chunk (D8958#inline-15001 followup)
- D9101 hg-core: use the term chunk instead of frag (D8958#inline-15000 followup)
- D9099 hg-core: remove useless code (D8958#inline-14988 followup)
- D9098 hg-core: avoid memory allocation (D8958#inline-14990 followup)
- D9097 hg-core: minor docstring update (D8958#inline-14991 followup)
- D9096 hg-core: minor code style change (D8958#inline-14986 followup)
- D9095 hg-core: Explain offset override of first revision (D8958#inline-14992 followup)
- D9083 hg-core: minor code style change (D8958#inline-14993 followup)
acezar added a comment to D9095: hg-core: Explain offset override of first revision.
@Alphare done
acezar updated the diff for D9095: hg-core: Explain offset override of first revision.
acezar retitled D9083: hg-core: minor code style change (D8958#inline-14993 followup) from hg-core: D8958 followup to hg-core: minor code style change (D8958#inline-14993 followup).
Sep 25 2020
Sep 25 2020
Sep 23 2020
Sep 23 2020
rhg: add a limited `rhg cat -r` subcommand
hg-core: add a `CatRev` operation
hg-core: add `files_with_nodes` to `Manifest`
acezar committed rHGaebc976fd7d5: hg-core: add path_encode.
hg-core: add path_encode
hg-core: impl TryFrom<PathBuff> for HgPathBuf
rhg: add `--revision` argument to `rhg files`
hg-core: add a `ListRevTrackedFiles` operation
hg-core: simplify `list_tracked_files` operation
hg-core: add `Revlog.get_node_rev`
hg-core: add `Manifest` a specialized `Revlog`
hg-core: add `Changlog` a specialized `Revlog`
hg-core: check data integrity in `Revlog`
rhg: add a limited `rhg debugdata` subcommand
acezar committed rHG66756b34c06e: rhg: add a `DebugData` `Command` to prepare the `rhg debugdata` subcommand.
rhg: add a `DebugData` `Command` to prepare the `rhg debugdata` subcommand
hg-core: define a `DebugData` `Operation`
hg-core: Add a limited read only `revlog` implementation
acezar updated the diff for D9005: hg-core: check data integrity in `Revlog`.
acezar updated the diff for D8958: hg-core: Add a limited read only `revlog` implementation.
acezar updated the diff for D8960: rhg: add a `DebugData` `Command` to prepare the `rhg debugdata` subcommand.
acezar updated the diff for D8961: rhg: add a limited `rhg debugdata` subcommand.
acezar updated the diff for D8959: hg-core: define a `DebugData` `Operation`.
acezar updated the diff for D8962: rhg: Add debug timing.
Sep 21 2020
Sep 21 2020
acezar updated the diff for D9005: hg-core: check data integrity in `Revlog`.
Sep 18 2020
Sep 18 2020
acezar updated the summary of D9015: rhg: add `--revision` argument to `rhg files`.
acezar added inline comments to D9014: hg-core: add a `ListRevTrackedFiles` operation.
acezar updated the diff for D9011: hg-core: add `Manifest` a specialized `Revlog`.
acezar added inline comments to D9012: hg-core: add `Revlog.get_node_rev`.
acezar updated the diff for D9014: hg-core: add a `ListRevTrackedFiles` operation.
acezar updated the diff for D9015: rhg: add `--revision` argument to `rhg files`.
acezar updated the diff for D9013: hg-core: simplify `list_tracked_files` operation.