Mercurial > hgsubversion
graph
-
layouts: pull tag location list management into layout module2013-05-21, by David Schleimer
-
util: move pickle_atomic from svnmeta to util2013-05-21, by David Schleimer
-
layouts: make ui object available to layout instances2013-05-21, by David Schleimer
-
svnwrap: use get_file instead of list_props during replay2013-06-19, by David Schleimer
-
layouts: fix failure for nonexistent SVN paths2013-06-20, by Vladimir Zakharov
-
Merge with stable.2013-06-23, by Augie Fackler
-
updatemeta/rebuildmeta: handle hidden changesets stable 1.5.12013-05-13, by Dan Villiom Podlaski Christiansen
-
MANIFEST.in: correctly include invalid_utf8.tar.gz in source bundle stable2013-06-23, by Augie Fackler
-
layouts: use layouts library for branch mappingduring push2013-04-29, by David Schleimer
-
layouts: use layout library in hg svn info2013-04-29, by David Schleimer
-
layouts: use layouts library for branch mapping with generating .hgignore2013-04-29, by David Schleimer
-
layouts: refactor path component of convinfo generation into layouts lib2013-04-26, by David Schleimer
-
layouts: refactor mercurial branch to svn path mapping out of svnmeta2013-04-24, by David Schleimer
-
layouts: refactor out svn path to mercurial branch logic2013-04-24, by David Schleimer
-
commit: fix exception handling on transaction close2013-05-24, by Matt Mackall
-
revsets: fix nativerevs fallback2013-05-10, by Matt Mackall
-
revsets: add support for 'r123' revision labels2013-04-23, by Matt Mackall
-
setup: add layouts subdir2013-04-22, by Bryan O'Sullivan
-
layouts: refactor buildmeta layout reading and writing2013-04-17, by David Schleimer
-
layouts: refactor layout loading and persisting out of svnmeta.py2013-04-17, by David Schleimer
-
layouts: refactor layout loading based on config into function2013-04-17, by David Schleimer
-
layouts: pull out code for detecting layout from subversion2013-04-17, by David Schleimer
-
testutil: clear rcpath when we update HGRCPATH env var2013-04-12, by David Schleimer
-
buildmeta: verify uuid when passed explicit url2013-04-12, by David Schleimer
-
test_util: specify a username in our test-run hgrc.2013-04-12, by Augie Fackler
-
Merge2013-04-03, by Augie Fackler
-
bundle: add 'portable' parameter to prevent error (issue383)2013-03-21, by Michael Connor
-
Improve UX. Update the implicit Path name for working with SVN repositories.2013-03-10, by Jamie Clayton
-
buildmeta: do not contact svn unless needed2013-02-05, by Bryan O'Sullivan
-
buildmeta: initialize uuid from local metadata if possible2013-02-05, by Bryan O'Sullivan
-
svncommands: split write_if_needed into two functions2013-02-05, by Bryan O'Sullivan
-
buildmeta: write subdir and layout files only if needed2013-02-04, by Bryan O'Sullivan
-
buildmeta: only write the uuid file if needed2013-02-04, by Bryan O'Sullivan
-
push: avoid failure when push is being called from a newly created subdirectory2013-01-18, by Kapil Bajaj
-
push: avoid rebasing when we know there are no conflicts2013-01-03, by Durham Goode
-
push: rebase one at a time before push2013-01-03, by Durham Goode
-
updatemeta: fix missing errno import2012-12-01, by Patrick Mezard
-
updatemeta: add missing EOL to status messages2012-12-01, by Patrick Mezard
-
Fixes bug #358. Display correct error message if a svn pre-commit hook blocks the push2012-11-26, by Anton Agafonov
-
cleanup: avoid \' in strings where easy2012-12-04, by Augie Fackler
-
wrappers: Return the same value as the original incoming command2012-11-22, by Mitsuhiro Koga
-
wrappers: Implement --newest-first option in incoming command2012-11-22, by Mitsuhiro Koga
-
Layout option can be accepted only auto, single, or standard.2012-11-22, by Mitsuhiro Koga
-
Merge with stable.2012-11-11, by Augie Fackler
-
pull: save the last pulled revision *after* converting revisions2012-11-11, by Dan Villiom Podlaski Christiansen
-
pull: use a single if-statement for the two ways to skip revisions2012-11-11, by Dan Villiom Podlaski Christiansen
-
svn verify: print out diffs of bad files in a verbose mode2012-11-11, by Dan Villiom Podlaski Christiansen
-
subvertpy wrapper: rename AbstractEditor to BaseEditor2012-11-11, by Dan Villiom Podlaski Christiansen
-
editor: ensure that we propagate full stacktraces in a few places2012-11-11, by Dan Villiom Podlaski Christiansen
-
maps: only show 'reading ...' as debug output2012-11-11, by Dan Villiom Podlaski Christiansen
-
understand 'tip' as meaning Subversion 'HEAD' stable2012-11-04, by Dan Villiom Podlaski Christiansen
-
Added tag 1.5 for changeset 77b22e5b4ea62012-11-01, by Augie Fackler
-
svnrepo: Support --insecure option the same as the mercurial2012-10-29, by Mitsuhiro Koga
-
svnwrap: Implement handling of ssl_client_cert_pw_prompt_provider2012-10-22, by Mitsuhiro Koga
-
svnwrap: Implement handling of ssl_client_cert_prompt_provider2012-10-23, by Mitsuhiro Koga
-
svnwrap: Improved handling of username_prompt_provider2012-10-23, by Mitsuhiro Koga
-
svnwrap: Improved handling of simple_prompt_provider2012-10-23, by Mitsuhiro Koga
-
svnwrap: Refactor the svn_auth_ssl_server_trust_prompt to add other handler2012-10-23, by Mitsuhiro Koga
-
svnwrap: Implement handling of get_ssl_server_trust_prompt_provider2012-10-09, by Mitsuhiro Koga
-
editor: do not record invalid path deletion2012-10-15, by Patrick Mezard
-
editor: process missing files with regular files2012-10-20, by Patrick Mezard
-
tests: add tests where files are moved from root to trunk2012-10-20, by Patrick Mezard
-
editor: ignore added or copied files excluded by a filemap2012-10-14, by Patrick Mezard
-
svnmeta: fix list not being joined in split_branch_path()2012-10-14, by Patrick Mezard
-
editor: tidy up directory batons handling2012-10-14, by Patrick Mezard
-
editor: improve debug information when fetching files in replay2012-10-14, by Patrick Mezard
-
maps: fix filemap loading --verbose message2012-10-14, by Patrick Mezard
-
replay: remove useless warning about invalid externals2012-10-07, by Patrick Mezard
-
test_fetch_mappings: reduce copy/paste2012-10-07, by Patrick Mezard
-
test_rebuildmeta: fix src/dest typo2012-10-07, by Patrick Mezard
-
stupid: do not close branch upon branch-wide revert2012-10-16, by Patrick Mezard
-
editor: add a small changectx cache2012-10-06, by Patrick Mezard
-
editor: relax copyfrom dir checks to avoid extra missing entries2012-10-06, by Patrick Mezard
-
editor: add addmissing() and test config to make it fail2012-10-06, by Patrick Mezard
-
editor: use SimpleStringIO in apply_text()2012-09-26, by Patrick Mezard
-
editor: do not reread all data upon branching2012-10-16, by Patrick Mezard
-
push: reset encoding before the final update2012-10-12, by Patrick Mezard
-
editor: add a pop() method to RevisionMeta to reduce resource usage2012-09-26, by Patrick Mezard
-
pull: add hgsubversion.filestoresize to control memory consumption2012-09-28, by Patrick Mezard
-
editor: move RevisionData on the filesystem over a given threshold2012-10-06, by Patrick Mezard
-
editor: do not touch RevisionData copies from the editor2012-09-25, by Patrick Mezard
-
editor: handle deleted files in editor2012-10-03, by Patrick Mezard
-
editor: resolve files copied by directory copy on-demand2012-09-24, by Patrick Mezard
-
editor: add close_file(), enforce file batons semantics2012-09-24, by Patrick Mezard
-
editor: start separating svn copies from open files2012-10-03, by Patrick Mezard
-
editor: implement file batons2012-09-23, by Patrick Mezard
-
subvertpy_wrapper: move methods in the relevant editors2012-09-23, by Patrick Mezard
-
subvertpy_wrapper: fix files and directories batons handling2012-09-23, by Patrick Mezard
-
editor: remove unused 'base' attribute from RevisionData2012-09-22, by Patrick Mezard
-
push: use native rebase instead of our rebase wrapper2012-09-24, by David Schleimer
-
stupid: Fail over to full revision when a PatchError is thrown (issue294)2012-09-18, by Tim Delaney
-
svnwrap: use custom StringIO class in get_file()2012-09-16, by Patrick Mezard
-
Fix more peer breakage with old hg versions2012-09-10, by Patrick Mezard
-
pushmod: keep the root svn dir when emptying the hg repo (issue359)2012-09-09, by Patrick Mezard
-
wrappers: do not change encoding when pushing2012-09-09, by Patrick Mezard
-
wrappers: ensure all pull() code path reset the encoding2012-09-09, by Patrick Mezard
-
wrappers: properly reset encoding when leaving push()2012-09-09, by Patrick Mezard
-
wrappers: remove unused svnurl variable2012-09-09, by Patrick Mezard
-
test_fetch_command: fix if local encoding is not UTF-82012-08-26, by Patrick Mezard
-
test_util: make repourl() return upper-cased drive letters2012-08-26, by Patrick Mezard
-
updatemeta: correctly handle empty metadata2012-08-06, by Jun Fang
-
svnremoterepo: use and prefer default-push2012-08-01, by David Schleimer
-
stupid: diff with the good revision when restoring branch2012-07-29, by Patrick Mezard
-
Add a changegroup hook to update svn metadata2012-06-07, by Brad Hall
-
rebuildmeta: accept unrelated svn repo with --unsafe-skip-uuid-check2012-06-26, by Patrick Mezard
-
Merge hg 2.3 fixes from bos.2012-07-21, by Augie Fackler
-
tests: fix regressions introduced by peer classes in hg 2.32012-07-19, by Bryan O'Sullivan
-
fix breakage introduced by peer classes in hg 2.32012-07-19, by Bryan O'Sullivan
-
svnrepo: handle module/class rename in hg 2.32012-07-18, by Bryan O'Sullivan
-
add except for AttributeError if youngestrepo doesn't exist2012-06-07, by Brad Hall
-
Catch/abort on subversion exceptions in list_dir2012-06-04, by Brad Hall
-
Honor SVN auto-props (solves issue #186)2012-01-01, by Ronny Voelker
-
Ignore invalid utf8 in commit messages2012-05-17, by David Schleimer
-
Add .noseids to the .hgignore2012-05-17, by David Schleimer
-
pull: add a hgsubversion.unsafeskip option to omit unwanted revs2012-05-16, by Bryan O'Sullivan
-
push test: peek inside svn's pending transaction list on abort2012-05-17, by Augie Fackler