Skip to content
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

Combine "st" and "out" #6

Open
reinout opened this issue Aug 21, 2015 · 4 comments
Open

Combine "st" and "out" #6

reinout opened this issue Aug 21, 2015 · 4 comments

Comments

@reinout
Copy link
Owner

reinout commented Aug 21, 2015

Originally from https://bitbucket.org/reinout/checkoutmanager/issues/16/simplify-commands by @jendrikseipp:

"Currently I can use out and st for dvcs, but only st for svn. If I want to see what the difference to the remote dvcs repo is, I have to use out plus st. I think it would be much easier if the output of the two commands was unified and there was only a single st command for all types of vcs."

@reinout
Copy link
Owner Author

reinout commented Aug 21, 2015

I worry a bit about the extra time it might take. "checkoutmanager st" is very quick for me now that I almost exclusively use git. Connecting to the server would take lots of extra time.

Alternative would be a config option in the ini file. "check-for-remote-changes = true" or something like that.

I'm open to ideas!

@jendrikseipp
Copy link
Contributor

Instead of a ini file option I would prefer having a --remote commandline option for the checkoutmanager st command. This would mimic hg sum --remote and can easily be turned on and off for each call.

@reinout
Copy link
Owner Author

reinout commented Aug 24, 2015

So --remote would make checkoutmanager st check not only the local status but also the "remote status"? I like that terminology. Sounds good!

@jendrikseipp
Copy link
Contributor

Exactly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants