0
votes
0answers
4 views
Permissions needed to do strip
What permissions are needed to strip changesets from a Repo? I was expecting that Modify would be sufficient but somehow the whole settings-tab then dissapears and one can't access …
1
vote
1answer
219 views
Rebase/stripping and pull/push
Hi,
I'm having some problems when using rebasing and stripping which both are related to propergating changes to or from the central kiln repository.
1) Stripping
When i have a …
7
votes
1answer
1k views
How can I strip changesets from the central repository in Kiln?
Help, I made a mistake and pushed it to the central repository! Is there a way to remove changesets from the central repository like 'hg strip' on my local repos?
1
vote
1answer
111 views
Lightweight stripping
It's not ideal, but I find my self stripping changesets from the central repo often, due to various reasons, but I think mostly because of the way hg does branching/merging.
As th …
2
votes
1answer
686 views
hgsubstate file is committed, corrupted (unknown revision), and has been pushed to Kiln
A coworker made some changes, committed the subrepo, and pushed to Kiln. He forgot, or didn't realize that he needed to commit the parent repo and push to make sure that .hgsubstat …
1
vote
1answer
101 views
Strips Never Complete Correctly
I am aware of all the reasons not to use the "strip" feature.
But despite that, sometimes we would like to.
And for some reason every time we strip we get this error that shows u …
1
vote
1answer
141 views
Weird issue with spaces in a repository name after stripping changesets
I had a repository with spaces in its name. Kiln automatically converted these spaces to dashes for the repository path (I worked with /Repo/Foo/Bar/Repo-Name). After I stripped so …
3
votes
1answer
188 views
Using the “Strip Changesets” command disconnects repo from its web hooks
I have a branch Kiln repository called "foo" that has a web hook registered I used for CI builds.
I performed a "Strip Changesets" command on this repo (from the Repo's Settings p …
1
vote
1answer
170 views
Strip Operation Failure [closed]
I was trying to strip out a bad merge from my branch repository, and Kiln created another branch called {originalbranchname}-strip. It seems that the strip operation failed, and no …