2008-12-07 |
mhagger | Use OptionParser.add_option_group(str).
|
commit | commitdiff | tree |
2008-12-07 |
mhagger | Handle option --profile via optparse.
|
commit | commitdiff | tree |
2008-12-07 |
mhagger | Handle option --dry-run via optparse.
|
commit | commitdiff | tree |
2008-12-07 |
mhagger | Handle options --pass, --passes, and -p via optparse.
|
commit | commitdiff | tree |
2008-12-07 |
mhagger | Handle --verbose and --quiet via optparse.
|
commit | commitdiff | tree |
2008-12-07 |
mhagger | Handle --version and --help-passes within optparse.
|
commit | commitdiff | tree |
2008-12-07 |
mhagger | Rename options.target to options.svnrepos to match...
|
commit | commitdiff | tree |
2008-12-07 |
mhagger | Record parsed options in RunOptions.options rather...
|
commit | commitdiff | tree |
2008-12-07 |
mhagger | Record the options that are parsed by optparse to RunOptions...
|
commit | commitdiff | tree |
2008-12-07 |
mhagger | Remove redundant copy.
|
commit | commitdiff | tree |
2008-12-07 |
mhagger | Remove nonsense comment fragment, introduced in r759.
|
commit | commitdiff | tree |
2008-12-07 |
mhagger | Make it explicit that cvs2svn doesn't work with Python...
|
commit | commitdiff | tree |
2008-12-07 |
mhagger | Take advantage of Python's statically-nested scopes.
|
commit | commitdiff | tree |
2008-12-07 |
mhagger | Use a for loop instead of a while loop.
|
commit | commitdiff | tree |
2008-12-03 |
mhagger | Add FAQ entry "How do I get cvs2svn to run on OS X...
|
commit | commitdiff | tree |
2008-11-30 |
mhagger | Put deprecated in groups to avoid having any no-group...
|
commit | commitdiff | tree |
2008-11-30 |
mhagger | Let optparse generate the help text.
|
commit | commitdiff | tree |
2008-11-30 |
mhagger | Switch from getopt to optparse, but still process args...
|
commit | commitdiff | tree |
2008-11-30 |
mhagger | Use optparse in contrib/cvs2svn_memlog.
|
commit | commitdiff | tree |
2008-11-30 |
mhagger | Use optparse in contrib/shrink_test_case.py.
|
commit | commitdiff | tree |
2008-11-30 |
mhagger | Import svntest.main.run_tests explicitly.
|
commit | commitdiff | tree |
2008-11-30 |
mhagger | Import svntest.tree.get_child explicitly.
|
commit | commitdiff | tree |
2008-11-30 |
mhagger | Import svntest.tree.build_tree_from_wc explicitly.
|
commit | commitdiff | tree |
2008-11-30 |
mhagger | Import svntest.main.safe_rmtree explicitly.
|
commit | commitdiff | tree |
2008-11-30 |
mhagger | Import svntest.main.run_command explicitly.
|
commit | commitdiff | tree |
2008-11-30 |
mhagger | Never treat a delete revision as the original source...
|
commit | commitdiff | tree |
2008-11-30 |
mhagger | Use method CVSFileItems.iter_deltatext_ancestors().
|
commit | commitdiff | tree |
2008-11-30 |
mhagger | Add method CVSFileItems.iter_deltatext_ancestors().
|
commit | commitdiff | tree |
2008-11-30 |
mhagger | We now require Python 2.4, so getopt.gnu_getopt() definitely...
|
commit | commitdiff | tree |
2008-11-23 |
mhagger | Prepare CHANGES for release 2.2.0.
|
commit | commitdiff | tree |
2008-11-23 |
mhagger | Prepare for post-2.2 work.
|
commit | commitdiff | tree |
2008-11-23 |
mhagger | * www/cvs2svn.html, www/index.html: Fix some HTML validity...
|
commit | commitdiff | tree |
2008-11-23 |
mhagger | Specifically use r32430 of svntest, rather than importing...
|
commit | commitdiff | tree |
2008-11-23 |
mhagger | * CHANGES: Document some recent changes. This brings...
|
commit | commitdiff | tree |
2008-11-23 |
mhagger | Mark test add_cvsignore_to_branch_test as XFail.
|
commit | commitdiff | tree |
2008-11-23 |
mhagger | Remove unneeded imports.
|
commit | commitdiff | tree |
2008-11-23 |
mhagger | * setup.py: Remove unnecessary import.
|
commit | commitdiff | tree |
2008-10-21 |
mhagger | * contrib/destroy_repository.py (rewrite_filename)...
|
commit | commitdiff | tree |
2008-10-21 |
mhagger | Fix repeated execution of destroy_repository.py on... Suggested by: Michael Haggerty <mhagger@alum.mit.edu>
|
commit | commitdiff | tree |
2008-10-21 |
mhagger | Use os.path.splitext() to determine a filename's extension.
|
commit | commitdiff | tree |
2008-10-21 |
mhagger | Simplify exit logic for filenames with no extension.
|
commit | commitdiff | tree |
2008-10-21 |
mhagger | Generate replacement filename _before_ filenames in...
|
commit | commitdiff | tree |
2008-10-21 |
mhagger | Move test of destroy['filenames'] to inside rewrite_filename...
|
commit | commitdiff | tree |
2008-10-20 |
mhagger | Rename the --x-cvsroot option to --cvsroot.
|
commit | commitdiff | tree |
2008-10-20 |
mhagger | Teach destroy_repository.py to delete the contents...
|
commit | commitdiff | tree |
2008-10-20 |
mhagger | Leave CVSROOT directories alone when destroying a CVS...
|
commit | commitdiff | tree |
2008-10-20 |
mhagger | Improve docstring for destroy_repository.py --no-<X>.
|
commit | commitdiff | tree |
2008-10-18 |
mhagger | Check the contents of the svn:ignore property in add_cvsigno...
|
commit | commitdiff | tree |
2008-10-18 |
mhagger | Rename test case cvsignore_not_found_test to add_cvsignore_t...
|
commit | commitdiff | tree |
2008-10-18 |
mhagger | Fix problem with ".cvsignore file not found".
|
commit | commitdiff | tree |
2008-10-18 |
mhagger | Add new (failing) test case.
|
commit | commitdiff | tree |
2008-10-02 |
mhagger | * www/faq.html: Document the new destroy_repository...
|
commit | commitdiff | tree |
2008-10-02 |
mhagger | Teach destroy_repository.py to destroy only directory...
|
commit | commitdiff | tree |
2008-10-02 |
mhagger | Teach destroy_repository.py to destroy only basenames...
|
commit | commitdiff | tree |
2008-10-02 |
mhagger | Teach destroy_repository.py to destroy the filenames...
|
commit | commitdiff | tree |
2008-10-02 |
mhagger | Teach destroy_repository.py to destroy symbol names
|
commit | commitdiff | tree |
2008-10-02 |
mhagger | Add command-line options for controlling behaviour...
|
commit | commitdiff | tree |
2008-09-26 |
mhagger | * www/cvs2git.html: Refer to contrib/git-move-tags...
|
commit | commitdiff | tree |
2008-09-26 |
mhagger | * www/cvs2git.html: Remove hyphens from references...
|
commit | commitdiff | tree |
2008-09-26 |
mhagger | * www/cvs2git.html: Fix typo in reference to git command.
|
commit | commitdiff | tree |
2008-09-26 |
mhagger | Add workaround for old git bug.
|
commit | commitdiff | tree |
2008-09-26 |
mhagger | Trivial formatting changes.
|
commit | commitdiff | tree |
2008-09-26 |
mhagger | Substitute improved version of git-move-tags.pl.
|
commit | commitdiff | tree |
2008-09-26 |
mhagger | Make cvs2git generate lightweight tags instead of annotated...
|
commit | commitdiff | tree |
2008-09-22 |
mhagger | CVSItem ids are ints, not strings (fix docstrings).
|
commit | commitdiff | tree |
2008-08-21 |
mhagger | Accept CVS revision numbers that include zeros.
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | Log statistics about all symbol transformations at...
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | * cvs2svn_lib/project.py (Project.transform_symbol...
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | Move logging of symbol transforms to _SymbolDataCollector...
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | Log symbol transformations at verbose, rather than...
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | Log preferred parent determinations at verbose, rather...
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | Log reasons for symbol conversion decisions (branch...
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | * CHANGES: Document a number of recent changes (though...
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | Rename PipeStream member variable.
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | Group "co" arguments logically.
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | Group "cvs co" arguments logically.
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | Remove process.SimplePopen.
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | * cvs2svn_lib/revision_manager.py: Remove unneeded...
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | Remove some unused functions.
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | * cvs2svn_lib/process.py (run_command): Remove method.
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | Centralize the determination of "svnadmin create" options...
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | Use call_command() rather than run_command() to invoke...
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | Use call_command() rather than run_command() to invoke...
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | Improve the error messages emitted if the sort command...
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | Add a new call_command() function, based more closely...
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | Require sort_file()'s options parameter to be passed...
|
commit | commitdiff | tree |
2008-08-10 |
mhagger | * cvs2svn_lib/passes.py (sort_file): Move comment to...
|
commit | commitdiff | tree |
2008-08-09 |
mhagger | Add option to set the maximum number of merge sources...
|
commit | commitdiff | tree |
2008-08-09 |
mhagger | Allow multiple marks per revision number.
|
commit | commitdiff | tree |
2008-08-09 |
mhagger | Use a KeyGenerator to generate git commit marks.
|
commit | commitdiff | tree |
2008-08-09 |
mhagger | Process constructor arguments in the order they appear...
|
commit | commitdiff | tree |
2008-08-09 |
mhagger | Update docstring and remove redundant comment.
|
commit | commitdiff | tree |
2008-07-27 |
mhagger | Check for attempts to quote auto-props patterns or...
|
commit | commitdiff | tree |
2008-07-27 |
mhagger | Emit a warning if '\s;' is seen in the auto-props file.
|
commit | commitdiff | tree |
2008-07-27 |
mhagger | Pass the filename of the auto-props file to ConfigParser...
|
commit | commitdiff | tree |
2008-07-27 |
mhagger | Discard spaces where they don't belong in the auto...
|
commit | commitdiff | tree |
2008-07-27 |
mhagger | Process auto-props configuration sections and patterns...
|
commit | commitdiff | tree |
2008-07-27 |
mhagger | Use a uniform regular expression for property names.
|
commit | commitdiff | tree |
2008-07-27 |
mhagger | Revert r4564.
|
commit | commitdiff | tree |
2008-07-27 |
mhagger | Use RawConfigParser instead of ConfigParser to read...
|
commit | commitdiff | tree |