New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli: add trees command #599
Conversation
|
@edvbld This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there have been 3 commits pushed to the
|
/integrate |
@edvbld The following commits have been pushed to master since your change was applied:
Your commit was automatically rebased without conflicts. Pushed as commit 8d9b6e9. |
Mailing list message from Erik Helin on skara-dev: Changeset: 8d9b6e9 cli: add trees command Reviewed-by: rwestberg ! cli/build.gradle |
Mailing list message from Magnus Ihse Bursie on skara-dev: Interesting idea. I think you missed a proper implementation of tconfig, magnusi at sthihse:/localhome/hg/jdk-ALT$ hg tconfig --help list or change the subtrees configuration ??? One of five operations can be selected: ??? --list :??? list the configured subtrees; this is the default if no ??? Note that with the slight exception of --set --depth, this command does options: ?-a --add?????????? add the specified SUBTREEs to config (some details hidden, use --verbose to show complete help) Your code seems to do automatic configuration, which is probably an It's also unclear what the "tconfig = tree config" alias means. It's not at all clear that we want or need backwards compatibility here. /Magnus On 2020-04-24 11:27, Erik Helin wrote:
|
Mailing list message from Erik Helin on skara-dev: On 4/24/20 2:41 PM, Magnus Ihse Bursie wrote:
Yes, I should have mentioned this in the RFR email. To me there are two 1. It removes the ability to run the Mercurial command "config" for a
It means that `tconfig` is an alias that runs the command `trees config`
For the reasons listed above I think we should break backwards Or did I miss something? Thanks,
|
Hi all,
please review this patch that adds
trees functionality to Skara.
This is mainly for those who want to use Skara for working with Mercurial today
and are missing the trees functionality, but I also added a couple of trees
"commands" like
tstatus
.tpull
etc. toskara.gitconfig
.Testing:
Thanks,
Erik
Progress
Reviewers
Download
$ git fetch https://git.openjdk.java.net/skara pull/599/head:pull/599
$ git checkout pull/599