Mercurial > hgsubversion
graph
-
utility_commands: remove old svn version command in favor of new wrapper2009-12-14, by Augie Fackler
-
wrappers: wrap version with a --svn flag2009-12-14, by Augie Fackler
-
__init__: document wrapping commands more clearly2009-12-14, by Augie Fackler
-
fallback to the previous scheme for file repositories.2009-12-13, by Dan Villiom Podlaski Christiansen
-
do not assume that doc-strings are present.2009-12-13, by Dan Villiom Podlaski Christiansen
-
Add a -r option to hg svn. Use with hg svn info to change the mercurial rev.2009-12-10, by Jason Ostrander
-
single: add another test for single-dir push2009-11-26, by Augie Fackler
-
single: fix push2009-11-26, by Vitaliy Filippov
-
push: fix for single directory repository layouts2009-10-20, by Daniel Tang
-
Support for single-directory clones.2009-10-17, by Augie Fackler
-
replay: fix potential over-reporting of edited files in hg changelog2009-10-16, by Augie Fackler
-
util: make aresamefiles take one file and just be issamefile instead.2009-10-16, by Augie Fackler
-
copies: fix under-reporting of copies in hg2009-10-16, by Augie Fackler
-
stupid: detect renames with empty branchpath properly2009-10-07, by Augie Fackler
-
stupid: remove stray print statements, keep one as a ui.debug2009-10-07, by Augie Fackler
-
try to deal with weirdly located branches in rebuildmeta (#118)2009-09-22, by Dirkjan Ochtman
-
test_util: sort imports2009-09-16, by Augie Fackler
-
svn_swig_wrapper: minor code cleanup.2009-09-16, by Augie Fackler
-
stupid: 80col OCD2009-09-16, by Augie Fackler
-
svnwrap: properly escape URLs before giving them to libsvn_*2009-09-15, by Chema Cortes
-
Add a test for URLs that have spaces in them.2009-09-16, by Augie Fackler
-
test_util: fix up line endings2009-08-12, by Augie Fackler
-
test_util: specify LANG=LC_ALL=C so l10n stops breaking tests2009-09-16, by Augie Fackler
-
COPYING: include license (GPL == v2)2009-08-08, by Augie Fackler
-
Merge win32 fixes2009-08-08, by Augie Fackler
-
No os.kill() in Windows, use ctypes to call Win32 TerminateProcess()2009-07-29, by Risto Kankkunen
-
Reclaim repository object to avoid tearDown() failing to remove the open file 'testrepo/db/rep-cache.db'2009-07-29, by Risto Kankkunen
-
Make tearDown() be able to delete read-only files to avoid an exception when removing 'testrepo/db/format'2009-07-29, by Risto Kankkunen
-
Avoid 'Abort: Illegal repository URL' exception2009-07-29, by Risto Kankkunen
-
Avoid 'ValueError: close_fds is not supported on Windows platforms' exception2009-07-29, by Risto Kankkunen