Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Secret phases are not handled properly #31

Open
indygreg opened this issue May 16, 2013 · 0 comments
Open

Secret phases are not handled properly #31

indygreg opened this issue May 16, 2013 · 0 comments

Comments

@indygreg
Copy link
Contributor

I have the following in my hgrc:

[mq]
secret = True

What this means is that my mq changesets are put in the "secret" phase instead of "draft" (the default). The thing with "secret" changesets is that they are not pushed to remote servers. This is a feature, not a bug. This is to prevent you from accidentally publishing changesets you don't intend to.

For try pushes, we want to push secret changesets. But, we don't want to mark them as published.

I think the solution here is to record the phase of outgoing changesets before push then reset them after push.

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

No branches or pull requests

1 participant