Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
57 views

How to do “hg backout X” in Git?

I have to use Git and want to undo one commit that was some commits before the tip. In Hg it's hg backout. What's the analog command in Git? (I duckduckwent before posting this and dont's see an ...
1
vote
2answers
166 views

Mercurial undoing push to main branch

I accidentally pushed some changes to the main branch which weren't ready, so I immediately did a backout. Later I tried merging new changes from the trunk into my branch, but the merge didn't work ...
0
votes
1answer
323 views

Queue name from poison message - MQ / JMS

I'm developing a solution to retrieve poison messages from a backout queue in Websphere 6.1. My question is: when this msg (ie. TextMessage) is re-queue from a regular queue to backout queue, what is ...