CyberShadow / Digger

A tool to build D and bisect old D versions
Other
57 stars 9 forks source link

allow: digger build "master + github.com/D-Programming-Language/dmd/pull/4823" #22

Closed timotheecour closed 9 years ago

timotheecour commented 9 years ago

Would be nice to add this syntax to the list of supported digger build rules:

digger build "master + github.com/D-Programming-Language/dmd/pull/4823"

Makes copy paste from a pull request very simple. (in addition to digger build "master + timotheecour/dmd/exclude_cwd_from_path" )

https://github.com/CyberShadow/Digger/issues/1 is related but different; i'm just talking about command line here

CyberShadow commented 9 years ago

You know you can do digger build master+dmd#4823 ?

timotheecour commented 9 years ago

overlooked, it thanks

perhaps modifying docs as follows would make it more discoverable:

# build with added pull request  github.com/D-Programming-Language/dmd/pull/123
$ digger build "master + dmd#123"

or perhaps it's already clear...