-
Notifications
You must be signed in to change notification settings - Fork 45
Issue#18: internal_co: Always use the internal logical lines of RCSStream instead of the flat plain text to reproduce the next revision. #22
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
Open
futatuki
wants to merge
5
commits into
mhagger:master
Choose a base branch
from
futatuki:issue18-irregular-rcs-v5
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
f32ce3e
Add test for GitHub issue 18
futatuki ae478af
issue #18: Use internal lines instead of plain text in checkout_db.
futatuki eb5aab7
Fix comments in cvs2svn_lib/checkout_internal.py. No functional change.
futatuki 5d1a8df
test-data: improve the test data for test internal_co_broken_rcsfile.
futatuki 86c896c
Follow up to previous: Insert a corrupt delta r1.5 in irregular.txt,v
futatuki File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88 changes: 88 additions & 0 deletions
88
test-data/gh-issue-18-irregular-rcsfile-cvsrepos/irregular.txt,v
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
head 1.5; | ||
access; | ||
symbols; | ||
locks; strict; | ||
comment @# @; | ||
|
||
|
||
1.5 | ||
date 2021.11.26.04.16.45; author futatuki; state Exp; | ||
branches; | ||
next 1.4; | ||
|
||
1.4 | ||
date 2021.11.26.04.14.23; author futatuki; state Exp; | ||
branches; | ||
next 1.3; | ||
|
||
1.3 | ||
date 2021.11.26.03.46.06; author futatuki; state Exp; | ||
branches; | ||
next 1.2; | ||
|
||
1.2 | ||
date 2021.11.26.03.41.39; author futatuki; state Exp; | ||
branches; | ||
next 1.1; | ||
|
||
1.1 | ||
date 2021.11.26.03.34.28; author futatuki; state Exp; | ||
branches; | ||
next ; | ||
|
||
|
||
desc | ||
@create a new file irregular.txt | ||
@ | ||
|
||
|
||
1.5 | ||
log | ||
@r1.5: | ||
@ | ||
text | ||
@aaa | ||
bbb | ||
ccc | ||
hhh@ | ||
|
||
|
||
1.4 | ||
log | ||
@r1.4: | ||
@ | ||
text | ||
@d4 1 | ||
a4 1 | ||
ggg@ | ||
|
||
|
||
1.3 | ||
log | ||
@r1.3: s/eee/fff/ | ||
@ | ||
text | ||
@d3 1 | ||
a3 1 | ||
fff@ | ||
|
||
|
||
1.2 | ||
log | ||
@r1.2: s/ddd/eee/ | ||
@ | ||
text | ||
@d3 1 | ||
a3 1 | ||
eee@ | ||
|
||
|
||
1.1 | ||
log | ||
@r1.1 | ||
@ | ||
text | ||
@d3 1 | ||
a3 1 | ||
ddd@ | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"just same as" is a questionable construct. "same as" or "just as".
you're making the same mistake in the commit message.
also, add comma before "but".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for pointing it out. I corrected it and looked over comments in this file and make a new commit eb5aab7.