log

age author description
2008-11-29 Patrick Mezard Add a disabled test for unrelated branches
2008-11-29 Patrick Mezard hg_delta_editor: merge _is_path_valid() and _path_and_branch_from_path()
2008-11-21 Luke Opperman Clean up help text, document subcommands.
2008-11-28 John Paulett Correct a typo in the README.
2008-11-28 John Paulett Better note on how to pull a repository.
2008-11-25 Augie Fackler Fix a regression in converting repositories with files copied in from outside
2008-11-25 Augie Fackler fetch_command: Fix mis-converted executable when svn:executable was set to the
2008-11-25 Patrick Mezard fetch_command: pass parent changectx instead of identifier
2008-11-25 Patrick Mezard fetch_command: only raise BadPatchApply() from stupid_diff_branchrev()
2008-11-25 Patrick Mezard fetch_command: extract diff code in a function
2008-11-25 Patrick Mezard fetch_command: use the opener to read touched files
2008-11-25 Patrick Mezard fetch_command: simplify deleted files enumeration, bypass filesystem
2008-11-25 Patrick Mezard fetch_command: move diff file deletion code back with everything else
2008-11-25 Patrick Mezard fetch_command: remove useless delete_all_files case
2008-11-25 Patrick Mezard fetch_command: simplify diff code with opener objects