jj/lib
Martin von Zweigbergk dbe5615260 git: update mostly incorrect comment in export function
The comment says that we collect the changes to make before making
them, in order to reduce the risk of making some changes before
failing. However, there is nothing in the code that collects changes
that can fail, and it's all doing comparisons in memory, so it should
be very fast. It's been like that since I added it in 47b3abd0f7. We
still need to preserve the structure to avoid mutating `mut_repo`
while iterating over branches, however, so I just updated the comment.
2022-11-26 06:05:29 -10:00
..
src git: update mostly incorrect comment in export function 2022-11-26 06:05:29 -10:00
tests git: add test for exporting refs that fail 2022-11-26 06:05:29 -10:00
testutils tests: set test hostname and username for operation log 2022-11-24 16:00:20 -10:00
build.rs cleanup: remove extern crate declarations 2022-09-21 22:24:09 -07:00
Cargo.toml cargo: bump pest_derive from 2.4.1 to 2.5.0 2022-11-25 06:09:37 -10:00