log

age author description
2008-12-12 Augie Fackler diff_cmd: more robust, add tests.
2008-12-12 Augie Fackler .hgignore: ignore nose coverage html.
2008-12-11 Augie Fackler Fix an apparent regression where branch name didn't get properly stored for
2008-12-11 Augie Fackler tests: Fix a missing pass of stupid=True.
2008-12-01 Augie Fackler Add notes on how metadata is stored and recovered. Note that at this point,
2008-12-10 Augie Fackler hg_delta_editor: fix bad parent revision calculation in the case of a branch
2008-12-10 Patrick Mezard test_fetch_renames: test file and directory case changes
2008-12-10 Patrick Mezard hg_delta_editor: fix parent revision detection on branch copy
2008-12-10 Patrick Mezard test_fetch_rename: test content of files coming from the past
2008-12-10 Patrick Mezard fetch_command: in stupid mode, load file content on demand
2008-12-10 Patrick Mezard fetch_command: in stupid mode, load binary files when necessary
2008-12-10 Patrick Mezard fetch_command: patch files in memory in stupid mode
2008-12-10 Patrick Mezard run.py: register and develop test_fetch_symlinks
2008-12-10 Patrick Mezard Move and complete execute bit conversion tests into test_fetch_exec.py
2008-12-04 Luke Opperman tag_repo: remove gentags command, extend repo.tags(), HgChangeEditor now takes either repo or repo_path