log

age author description
2009-06-01 Augie Fackler tools: Fixes for verification that seemed to be needed.
2009-05-31 Augie Fackler svnexternals: Change an absolute import to be relative.
2009-05-30 Augie Fackler hg_delta_editor: fix missing-plaintext fetching
2009-05-30 Augie Fackler version: fix version calculation for new repo layout.
2009-05-30 Augie Fackler Remove defunct nourl lists.
2009-05-31 Augie Fackler Remove vestigial references to the tags_info file we no longer need.
2009-05-31 Augie Fackler push: Prevent pushing of edits to .hgtags to svn.
2009-05-31 Augie Fackler tags: fix handling for certain nonstandard tag layouts.
2009-05-30 Augie Fackler tags: Fix parent detection so that copyfrom trunk@5 correctly falls back to trunk@4 if trunk@5 is not in the revmap.
2009-05-31 Augie Fackler test_tags: Add a test that verifies tags get deleted properly even in the presence of somewhat odd branching.
2009-05-29 Dirkjan Ochtman Inline HgChangeReceiver.load_base_from_ctx().
2009-05-30 Dirkjan Ochtman Move HgChangeReceiver.branches_in_paths() to the stupid module.
2009-05-29 Dirkjan Ochtman Use tbdelta to push added tags into .hgtags.
2009-05-29 Dirkjan Ochtman Make branch closing more Mercurial-like.
2009-05-29 Dirkjan Ochtman Extract branch closing from stupid/editor into separate function.