jj/tests
Martin von Zweigbergk ca055d91d9 workspace: store repo in .jj/repo/ (#13)
The `.jj/` directory contains information about two distinct parts:
the repo and the working copy. Most subdirectories are related to the
repo; only `.jj/working_copy/` is about the working copy. Let's move
the repo-related bits into a new `.jj/repo/` subdirectory. That makes
it clearer that they're related to the repo. It will probably also be
easier to manage when we have support for multiple workspaces backed
by a single repo.
2022-02-02 08:15:22 -08:00
..
smoke_test.rs cli: print "Added X files, ..." message only if any files changed 2021-11-19 23:14:19 -08:00
test_init_command.rs workspace: store repo in .jj/repo/ (#13) 2022-02-02 08:15:22 -08:00
test_ui.rs cli: parse file names as relative and using platform separator 2021-06-09 22:56:02 -07:00