basic testing with a sample repository/changeset
Details
Details
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Branch
- master
- Lint
Lint Passed - Unit
Test Failures - Build Status
Buildable 1565 Build 1566: [Placeholder Plan] Wait for 30 Seconds
Time | Test | |
---|---|---|
0 ms | testSvnStateParsing | |
0 ms | testGitStateParsing | |
0 ms | testSVNFileEscapes | |
0 ms | testHgStateParsing |
Event Timeline
Comment Actions
You can already do this with:
$ git show X | arc diff --raw $ arc diff X^ --head X
If you do this frequently, maybe you could make an alias? I think something like this would work:
$ arc alias diffone -- '!arc diff $0^ --head $0'
...then:
$ arc diffone X
Basically, I'm not sure this is useful enough on its own to justify implementing fully.
Comment Actions
Well, I'm not the only one who has been asking for this. And I think you mentioned something about --raw giving the revision not as much context? Or do you just mean Arcanist/Phabricator features that depend on having a working copy, which are impossible to get working anyway in this model?