2016-06-26 |
Augie Fackler |
tests: add some sorted() calls on unsorted sets
stable
|
2015-03-27 |
Siddharth Agarwal |
tests: always compare manifest keys in sorted order
|
2013-11-17 |
David Schleimer |
editor: correctly import copies of directories from non-tracked or closed branches
|
2014-02-03 |
Augie Fackler |
compathacks: new module to collect hacks to work around hg internals changing
|
2013-09-11 |
David Schleimer |
layouts: add support for an infix between tbt and the hg root
|
2013-06-12 |
David Schleimer |
layouts: add support for configuring branches directory
|
2013-08-09 |
Dan Villiom Podlaski Christiansen |
test_fetch_branches: use stupid mode metaclass
|
2013-08-09 |
Dan Villiom Podlaski Christiansen |
tests: count revisions explicitly
|
2013-08-07 |
Dan Villiom Podlaski Christiansen |
tests: remove old test-loading infrastructure
|
2013-08-05 |
Dan Villiom Podlaski Christiansen |
drop support for pre-2.0 versions of Mercurial
|
2012-10-06 |
Patrick Mezard |
editor: relax copyfrom dir checks to avoid extra missing entries
|
2012-04-19 |
Patrick Mezard |
test_util: merge load_svndump_fixture() into TestBase
|
2012-04-19 |
Patrick Mezard |
test_util: merge load_fixture_and_fetch() into TestBase method
|
2011-10-12 |
Yonggang Luo |
tests: avoid shadowing Python builtin all()
|
2011-06-15 |
Patrick Mezard |
Fix hg.clone() calls changed by d976542986d2
|
2011-06-15 |
Patrick Mezard |
test_fetch_branches: stop comparing converted nodeids
|
2010-07-14 |
Dan Villiom Podlaski Christiansen |
tests: import test_util as the first module in all relevant tests
|
2010-03-02 |
Patrick Mezard |
stupid: fix getcopies() logic
|
2010-03-02 |
Patrick Mezard |
editor: fix replaced directory copies
|
2010-03-02 |
Patrick Mezard |
editor: fix replaced files content in replay mode
|
2010-03-02 |
Patrick Mezard |
editor: fix issamefile() and copy detection in replay mode
|
2010-02-26 |
Dirkjan Ochtman |
tests: silence test suite by using quiet UIs everywhere
|
2010-02-06 |
Augie Fackler |
replay: correctly handle renaming the parent dir of a branch
|
2009-07-04 |
Max Bowsher |
Fix 'parent dir of a branch is deleted' refactoring from 343da84.
|
2009-06-15 |
Augie Fackler |
tests: fix for new branch heads change in upstream hg.
|
2009-06-11 |
Dirkjan Ochtman |
branches: correctly deal with branch closing directly after copy/rename
|
2009-05-29 |
Dirkjan Ochtman |
Make branch closing more Mercurial-like.
|
2009-05-29 |
Dirkjan Ochtman |
Test for open branches in the pull result.
|
2009-05-20 |
Dan Villiom Podlaski Christiansen |
Mention what failed when given a non-numeric revision to clone/pull.
|
2009-05-14 |
Augie Fackler |
Reorganize to have a more conventional module structure.
|
2009-05-07 |
Dan Villiom Podlaski Christiansen |
alternate approach for supporting svn schemes for repository paths
|
2009-05-04 |
Patrick Mezard |
hg_delta_editor: detect new branches issued from non-branch directories
|
2009-04-27 |
Martijn Pieters |
Implement parseurl support (#revision in repository urls)
|
2009-04-25 |
Martijn Pieters |
clone: prefer tip of default to overall tip when updating
|
2009-04-07 |
Augie Fackler |
Fix and test for directory deletes during branch creation.
|
2009-03-03 |
Augie Fackler |
Be more explicit about which branch I'm checking.
|
2008-12-24 |
Augie Fackler |
Import cleanup thanks to pyflakes.
|
2008-12-23 |
Augie Fackler |
fetch: Refactor extra creation to be shared by real and diff replay.
|
2008-12-21 |
Augie Fackler |
Improve branch closing in the case of a single-rev replacement of one branch
|
2008-12-10 |
Augie Fackler |
hg_delta_editor: fix bad parent revision calculation in the case of a branch
|
2008-12-10 |
Patrick Mezard |
hg_delta_editor: fix parent revision detection on branch copy
|
2008-11-29 |
Patrick Mezard |
hg_delta_editor: do not assume branches are copied from trunk by default
|
2008-11-29 |
Patrick Mezard |
Add a disabled test for unrelated branches
|