-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
(WIP) CRM-14382 Updates Danish States/Provinces #8478
Conversation
Can one of the admins verify this patch? |
Somehow my CRM-18699 fix ended up in here. That was not intentional, how should I remove it? |
@mpnordland that happens if you commit your changes to your master branch and then open multiple PRs from it. In this case you can rebase it out and force-push. Use the |
I tried to rebase it, I think I ended up with the changes still included but the commit gone. I've never rebased before. Since I had already pushed those commits I don't think that helped. I've probably made a huge mess of it. |
When you do git rebase -i you get a screen of proposed patches. You can delete a row in that screen & that patch will be dropped. (you can also re-order patches & 'squash' them by replacing the p(ick) on the left side with s(quash). Either s or squash is accepted. |
NB - I normally do
(assuming you have called the remove 'upstream' - it might be origin) before I do a rebase -i and I normally do a
(or origin) to make sure my local remotes are up to date and then
(or origin) |
test this please |
(even though it's not rebased let's see what Jenkins says) |
@mlutfy here's an i18n / l10n issue |
Micah, as Release Manager this month, I'm trying to recruit people to help pare down the backlog of almost 100 PRs, some going back to last summer. I'm wondering if you would be able to help QA another PR if I got someone to QA this PR? |
@JoeMurray I could do that, what PR should I QA? |
@mpnordland More details at |
Wonderful, thanks @mpnordland ! What about trying to QA #8476 ? |
In order to remove the patches that do NOT belong in this PR you should do the following (assuming your remote for core is 'origin' git fetch -f origin |
@eileenmcnaughton would the core remote mean this repo or my fork? Using these commands with my fork (origin in my clone) pushing these changes fails because the tip of my branch is behind it's remote counterpart. |
OK - so for me git remote -v shows: And I would normally do git pull --rebase upstream master pretty regularly just to 'keep current' But if I want to change the commits I would do (rebase -i allows you to edit what is in it) |
@mpnordland any progress on this? |
Unfortunately no, getting this finished is pretty low priority until I get the site launched for the client. On July 12, 2016 7:33:18 AM EDT, Yashodha Chaku notifications@github.com wrote:
Sent from my Android device with K-9 Mail. Please excuse my brevity. |
I'm going to close this & let you re-open it when you are ready. The advantage of that is it saves people time checking the status of it & when you re-open it rises up to the top of the list rather than being hidden |
Can one of the admins verify this patch? |
NB when you re-open please set the fix version on the JIRA ticket to the next point release to get visibility |
In 2007 Denmark changed to having 5 regions instead of 16 counties/cites as their level one divisions. This adds the data to the template. I have not added an incremental change because Lobo's comment in the JIRA issue recommended leaving it alone for current sites. More comment is requested.