jj/lib
Martin von Zweigbergk 5e539771c5 git: include a hint about possible permission error when push fails
When the remote rejects a push, we now say something like this:

```
Remote rejected the update of some refs (do you have permission to push to ["refs/heads/main"]?)
```

That message could be formatted better, but this seems good enough for
now. We should probably have some more custom conversion from
`GitPushError` to `CommandError` in the CLI layer.
2022-09-27 02:23:05 -07:00
..
src git: include a hint about possible permission error when push fails 2022-09-27 02:23:05 -07:00
tests workspace: make capable of loading with out-of-tree backend 2022-09-25 09:40:42 -07:00
build.rs
Cargo.toml cargo: bump thiserror from 1.0.35 to 1.0.36 2022-09-26 09:07:27 -07:00