source: tailor/vcpx/cvs.py @ 259

Revision Log Mode:


Legend:

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