|
|
|
@259
|
8 years |
lele |
Revisited zooko's ReopenableNamedTemporaryFile? patch
|
|
|
|
@258
|
8 years |
zooko |
new tempfile idiom
advantages:
1. secure in all cases (previously there …
|
|
|
|
@253
|
8 years |
lele |
Remove temporary files with upstream logs, keep them whith --debug
|
|
|
|
@252
|
8 years |
lele |
Use mktemp() to get a safer temporary filename
|
|
|
|
@242
|
8 years |
lele |
Pass repository and module down to getUpstreamChangesets()
In order to fix …
|
|
|
|
@227
|
8 years |
micktwomey |
Minor change to stop cvs reading ~/.cvsrc during rlog
If you have a -q …
|
|
|
|
@225
|
8 years |
lele |
Quick and dirty fix to cvs log handling
There is a strange situation where …
|
|
|
|
@217
|
8 years |
lele |
Import GetUpstreamChangesetsFailure? from source.py
|
|
|
|
@205
|
8 years |
lele |
Replaced a tab with spaces
|
|
|
|
@194
|
8 years |
lele |
Print the exception doc, when it happens
|
|
|
|
@190
|
8 years |
erik |
bugfix, get all the changeset when updating
|
|
|
|
@188
|
8 years |
lele |
Better error messages
|
|
|
|
@179
|
8 years |
lele |
Better error message when trying to bootstrap empty CVS repository
|
|
|
|
@156
|
9 years |
lele |
Recognize new entries not reported by CVS log
Sometime it is not possibile …
|
|
|
|
@149
|
9 years |
lele |
Honor both branches and tags found in the CVS/Tag file
|
|
|
|
@144
|
9 years |
lele |
Really fix how entries pathname get determined
Since the message that …
|
|
|
|
@143
|
9 years |
lele |
Consider the most recent entry not the oldest, to fetch the history since …
|
|
|
|
@142
|
9 years |
lele |
Always specify the CVS branch to 'rlog', eventually "HEAD"
This should …
|
|
|
|
@140
|
9 years |
lele |
UNDO: Fetch the CVS log of a single branch, not all of them
|
|
|
|
@138
|
9 years |
lele |
Fetch the CVS log of a single branch, not all of them
|
|
|
|
@135
|
9 years |
lele |
Strip the CVS module name, not just the first component
|
|
|
|
@134
|
9 years |
lele |
Take the last 'cvs rlog: Logging XXX' before 'RCS file', not the first
The …
|
|
|
|
@132
|
9 years |
lele |
Reinvent another way to get the entry path from the CVS rlog
When a remote …
|
|
|
|
@123
|
9 years |
lele |
Remove 'Attic/' to determine CVS repos prefix
|
|
|
|
@121
|
9 years |
lele |
New option --verbose to show the changelog of each applied changeset
|
|
|
|
@119
|
9 years |
lele |
Force UTC as time zone to get reusable dates from 'cvs log'
|
|
|
|
@115
|
9 years |
lele |
Safer way to determine the entry relative path from its full RCS file path
|
|
|
|
@114
|
9 years |
lele |
Use join to append the module to the repository
Evenif the CVSROOT may not …
|
|
|
|
@108
|
9 years |
lele |
Use 'cvs rlog' to fetch whatsnew information
"Unfortunately" 'cvs log' do …
|
|
|
|
@96
|
9 years |
lele |
Minimize the chance of patch name collision adding the author
|
|
|
|
@95
|
9 years |
lele |
Corrected the date format passed to strptime
|
|
|
|
@94
|
9 years |
lele |
Better way to identify new entries from the CVS log
The CVS revision info …
|
|
|
|
@93
|
9 years |
lele |
Fix the CVS parser to omit already seen changesets
For some unknown …
|
|
|
|
@92
|
9 years |
lele |
Delegate to the path.join() method the insertion of slashes in filenames
|
|
|
|
@91
|
9 years |
lele |
Do not use useless yield when items already in a list
|
|
|
|
@88
|
9 years |
lele |
Grok with merge tags in the CVS/Entries file
|
|
|
|
@87
|
9 years |
lele |
Little fix against empty CVS directories
|
|
|
|
@86
|
9 years |
lele |
Handle CVS dates with timezone in the log
|
|
|
|
@85
|
9 years |
lele |
Some re-wording, tag the CVS changesets using only the timestamp
|
|
|
|
@84
|
9 years |
lele |
Ignore eventual 'branches' info on a CVS revision
|
|
|
|
@83
|
9 years |
lele |
Collapse related CVS changes into a single one
|
|
|
|
@81
|
9 years |
lele |
Use right time in the past when asking for upstream CVS changes
|
|
|
|
@80
|
9 years |
lele |
Follow the right CVS branch since the right time in the past
Here I assume …
|
|
|
|
@79
|
9 years |
lele |
Omit empty CVS changelogs
CVS log use the string "* empty log message …
|
|
|
|
@78
|
9 years |
lele |
Recognize deleted (dead) entries in the cvs log
|
|
|
|
@77
|
9 years |
lele |
Detect new entries from the cvs log
The cvs log emits a line of this kind: …
|
|
|
|
@73
|
9 years |
lele |
New pure CVS backend to replace b0rken cvsps
|