mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-23 08:01:12 +00:00
When I recently changed the working copy to not have a commit ID (e098c0193566), I lost the check in `update_working_copy()` in `commands.rs` that made us not print "Working copy now at: " if the commit was unchanged. Now we always print, which is unnecessary and confusing (it makes it seem like the commit changed even if it didn't). Let's restore the check.