Mercurial > hgsubversion
graph
-
wrapper: fix bail_if_changed() after hg.d68ddccf276b2011-05-14, by Patrick Mezard
-
stupid: fix patch.iterhunks() wrapper after hg.28762bb767dc2011-05-14, by Patrick Mezard
-
Fix code indentation2011-05-14, by Peter Arrenbrecht
-
Fix setup.py calls to hg.bat on Windows2011-04-16, by Patrick Mezard
-
Backed out changeset 7bf283d4c7a9 in favor of a better win32 fix2011-04-18, by Augie Fackler
-
Fixup Installing in Win322011-04-14, by Yonggang Luo
-
subvertpy wrapper: handle NotImplementedError from Subvertpy on missing replay2011-03-31, by Dan Villiom Podlaski Christiansen
-
test_externals: flag another case as using hgsub, use assertMultiLineEqual2011-03-24, by Augie Fackler
-
util: use real function definitions for keywords, document them2011-03-12, by Patrick Mezard
-
pushmod: fix binary files svn:mime-type (issue255)2011-03-10, by Patrick Mezard
-
replay: copy copied directories externals2011-03-09, by Patrick Mezard
-
editor: simplify add_directory() a bit more2011-03-09, by Patrick Mezard
-
editor: rename add_directory() cp_f* variable into from*2011-03-09, by Patrick Mezard
-
externals: ignore externals blank or comment lines2011-03-02, by Patrick Mezard
-
Added tag 1.2.1 for changeset 4bbc6bf947f52011-03-01, by Augie Fackler
-
replay: make --debug trace full fetches2011-02-13, by Patrick Mezard
-
pushmod: do not delete the whole branch when deleting .hgsub2011-02-13, by Patrick Mezard
-
svnexternals: handle new overwrite argument of subrepo.get()2011-02-02, by Patrick Mezard
-
Check mercurial/third-parties push conditions before pushing2011-01-31, by Patrick Mezard
-
svnexternals: missing EOL in ui.warn()2011-01-20, by Patrick Mezard
-
svnexternals: update subrepo after mercurial changes2011-01-23, by Patrick Mezard
-
Merge backout of 60948939555d.2011-01-17, by Augie Fackler
-
Backed out changeset 60948939555d2011-01-17, by Augie Fackler
-
svnexternals: add ignoreupdate param to svnsubrepo.dirty()2011-01-07, by Patrick Mezard
-
clone: pass on the repository instance rather than the string given2010-12-14, by Dan Villiom Podlaski Christiansen
-
svnexternals: add 'ignore' mode to avoid converting externals2010-12-12, by Patrick Mezard
-
Document subrepository externals2010-12-12, by Patrick Mezard
-
svn verify: fix specifying URL on the command line2010-11-30, by Dan Villiom Podlaski Christiansen
-
svnmeta: properly reference self.ui instead of ui2010-11-30, by Augie Fackler
-
test_util: make manifest filter use shared list of files to ignore2010-11-30, by Dan Villiom Podlaski Christiansen
-
incoming: pass unexpanded source to wrapped function (fixes #178)2010-11-29, by Dan Villiom Podlaski Christiansen
-
make the default substition for an empty commit description the empty string2010-11-28, by Dan Villiom Podlaski Christiansen
-
configurable substitution for empty commit message (fixes #195)2010-11-28, by Dan Villiom Podlaski Christiansen
-
test_fetch_mappings: actually test stupid mode in test_author_map_no_author()2010-11-28, by Dan Villiom Podlaski Christiansen
-
add a MANIFEST.in file (fixes #142)2010-11-29, by Dan Villiom Podlaski Christiansen
-
tests: fix running the comprehensive tests using nose.2010-11-29, by Dan Villiom Podlaski Christiansen
-
docs: document new config knob for externals support2010-11-29, by Augie Fackler
-
svnexternals: support pushing subrepo based externals2010-11-25, by Patrick Mezard
-
svnexternals: support subrepos based externals checkout2010-11-25, by Patrick Mezard
-
svnexternals: preliminary support for subrepos based externals2010-11-25, by Patrick Mezard
-
svnexternals: generate externals with a revision placeholder2010-11-25, by Patrick Mezard
-
Extract files not to be pushed in util2010-11-19, by Patrick Mezard
-
svnexternals: keep diff() simple for the caller, return a list2010-11-19, by Patrick Mezard
-
svnexternals: hide .hgsvnexternals parsing in parse()2010-11-19, by Patrick Mezard
-
pull: stop handling .hgsvnexternals explicitely in memctx2010-11-19, by Patrick Mezard
-
replay: extract externals updating from convert_rev()2010-11-19, by Patrick Mezard
-
svn metacommand: improved argument checking2010-11-18, by Dan Villiom Podlaski Christiansen
-
svncommands: abort on missing metadata or Subversion URL (fixes #226)2010-11-18, by Dan Villiom Podlaski Christiansen
-
rename our uisetup initialization method into extsetup2010-11-18, by Dan Villiom Podlaski Christiansen
-
revsets: add docstrings.2010-11-17, by Dan Villiom Podlaski Christiansen
-
wrappers: pass on subdir when creating obtaining svnmeta2010-11-17, by Dan Villiom Podlaski Christiansen
-
svnremoterepo: remove unused 'svnuuid' property2010-11-17, by Dan Villiom Podlaski Christiansen
-
pull: handle change in termwidth() api from hg change c52c629ce19e2010-11-15, by Augie Fackler
-
svnmeta: store subdir in a file, and verify it when loading.2010-11-12, by Dan Villiom Podlaski Christiansen
-
svnmeta: slight refactor of the UUID property.2010-11-14, by Dan Villiom Podlaski Christiansen
-
svnmeta: abort when no UUID given and none is stored on disk.2010-11-11, by Dan Villiom Podlaski Christiansen
-
svnmeta: cache the UUID in an attribute.2010-11-11, by Dan Villiom Podlaski Christiansen
-
tests: make assertMultiLineEqual call super, if possible.2010-11-11, by Dan Villiom Podlaski Christiansen
-
test_utility_commands: use self.assertMultiLineEqual().2010-11-11, by Dan Villiom Podlaski Christiansen
-
remove redundant calls to fd.flush() prior to doing fd.close().2010-11-09, by Dan Villiom Podlaski Christiansen
-
editor: handle property changes to links.2010-11-09, by Dan Villiom Podlaski Christiansen
-
help topic: numerous cleanups.2010-11-04, by Dan Villiom Podlaski Christiansen
-
stupid: handle patch.iterhunks() changed brought by cfedc529e4a12010-11-03, by Patrick Mezard
-
Added tag 1.2 for changeset 708234ad6c972010-11-02, by Augie Fackler
-
help topic: mention how "hg clone" can delete stuff.2010-10-31, by Dan Villiom Podlaski Christiansen
-
maps: map a missing author to '(no author)'2010-10-09, by Dan Villiom Podlaski Christiansen
-
test_util: use SkipTest if provided by the unittest module.2010-10-09, by Dan Villiom Podlaski Christiansen
-
Merge2010-10-10, by Augie Fackler
-
setup/README: update Subvertpy requirement to 0.7.4.2010-10-09, by Dan Villiom Podlaski Christiansen
-
test_push_dirs: use common commit-building infrastructure2010-10-02, by Augie Fackler
-
subvertpy: fix bug with pushing changes to stuff in subdirs2010-09-23, by Peter Arrenbrecht
-
implement tag renames2010-10-08, by Dirkjan Ochtman
-
rename TagMap to Tags, to free up the TagMap name2010-10-06, by Dirkjan Ochtman
-
tests: fix test skipping in pure unittest2010-10-08, by Augie Fackler
-
keep variables more local, add some whitespace2010-10-06, by Dirkjan Ochtman
-
fix some style nits2010-10-06, by Dirkjan Ochtman
-
fix some line lengths2010-10-06, by Dirkjan Ochtman
-
revset tests: use requiresmodule decorator2010-10-05, by Augie Fackler
-
uisetup: add fromsvn() and svnrev() revsets.2010-10-05, by Dan Villiom Podlaski Christiansen
-
test_template_keywords: use new requiresmodule decorator2010-10-05, by Augie Fackler
-
test_util: new requiresmodule decorator for tests that require a feature2010-10-05, by Augie Fackler
-
test_util: refactor requiresoption to ease creation of other skip decorators2010-10-05, by Augie Fackler
-
wrapper: fail properly with unsupported versions of Subvertpy (fixes #212)2010-10-03, by Dan Villiom Podlaski Christiansen
-
svnwrap: fix handling of quotable URLs (fixes #197, refs #132)2010-10-05, by Dan Villiom Podlaski Christiansen
-
requiresoption: raise SkipTest if available2010-10-02, by Augie Fackler
-
requiresoption: clean up docstring2010-10-02, by Augie Fackler
-
help topic: cosmetic improvements.2010-09-29, by Dan Villiom Podlaski Christiansen
-
clone: call the wrapped function (fixes #181)2010-09-29, by Dan Villiom Podlaski Christiansen
-
tests & help: fix compatibility with Mercurial 1.4 and earlier.2010-09-29, by Dan Villiom Podlaski Christiansen
-
test_util: add requiresoption decorator function.2010-09-29, by Dan Villiom Podlaski Christiansen
-
svnrepo: make the svnurl property obtain the URL from Subversion.2010-09-29, by Dan Villiom Podlaski Christiansen
-
subvertpy wrapper: check against Subversion version compiled against.2010-09-29, by Dan Villiom Podlaski Christiansen
-
subvertpy wrapper: bump version requirement to 0.7.4.2010-09-29, by Dan Villiom Podlaski Christiansen
-
templatekw: clean up implementation & test; add help.2010-09-29, by Dan Villiom Podlaski Christiansen
-
test_util: use the Mercurial dispatch logic for cloning repositories.2010-09-24, by Dan Villiom Podlaski Christiansen
-
pull: reveal the handled SubversionException to --traceback.2010-09-14, by Dan Villiom Podlaski Christiansen
-
subversion.rst: mention externals support limitations.2010-09-07, by Dan Villiom Podlaski Christiansen
-
subversion.rst: list memory leaks in the section on limitations2010-09-07, by Dan Villiom Podlaski Christiansen
-
verify: fix verifying mapped branches.2010-09-07, by Dan Villiom Podlaski Christiansen
-
clone: replace the --singlebranch with overloading for --branch2010-09-23, by Dan Villiom Podlaski Christiansen
-
test_push_dirs.py: activate tests that were previously overlooked2010-09-23, by Dan Villiom Podlaski Christiansen
-
tests_urls: activate a test that was previously overlooked2010-09-14, by Dan Villiom Podlaski Christiansen
-
svnwrap: improve error message when no bindings are found.2010-09-14, by Dan Villiom Podlaski Christiansen
-
testrunner: don't use os.putenv(), as it may not affect os.environ.2010-09-14, by Dan Villiom Podlaski Christiansen
-
tests: enable hgsubversion in the generated UI.2010-09-20, by Dan Villiom Podlaski Christiansen
-
subvertpy_wrapper: don't assume the version is a three-tuple (fixes #206)2010-09-14, by Dan Villiom Podlaski Christiansen
-
subvertpy: set default username/pwd as with swig2010-09-15, by Peter Arrenbrecht
-
clone: add --singlebranch option2010-09-15, by Peter Arrenbrecht
-
push: simplify code for remapping rebased node ids2010-09-10, by Peter Arrenbrecht
-
push: fix case where we get >1 revs back after svn commit2010-09-08, by Peter Arrenbrecht
-
tests: remove constant rev no from test script2010-09-08, by Peter Arrenbrecht
-
tests: move _add_svn_rev to test_util for reuse2010-09-08, by Peter Arrenbrecht
-
tests: add --show-stdout option to run.py2010-09-08, by Peter Arrenbrecht
-
templatekw: restore compatibility with hg < 1.52010-09-06, by Augie Fackler
-
subversion.rst: mention lack of directory tracking (see issue 202)2010-09-02, by Dan Villiom Podlaski Christiansen
-
subversion.rst: fix 'typo' in help for the hgsubversion.defaultauthors option.2010-09-02, by Dan Villiom Podlaski Christiansen
-
Add svnrev, svnpath and svnuuid keyword.2010-09-02, by Andi Albrecht
-
tests: add a Makefile for easily running the tests.2010-09-02, by Dan Villiom Podlaski Christiansen
-
tests: add an option to the test-runner for selecting bindings.2010-09-02, by Dan Villiom Podlaski Christiansen
-
setup: require Subvertpy when the SWIG bindings are unavailable.2010-08-11, by Dan Villiom Podlaski Christiansen
-
svnwrap: add runtime override for choice of Subversion bindings2010-08-11, by Dan Villiom Podlaski Christiansen
-
README: mention Subvertpy.2010-08-11, by Dan Villiom Podlaski Christiansen
-
svnwrap: suggest installing Subvertpy when no bindings are present2010-08-11, by Dan Villiom Podlaski Christiansen
-
svnwrap: activate & prefer subvertpy bindings when available2010-08-11, by Dan Villiom Podlaski Christiansen
-
svnwrap: add subvertpy wrapper2010-08-11, by Dan Villiom Podlaski Christiansen
-
svnwrap: improve a docstring & a comment.2010-08-11, by Dan Villiom Podlaski Christiansen
-
svnwrap: use decorator syntax for properties.2010-08-11, by Dan Villiom Podlaski Christiansen
-
editor: move ieditor decorator into svnwrap.2010-08-11, by Dan Villiom Podlaski Christiansen
-
svnwrap: factor out a common module2010-08-11, by Dan Villiom Podlaski Christiansen
-
svnmeta: strip all repeated slashes from subdir2010-07-28, by Peter Arrenbrecht
-
Merge backout of incorrect patch.2010-08-21, by Augie Fackler
-
Backed out changeset d0692ce98ea62010-08-19, by Augie Fackler
-
svnwrap: s/_chunk_size/chunk_size/2010-08-11, by Dan Villiom Podlaski Christiansen
-
svnwrap: s/core.SubversionException/SubversionException/2010-08-11, by Dan Villiom Podlaski Christiansen
-
svnwrap: remove dead code2010-08-11, by Dan Villiom Podlaski Christiansen
-
svnwrap: kill the ctypes wrapper.2010-08-11, by Dan Villiom Podlaski Christiansen
-
version: mention bindings type in version2010-08-11, by Dan Villiom Podlaski Christiansen
-
tests: add a fixture that exercises the fix made in 1add57910c82.2010-08-14, by Dan Villiom Podlaski Christiansen
-
README: remove usage instructions, and refer to the help topic instead.2010-08-11, by Dan Villiom Podlaski Christiansen
-
svnmeta: strip all repeated slashes from subdir2010-07-27, by Peter Arrenbrecht
-
__init__: activate & advertise the new help topic.2010-08-11, by Dan Villiom Podlaski Christiansen
-
help: add an rst file containing some helpful instructions2010-08-11, by Dan Villiom Podlaski Christiansen
-
test_startrev: add a few assertions about clone lengths2010-08-11, by Dan Villiom Podlaski Christiansen
-
pull: fix shallow clone when lastest change isn't HEAD.2010-08-11, by Dan Villiom Podlaski Christiansen
-
stupid: remove an incorrect, implicit assumption in fetch_branchrev()2010-08-11, by Dan Villiom Podlaski Christiansen
-
test_rebuildmeta: make an assertion more helpful.2010-08-06, by Dan Villiom Podlaski Christiansen
-
verify: add end-of-line to ui.write() calls.2010-08-06, by Dan Villiom Podlaski Christiansen
-
test_startrev: new tests inspired by test_rebuildmeta2010-07-20, by Dan Villiom Podlaski Christiansen
-
test_util: support specifying a start revision2010-07-20, by Dan Villiom Podlaski Christiansen
-
clone: allow specifying a start revision.2010-07-20, by Dan Villiom Podlaski Christiansen
-
replay: always fetch the entire first revision2010-07-20, by Dan Villiom Podlaski Christiansen
-
svnwrap: add get_revision(); a thing wrapper around ra.do_update()2010-07-20, by Dan Villiom Podlaski Christiansen
-
stupid: always fetch the entire first revision2010-07-20, by Dan Villiom Podlaski Christiansen
-
maps: rename revmap.seen to revmap.youngest; add revmap.oldest.2010-07-20, by Dan Villiom Podlaski Christiansen
-
README: document single-directory clones a little.2010-07-16, by Augie Fackler
-
tests: verify locations of any imported hgsubversion modules2010-07-14, by Dan Villiom Podlaski Christiansen
-
tests: improve import logic2010-07-14, by Dan Villiom Podlaski Christiansen
-
tests: import test_util as the first module in all relevant tests2010-07-14, by Dan Villiom Podlaski Christiansen
-
tests: get rid of DOS line endings.2010-07-14, by Dan Villiom Podlaski Christiansen
-
rebuildmeta: handle mapped branch names.2010-07-13, by Dan Villiom Podlaski Christiansen
-
stupid: handle branch mapping.2010-07-13, by Dan Villiom Podlaski Christiansen
-
tests: add test for combining two branches using the branchmap2010-07-13, by Dan Villiom Podlaski Christiansen
-
tests: disallow calling changectx.children() during rebuildmeta2010-07-10, by Dan Villiom Podlaski Christiansen
-
rebuildmeta: optimize by removing quadratic time usage2010-07-09, by Dan Villiom Podlaski Christiansen
-
branchmap: reject empty mappings2010-07-10, by Dan Villiom Podlaski Christiansen
-
branchmap: map empty commits in replay mode.2010-07-10, by Dan Villiom Podlaski Christiansen
-
replay/stupid: fix tagging on a branch renamed using a branch map2010-07-11, by Dan Villiom Podlaski Christiansen
-
editor: convert two assertions in apply_textdelta() into raising an IOError2010-07-08, by Dan Villiom Podlaski Christiansen
-
svnmeta: improve error message in get_source_rev()2010-07-08, by Dan Villiom Podlaski Christiansen
-
Added tag 1.1.2 for changeset 093ae2915b452010-07-06, by Augie Fackler
-
tests: Use tempfile.TemporaryFile instead of os.tmpfile() to redirect stdout.2010-07-04, by James McKay
-
svnrepo: fix issue 187: ignore pushable bookmarks in hg 1.62010-07-04, by James McKay
-
Added tag 1.1.1 for changeset 8e621dbb82d42010-07-05, by Augie Fackler
-
tests: fix misnamed test caught while hunting unrelated bugs2010-06-28, by Augie Fackler
-
maps: don't set the `seen' attribute in TagMap.__init__().2010-06-23, by Dan Villiom Podlaski Christiansen
-
stupid: lower patch application failure output to verbose.2010-06-22, by Dan Villiom Podlaski Christiansen
-
test_rebuildmeta: use just added diff support when comparing files.2010-06-23, by Dan Villiom Podlaski Christiansen
-
test_util: add assertMultiLineEqual() method.2010-06-22, by Dan Villiom Podlaski Christiansen
-
wrappers: cope with remoteui move to hg (hg cset d1908cb95a82)2010-06-13, by Augie Fackler
-
util: handle change to hg.parseurl from 3d6915f5a2bb2010-06-13, by Augie Fackler
-
svnrepo: support new discovery module introduced in 3d0591a661182010-06-13, by Augie Fackler
-
pull: handle argspec change from e43c23d189a52010-06-13, by Augie Fackler
-
svncommands: add two missing imports2010-05-15, by Dan Villiom Podlaski Christiansen
-
tests/run.py: make sure our hgsubversion loads correctly2010-05-18, by Augie Fackler
-
testrunner: use demandimport, with an option to disable it2010-05-14, by Dan Villiom Podlaski Christiansen
-
testrunner: delay and `simplify' importing of tests2010-05-14, by Dan Villiom Podlaski Christiansen
-
setup: check for Subversion by importing the `svnwrap' module.2010-05-14, by Dan Villiom Podlaski Christiansen
-
svncommands: fix layering violation & tweak error messages.2010-05-14, by Dan Villiom Podlaski Christiansen
-
testrunner: use optparse2010-05-14, by Dan Villiom Podlaski Christiansen
-
svnwrap: use SubversionConnectionException instead of mercurial.util.Abort2010-05-14, by Dan Villiom Podlaski Christiansen
-
push: remove superfluous creation of a new `svnremoterepo' instance.2010-05-12, by Dan Villiom Podlaski Christiansen
-
svn_swig_wrapper: improved handling of missing or outdated bindings.2010-04-30, by Dan Villiom Podlaski Christiansen
-
wrappers: fix pull output if termwidth() is inexact2010-04-26, by Patrick Mezard
-
stupid: update monkeypatch for 91c58cf54eee2010-04-23, by Augie Fackler
-
pull: fix passing credentials in URL.2010-04-01, by Dan Villiom Podlaski Christiansen
-
metacommand: use AmbiguousCommand from hg for consistency.2010-04-14, by Dan Villiom Podlaski Christiansen
-
wrappers.pull: fix calculation of progress totals.2010-03-31, by Dan Villiom Podlaski Christiansen
-
isolate all imports of Subversion modules in svnwrap.2010-03-31, by Dan Villiom Podlaski Christiansen
-
wrappers: remove unused code for compatibility with Subversion 1.4.2010-03-31, by Dan Villiom Podlaski Christiansen
-
Move the 'svn' metacommand into the 'svncommands' module.2010-03-31, by Dan Villiom Podlaski Christiansen
-
Use Mercurial-provided infrastructure for `svn' metacommand help.2010-03-31, by Dan Villiom Podlaski Christiansen
-
svnrepo: ease debugging of Subversion fallback2010-03-31, by Dan Villiom Podlaski Christiansen
-
test_tags: improve test output.2009-06-28, by Dan Villiom Podlaski Christiansen
-
svncommands: rename the `help' function to `help_'.2010-03-31, by Dan Villiom Podlaski Christiansen
-
svnmeta: minor cosmetics whitespace cleanup.2010-03-31, by Dan Villiom Podlaski Christiansen
-
maps: fix a % formatting bug2010-03-27, by Augie Fackler
-
Added tag 1.1 for changeset 4359ddd73b002010-03-20, by Augie Fackler
-
handle nonexistant svn repositories, fixes issue 1372010-03-10, by Jonathan Kotta
-
pull: try and produce a better progress bar for certain cases2010-03-20, by Augie Fackler
-
stupid: fix getcopies() logic2010-03-02, by Patrick Mezard
-
editor: fix replaced directory copies2010-03-02, by Patrick Mezard
-
editor: fix open_file() on replaced branch2010-03-02, by Patrick Mezard
-
editor: fix replaced files content in replay mode2010-03-02, by Patrick Mezard
-
svnmeta: add exact arg to get_parent_revision() to handle 'R'2010-03-02, by Patrick Mezard
-
stupid: handle directory replacement in very stupid mode2010-03-02, by Patrick Mezard
-
editor: fix issamefile() and copy detection in replay mode2010-03-02, by Patrick Mezard
-
Add rsvn.py to test tools2010-03-02, by Patrick Mezard
-
util: add progress wrapper to maintain 1.3 support2010-03-03, by Augie Fackler
-
maps: if operation can continue, it should probably not use ui.warn()2010-03-01, by Dirkjan Ochtman
-
merge commands from utility_commands into svncommands2010-02-26, by Dirkjan Ochtman
-
tests: make sure single dir clone tests get run by non-nose users2010-02-26, by Dirkjan Ochtman
-
tests: silence test suite by using quiet UIs everywhere2010-02-26, by Dirkjan Ochtman
-
svnmeta: reverse parameter calculation to lessen complexity2010-02-24, by Dirkjan Ochtman
-
add basic branchmap functionality, to rename branches2010-03-01, by Dirkjan Ochtman
-
svncommands: make repo optional (useful for things like listauthors)2010-02-23, by Dirkjan Ochtman
-
svnwrap: save the repository root, this might be useful later on2010-02-22, by Dirkjan Ochtman
-
tests.run: exit nonzero if tests did not pass2010-03-01, by Augie Fackler
-
Merge change from Felix Schwarz2010-03-01, by Augie Fackler
-
test_fetch_command: handle changes in revision extra ordering gracefully2010-03-01, by Augie Fackler
-
remove useless shebang to comfort rpmlint2010-02-28, by "fs"
-
svn_swig: better ImportError to suggest steps for users.2010-02-26, by Augie Fackler
-
rebuildmeta: use ui.progress for better user feedback2010-02-22, by Augie Fackler
-
README: improved documentation of svn:externals support2010-02-22, by Mark Edgington
-
Added tag 1.0.1 for changeset 09c016174e332010-02-15, by Augie Fackler
-
setup: work around easy_intall overzealously installing mercurial 1.0.12010-02-15, by Augie Fackler