Submitter | phabricator |
---|---|
Date | Jan. 15, 2021, 11:09 p.m. |
Message ID | <differential-rev-PHID-DREV-zmhb2psqmp3aiupeakn5-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48104/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/copies.py b/mercurial/copies.py --- a/mercurial/copies.py +++ b/mercurial/copies.py @@ -41,7 +41,7 @@ # When _chain()'ing copies in 'a' (from 'src' via some other commit 'mid') # with copies in 'b' (from 'mid' to 'dst'), we can get the different cases - # in the following table (not including trivial cases). For example, case 2 + # in the following table (not including trivial cases). For example, case 6 # is where a file existed in 'src' and remained under that name in 'mid' and # then was renamed between 'mid' and 'dst'. #