Mercurial > hgsubversion
graph
-
compathacks: add wrapper for memfilectx2014-06-03, by Sean Farley
-
svnmeta: explicitly test for None2014-06-02, by Sean Farley
-
maps: use meta.caseignoreauthors intead of accessing ui directly2014-03-24, by Sean Farley
-
maps: use meta.defaultauthors intead of accessing ui directly2014-03-24, by Sean Farley
-
maps: change authormap to initialize with an svnmeta object2014-03-24, by Sean Farley
-
maps: load commandline authormap in __init__2014-03-24, by Sean Farley
-
svnmeta: use generator for usebranchnames property2014-03-24, by Sean Farley
-
svnmeta: add defaulthost property2014-03-24, by Sean Farley
-
svnmeta: add caseignoreauthors property2014-03-24, by Sean Farley
-
svnmeta: add defaultauthors property2014-03-24, by Sean Farley
-
maps: remove trailing whitespace2014-03-24, by Sean Farley
-
maps: change tags init to accept svnmeta not a repo2014-03-24, by Sean Farley
-
svnmeta: move revmap.oldest to meta.firstpulled2014-03-24, by Sean Farley
-
svncommands: use meta.lastpulled instead of revmap.youngest2014-03-24, by Sean Farley
-
svnmeta: move revmap.youngest to meta.lastpulled2014-03-24, by Sean Farley
-
maps: change revmap init to accept svnmeta not a repo2014-03-24, by Sean Farley
-
maps: change readmapfile to take a path instead of repo2014-03-24, by Sean Farley
-
svnmeta: add generator for cached svn configuration properties2014-03-24, by Sean Farley
-
Merge with stable.2014-05-02, by Augie Fackler
-
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