Issue 18390: Better documenting of hg revert -r when merging with another branch (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/62590

classification

Title: Better documenting of ``hg revert -r`` when merging with another branch
Type: Stage: resolved
Components: Devguide Versions:

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, ezio.melotti, python-dev
Priority: normal Keywords: easy

Created on 2013-07-06 22:22 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg192494 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2013-07-06 22:22
While the dev FAQ mentions it under null merges (http://docs.python.org/devguide/faq.html#how-do-i-make-a-null-merge), it probably should mention it under the merging section of http://docs.python.org/devguide/committing.html#merging-between-different-branches-within-the-same-major-version.
msg192950 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-07-12 15:53
New changeset 15249b189347 by Brett Cannon in branch 'default': Issue #18390: Add a little comment on how to do a proper file http://hg.python.org/devguide/rev/15249b189347
History
Date User Action Args
2022-04-11 14:57:47 admin set github: 62590
2013-07-12 15:54:10 brett.cannon set status: open -> closedresolution: fixedstage: needs patch -> resolved
2013-07-12 15:53:40 python-dev set nosy: + python-devmessages: +
2013-07-06 22:22:01 brett.cannon create