Mercurial > hgsubversion
graph
-
test_template_keywords: handle changeset output ordering change in hg 3.0 stable 1.6.12014-05-02, by Augie Fackler
-
push: fix obsolete feature detection2014-04-22, by Dan Villiom Podlaski Christiansen
-
wrappers: note which version of hg e10000369b47 is from2014-04-12, by Augie Fackler
-
push: update push logic to match mercurial upstream2014-04-09, by Durham Goode
-
Merge with stable.2014-04-05, by Augie Fackler
-
svncommands: use RevMap.VERSION instead of hardcoding '1'2014-03-24, by Sean Farley
-
svncommands: use meta.revmap_file2014-03-24, by Sean Farley
-
svncommands: use meta.tags instead of duplicating code2014-03-24, by Sean Farley
-
svncommands: use meta.branch_info instead of duplicating logic2014-03-24, by Sean Farley
-
svncommands: use meta.subdir instead of duplicating code2014-03-24, by Sean Farley
-
svncommands: use meta.uuid instead of duplicating code2014-03-24, by Sean Farley
-
svncommands: use meta.metapath2014-03-24, by Sean Farley
-
svncommands: add svnmeta object2014-03-24, by Sean Farley
-
svnmeta: unify variable names cleanup2014-03-17, by Sean Farley
-
svnmeta: turn tags into lazy property2014-02-23, by Sean Farley
-
tests: relax testing for tagmap existence2014-02-23, by Sean Farley
-
svnmeta: add tagfile property for use with the Tags object2014-02-21, by Sean Farley
-
svnmeta: turn revmap into lazy property2014-02-17, by Sean Farley
-
svnmeta: add revmap_file property2014-02-17, by Sean Farley
-
svnrepo: augment svnmeta method to take new error checking parameter2014-02-20, by Sean Farley
-
svnmeta: relax error checking with a parameter2014-02-19, by Sean Farley
-
svnmeta: rename meta_data_dir to metapath2014-02-16, by Sean Farley
-
subdir: use util.dump and util.load for writing and reading2014-02-19, by Sean Farley
-
svncommands: remove unused {read,write}_if_needed methods2014-02-18, by Sean Farley
-
uuid: use util.dump and util.load for writing and reading2014-03-15, by Sean Farley
-
tests: use util.load instead of reading file directly2014-02-18, by Sean Farley
-
util: fallback to raw string reading if pickle fails2014-02-18, by Sean Farley
-
util: add resave bool parameter to load2014-02-18, by Sean Farley
-
svncommands: call util.dump instead of manually writing file2014-02-17, by Sean Farley
-
util: remove unused save_string2014-02-15, by Sean Farley
-
maps: call util.dump instead save_string2014-02-15, by Sean Farley
-
util: remove unused load_string2014-02-15, by Sean Farley
-
util: remove all calls to load_string2014-02-15, by Sean Farley
-
util: add default parameter to load2014-02-15, by Sean Farley
-
util: banish pickle to compathacks2014-02-15, by Sean Farley
-
compathacks: specify for generic compatibility hacks2014-02-15, by Sean Farley
-
compathacks: pep82014-02-15, by Sean Farley
-
util: convert pickle to json2014-02-15, by Sean Farley
-
util: serialize data with json instead of pickle2014-02-15, by Sean Farley
-
util: try to load data using json2014-02-15, by Sean Farley
-
util: add visitor pattern for scrubbing json2014-02-17, by Sean Farley
-
tests: use util.load instead of bare pickle2014-02-17, by Sean Farley
-
svncommands: use util.load instead of bare pickle2013-08-23, by Sean Farley
-
svncommands: use util.dump instead of pickle.dump2013-08-24, by Sean Farley
-
svnmeta: use util.load instead of bare pickle2013-08-23, by Sean Farley
-
layouts: use util.load instead of bare pickle2013-08-23, by Sean Farley
-
util: add a method to load data from a file2013-08-23, by Sean Farley
-
util: rename pickle_atomic to dump2013-08-23, by Sean Farley
-
Merge with stable.2014-02-12, by Augie Fackler
-
fix promptchoice call, since it changed in mercurial 2.7 (change c58b6ab4c26f) stable2014-02-04, by Michael Augustin
-
util: remove pre-1.9 mercurial code from pickle_atomic2013-08-23, by Sean Farley
-
util: remove pre-1.6 mercurial code from parseurl2013-08-23, by Sean Farley
-
stupid: remove pre-1.9 code from filteriterhunks2013-09-05, by Sean Farley
-
wrappers: remove pre-1.9 code from hgclonewrapper2013-09-05, by Sean Farley
-
wrappers: remove pre-1.9 code from clone2013-09-05, by Sean Farley
-
svnexternals: remove pre-1.9 pegrev code2013-09-07, by Sean Farley
-
svnexternals: remove pre-1.7 code and reindent2013-09-07, by Sean Farley
-
help: remove pre-1.7 text2013-09-06, by Sean Farley
-
help: remove pre-1.6 text2013-09-06, by Sean Farley
-
help: remove pre-1.5 text2013-09-06, by Sean Farley
-
svnrepo: remove pre-1.6 code from remotesvn decorator2013-09-12, by Sean Farley
-
init: remove pre-1.7 subrepo code2013-09-07, by Sean Farley
-
init: remove pre-1.6 revset code2013-09-07, by Sean Farley
-
init: remove pre-1.6 code from extsetup2013-09-06, by Sean Farley
-
init: remove pre-1.5 templatekw code2013-09-07, by Sean Farley
-
init: remove pre-1.3 code from extsetup2013-09-06, by Sean Farley
-
Merge with stable.2014-02-11, by Augie Fackler
-
Added tag 1.6 for changeset 7d47a0f731352014-02-03, by Augie Fackler
-
setup: also ignore stderr lines about obsolete when guessing version 1.62014-02-03, by Augie Fackler
-
compathacks: new module to collect hacks to work around hg internals changing2014-02-03, by Augie Fackler
-
layouts: add importerror ladder so hgsubversion works as an installed module2014-01-17, by Augie Fackler
-
layouts: fix crash when importing hgsubversion itself (issue #402)2014-01-03, by Greg Ward
-
svnexternals: import pathutil.canonpath if available2013-11-22, by Siddharth Agarwal
-
pull: correctly handle replacing the root of a branch with a non-copied directory2013-11-17, by David Schleimer
-
test_fetch_mappings: trim some superfluous whitespace2013-10-17, by Augie Fackler
-
authormap: allow case-insensitive authormaps for easier conversions2013-01-08, by maugustin
-
verify: use mercurials worker API to speedup stupid verify2013-10-01, by David Soria Parra
-
buildmeta: remove debugging statement2013-09-24, by David Schleimer
-
layouts: add support for an infix between tbt and the hg root2013-09-11, by David Schleimer
-
layouts: add support for configuring branches directory2013-06-12, by David Schleimer
-
layouts: add custom layout for those of us that need weird mappings2013-08-26, by David Schleimer
-
layouts: teach layout detection from file about alternate layouts2013-09-04, by David Schleimer
-
layouts: fix remotepath for default branch in standard layout2013-08-28, by David Schleimer
-
layouts: correct flubbed __unimplement call in base layout2013-08-06, by David Schleimer
-
stupid: only check branch mappings for discovered files once2013-09-04, by David Schleimer
-
stupid: cleanup unnecessary, always-true if statement2013-09-04, by David Schleimer
-
stupid: kill some dead and no longer needed code2013-09-04, by David Schleimer
-
tests: unbreak running test_updatemeta individually2013-09-05, by David Schleimer
-
test_util: include Subversion revision when drawing a pretty graph2013-08-11, by Dan Villiom Podlaski Christiansen
-
subvertpy wrapper: printable path adapter2013-08-11, by Dan Villiom Podlaski Christiansen
-
push: allow obtaining the traceback for Subversion exceptions2013-08-10, by Dan Villiom Podlaski Christiansen
-
tests: cd to tempdir during setUp2013-08-15, by David Schleimer
-
test_util: fix missing message in SkipTest raise2013-08-10, by Augie Fackler
-
svnmeta: factor out a property for obtaining the tag locations2013-08-09, by Dan Villiom Podlaski Christiansen
-
tests: remove ability to toggle stupidity on less than class level2013-08-07, by Dan Villiom Podlaski Christiansen
-
test_utility_commands: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_tags: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_single_dir_push: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_single_dir_clone: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_push_renames: use metaclass stupid mode tests2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_push_eol: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_push_dirs: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_push_autoprops: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_pull_fallback: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_pull: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_hooks: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_fetch_truncated: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_fetch_symlinks: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_fetch_renames: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_fetch_exec: use metaclass stupid mode tests2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_fetch_command: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_fetch_branches: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_externals: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_binaryfiles: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
filemap tests: use stupid mode metaclass & decorator2013-08-09, by Dan Villiom Podlaski Christiansen
-
comprehensive tests: consolidate stupidity into test_util2013-08-07, by Dan Villiom Podlaski Christiansen
-
tests: add a metaclass for triggering stupid on a class level2013-08-09, by Dan Villiom Podlaski Christiansen
-
push: obsolete rather than rebase & strip when enabled2013-08-09, by Dan Villiom Podlaski Christiansen
-
svnwrap & pushmod: return a Revision when committing2013-08-09, by Dan Villiom Podlaski Christiansen
-
svnwrap: don't require Revision paths to be specified2013-08-09, by Dan Villiom Podlaski Christiansen
-
tests: make our test runner executable2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_fetch_commands: make a failure more readable2013-08-09, by Dan Villiom Podlaski Christiansen
-
decrease verbosity somewhat2013-08-09, by Dan Villiom Podlaski Christiansen
-
tests: add a metaclass for testing obsolete mode2013-08-08, by Dan Villiom Podlaski Christiansen
-
tests: count revisions explicitly2013-08-09, by Dan Villiom Podlaski Christiansen
-
tests: split single directory tests that push & clone in two modules2013-08-08, by Dan Villiom Podlaski Christiansen
-
stupid: fix --startrev2013-08-07, by Dan Villiom Podlaski Christiansen
-
handle invalid UTF-8 in commit messages consistently2013-08-08, by Dan Villiom Podlaski Christiansen
-
tests: remove old test-loading infrastructure2013-08-07, by Dan Villiom Podlaski Christiansen
-
tests: consolidate all test-loading into the test runner2013-08-07, by Dan Villiom Podlaski Christiansen
-
tests: move updatemeta & rebuildmeta tests into comprehensive2013-08-07, by Dan Villiom Podlaski Christiansen
-
tests: assert that fetches actually succeed2013-08-02, by Dan Villiom Podlaski Christiansen
-
fixes for running under Mercurial 2.02013-08-05, by Dan Villiom Podlaski Christiansen
-
drop support for pre-2.0 versions of Mercurial2013-08-05, by Dan Villiom Podlaski Christiansen
-
tests: fix syntax incompatible with Python 2.42013-08-02, by Dan Villiom Podlaski Christiansen
-
Fix for missing mercurial.utils deque2013-07-31, by Will Thames
-
push: also suggest user rebase if we get SVN_ERR_FS_ALREADY_EXISTS2013-07-16, by Augie Fackler
-
use mercurial.util.deque to support python 2.42013-07-12, by Shun-ichi GOTO
-
use old argument style to support python 2.42013-07-12, by Shun-ichi GOTO
-
buildmeta: use layouts library for branch and tag mapping in _buildmeta2013-06-07, by David Schleimer
-
svnmeta: remove unneeded special-case of single in update_branch_tag_map_for_rev2013-06-05, by David Schleimer
-
stupid: use layouts library for detecting branch mapping2013-06-26, by David Schleimer
-
svnmeta: drop unnecessary single special case in extra parsing2013-06-05, by David Schleimer
-
layouts: pull out logic for splitting svn paths into branch and local parts2013-06-05, by David Schleimer
-
layouts: consistently return None for default branch2013-06-05, by David Schleimer
-
layouts: pull svn path -> potential tag name mapping into layouts2013-06-26, by David Schleimer
-
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