Mercurial > hgsubversion
graph
-
svn verify: display extra and missing files separately2012-04-20, by Patrick Mezard
-
test_utility_commands: test verify command2012-04-21, by Patrick Mezard
-
Makefile: set HGRCPATH to protects us from broken environments2012-04-20, by Dan Villiom Podlaski Christiansen
-
pickle_atomic: unbreak old hg versions hg that use rename() instead of close()2012-04-20, by Augie Fackler
-
svnrepo: don't break on old hg versions that lack pushkey2012-04-20, by Augie Fackler
-
wrappers: don't break on old hg versions that lack discovery2012-04-20, by Augie Fackler
-
svn verify: mention URL in output2011-12-13, by Dan Villiom Podlaski Christiansen
-
tests: remove useless imp imports2012-04-20, by Patrick Mezard
-
test_svnwrap: use test_util.rmtree() (or fix it)2012-04-20, by Patrick Mezard
-
test_util: remove self.repo_path, generate new paths each time2012-04-19, by Patrick Mezard
-
test_util: pass repo_path to svnpropget(), turn into a function2012-04-19, by Patrick Mezard
-
test_util: pass repo_path to svnco() explicitely2012-04-19, by Patrick Mezard
-
test_util: pass repo_path to svnls(), turn it into a function2012-04-19, by Patrick Mezard
-
test_util: pass repo_path to _add_svn_rev() explicitely2012-04-19, by Patrick Mezard
-
test_util: add a load_and_fetch() returning the repo_path2012-04-19, by Patrick Mezard
-
test_util: merge load_svndump_fixture() into TestBase2012-04-19, by Patrick Mezard
-
test_util: merge load_fixture_and_fetch() into TestBase method2012-04-19, by Patrick Mezard
-
Merge2012-04-19, by Augie Fackler
-
stupid: add comment noting why we track modified binary files2012-04-19, by Augie Fackler
-
editor: work around svn 1.7 closing the output fp in apply_textdelta()2012-04-19, by Patrick Mezard
-
stupid: force non-incremental mode for unrelated branches creation2012-04-19, by Patrick Mezard
-
stupid: ignore directories svn:mergeinfo in svn >= 1.72012-04-19, by Patrick Mezard
-
stupid: handle changes in svn 1.7 diff format2012-04-19, by Patrick Mezard
-
phases: mark newly created commits from subversion as 'public' to fix #3352012-04-17, by Sean Farley
-
Merge2012-04-18, by Augie Fackler
-
verify: skip over missing files instead of crashing2012-04-18, by Bryan O'Sullivan
-
pickle_atomic: use atomictempfile to avoid duplicating hg functionality2012-04-17, by Augie Fackler
-
tests: push_command: use svnserve.kill() in Python >=2.62012-04-12, by Arne Babenhauserheide
-
svn verify: progress information2012-01-22, by Augie Fackler
-
Include documentation in tarballs (fixes #317).2012-03-01, by Dirkjan Ochtman
-
Merge alternate tunnel schemes.2012-02-25, by Augie Fackler
-
Cope with non standard schemes in externals2011-08-16, by Will Wykeham
-
Support non-standard tunnels2011-08-12, by Will Wykeham
-
filemap tests: check the attributes we care about, rather than shas2012-01-31, by Augie Fackler
-
Respect filemap rule order (rules that come first are overridden by rules that come later)2012-01-27, by Vitaliy Filippov
-
Save filemap into .hg/svn/filemap just like other maps2012-01-20, by Vitaliy Filippov
-
outgoing: fix for hg change cd956049fc142012-01-22, by Augie Fackler
-
Added ability to configure the password stores2011-11-22, by Jerome M. BERGER
-
Merge with stable2011-11-01, by Augie Fackler
-
The handler seems to close the target in subversion-1.7.x. This patch works stable2011-10-30, by Nico R.
-
Merge with stable.2011-10-21, by Augie Fackler
-
wrappers: clone must return hg.clone() result (issue300, issue306) stable2011-10-19, by Wagner Bruna
-
Merge with stable.2011-10-19, by Augie Fackler
-
hgsubversion/*.py: add space after comment symbol #2011-10-17, by Yonggang Luo
-
test_template_keywords.py: fix indentation of revset except block2011-10-12, by Yonggang Luo
-
test_push_command: tests -> all_tests for consistency with other files2011-10-12, by Yonggang Luo
-
tests: avoid shadowing Python builtin all()2011-10-12, by Yonggang Luo
-
globally: clean up whitespace around operators and commas to conform with PEP82011-10-12, by Yonggang Luo
-
svnrepo: kludge to work around hash changes between stupid and replay in hg 1.92011-10-11, by Augie Fackler
-
Merge queued patches.2011-10-10, by Augie Fackler
-
revmap: load/save _youngest using new load_string and save_string API2011-09-30, by Yonggang Luo
-
utils: add {save,load}_string since this is a fairly common idiom2011-09-30, by Yonggang Luo
-
setup.py: clean up indentation2011-09-30, by Yonggang Luo
-
maps: s/hash/ha/ and s/map/m/ to avoid hiding Python builtins2011-09-30, by Yonggang Luo
-
svnexternals.py: style cleanups2011-09-30, by Yonggang Luo
-
Ignore eclipse project files and mercurial .orig files.2011-09-30, by Yonggang Luo
-
Ignore nbproject2011-10-03, by César Izurieta
-
stupid/filemap: disable this since it doesn't currently work2011-09-30, by Augie Fackler