log

age author description
2012-02-25 Augie Fackler Merge alternate tunnel schemes.
2011-08-16 Will Wykeham Cope with non standard schemes in externals
2011-08-12 Will Wykeham Support non-standard tunnels
2012-01-31 Augie Fackler filemap tests: check the attributes we care about, rather than shas
2012-01-27 Vitaliy Filippov Respect filemap rule order (rules that come first are overridden by rules that come later)
2012-01-20 Vitaliy Filippov Save filemap into .hg/svn/filemap just like other maps
2012-01-22 Augie Fackler outgoing: fix for hg change cd956049fc14
2011-11-22 Jerome M. BERGER Added ability to configure the password stores
2011-11-01 Augie Fackler Merge with stable
2011-10-30 Nico R. The handler seems to close the target in subversion-1.7.x. This patch works stable
2011-10-21 Augie Fackler Merge with stable.
2011-10-19 Wagner Bruna wrappers: clone must return hg.clone() result (issue300, issue306) stable
2011-10-19 Augie Fackler Merge with stable.
2011-10-19 Augie Fackler Added tag 1.3 for changeset 0cbf9fd89672 stable
2011-10-17 Yonggang Luo hgsubversion/*.py: add space after comment symbol #
2011-10-12 Augie Fackler svnexternals: comment on the purpose of int(rev) 1.3
2011-10-12 Yonggang Luo test_template_keywords.py: fix indentation of revset except block
2011-10-12 Yonggang Luo test_push_command: tests -> all_tests for consistency with other files
2011-10-12 Yonggang Luo tests: avoid shadowing Python builtin all()
2011-10-12 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
2011-10-11 Augie Fackler svnrepo: kludge to work around hash changes between stupid and replay in hg 1.9
2011-10-10 Augie Fackler Merge queued patches.
2011-09-30 Yonggang Luo revmap: load/save _youngest using new load_string and save_string API
2011-09-30 Yonggang Luo utils: add {save,load}_string since this is a fairly common idiom
2011-09-30 Yonggang Luo setup.py: clean up indentation
2011-09-30 Yonggang Luo maps: s/hash/ha/ and s/map/m/ to avoid hiding Python builtins
2011-09-30 Yonggang Luo svnexternals.py: style cleanups
2011-09-30 Yonggang Luo Ignore eclipse project files and mercurial .orig files.
2011-10-03 César Izurieta Ignore nbproject
2011-09-30 Augie Fackler stupid/filemap: disable this since it doesn't currently work
2011-05-25 Augie Fackler svnmeta: store youngest revision pulled from subversion
2011-07-24 maugustin authormap: only append new or changed authors
2011-07-08 Patrick Mezard Fix import based feature detection
2011-07-06 maugustin authormap: expand environment variables when evaluating map path
2011-07-06 Patrick Mezard svnexternals: fix subrepo peg revision handling (7ef125fa9b35)
2011-06-15 Patrick Mezard Fix hg.clone() calls changed by d976542986d2
2011-06-15 Patrick Mezard test_fetch_branches: stop comparing converted nodeids
2011-06-15 Patrick Mezard stupid: use new patching facility introduced by adbf5e7df96d
2011-06-15 Patrick Mezard test_util: handle dispatch.dispatch() taking a request
2011-06-15 Patrick Mezard test_pull: commands.pull() no longer aborts when crossing branches
2011-06-15 Patrick Mezard stupid: extract old patching code into patchrepo()
2011-05-24 Augie Fackler svncommands: fix weird missing newline after if statement
2011-05-24 Augie Fackler maps: clean up whitespace
2011-05-24 Augie Fackler test_pull: clean up whitespace
2011-05-16 Patrick Mezard Fix imports from module alias
2011-05-14 Peter Arrenbrecht util: make islocalrepo() a bit more tolerant with file:// urls
2011-05-14 Peter Arrenbrecht Fix breakage introduced by discovery refactoring
2011-05-14 Patrick Mezard wrappers: fix revpair after hg.b33f3e35efb0
2011-05-14 Peter Arrenbrecht svnexternals: fix canonpath import after hg.bfeaa88b875d
2011-05-14 Patrick Mezard wrapper: fix bail_if_changed() after hg.d68ddccf276b
2011-05-14 Patrick Mezard stupid: fix patch.iterhunks() wrapper after hg.28762bb767dc
2011-05-14 Peter Arrenbrecht Fix code indentation
2011-04-16 Patrick Mezard Fix setup.py calls to hg.bat on Windows
2011-04-18 Augie Fackler Backed out changeset 7bf283d4c7a9 in favor of a better win32 fix
2011-04-14 Yonggang Luo Fixup Installing in Win32
2011-03-31 Dan Villiom Podlaski Christiansen subvertpy wrapper: handle NotImplementedError from Subvertpy on missing replay
2011-03-24 Augie Fackler test_externals: flag another case as using hgsub, use assertMultiLineEqual
2011-03-12 Patrick Mezard util: use real function definitions for keywords, document them
2011-03-10 Patrick Mezard pushmod: fix binary files svn:mime-type (issue255)
2011-03-09 Patrick Mezard replay: copy copied directories externals
2011-03-09 Patrick Mezard editor: simplify add_directory() a bit more
2011-03-09 Patrick Mezard editor: rename add_directory() cp_f* variable into from*
2011-03-02 Patrick Mezard externals: ignore externals blank or comment lines
2011-03-01 Augie Fackler Added tag 1.2.1 for changeset 4bbc6bf947f5
2011-02-13 Patrick Mezard replay: fetch full revision at most once per run (issue252) 1.2.1
2011-02-13 Patrick Mezard replay: make --debug trace full fetches
2011-02-13 Patrick Mezard pushmod: do not delete the whole branch when deleting .hgsub
2011-02-02 Patrick Mezard svnexternals: handle new overwrite argument of subrepo.get()
2011-01-31 Patrick Mezard Check mercurial/third-parties push conditions before pushing
2011-01-20 Patrick Mezard svnexternals: missing EOL in ui.warn()
2011-01-23 Patrick Mezard svnexternals: update subrepo after mercurial changes
2011-01-17 Augie Fackler Merge backout of 60948939555d.
2011-01-17 Augie Fackler Backed out changeset 60948939555d
2011-01-07 Patrick Mezard svnexternals: add ignoreupdate param to svnsubrepo.dirty()
2010-12-14 Dan Villiom Podlaski Christiansen clone: pass on the repository instance rather than the string given
2010-12-12 Patrick Mezard svnexternals: add 'ignore' mode to avoid converting externals
2010-12-12 Patrick Mezard Document subrepository externals
2010-11-30 Dan Villiom Podlaski Christiansen svn verify: fix specifying URL on the command line
2010-11-30 Augie Fackler svnmeta: properly reference self.ui instead of ui
2010-11-30 Dan Villiom Podlaski Christiansen test_util: make manifest filter use shared list of files to ignore
2010-11-29 Dan Villiom Podlaski Christiansen incoming: pass unexpanded source to wrapped function (fixes #178)
2010-11-28 Dan Villiom Podlaski Christiansen make the default substition for an empty commit description the empty string
2010-11-28 Dan Villiom Podlaski Christiansen configurable substitution for empty commit message (fixes #195)
2010-11-28 Dan Villiom Podlaski Christiansen test_fetch_mappings: actually test stupid mode in test_author_map_no_author()
2010-11-29 Dan Villiom Podlaski Christiansen add a MANIFEST.in file (fixes #142)
2010-11-29 Dan Villiom Podlaski Christiansen tests: fix running the comprehensive tests using nose.
2010-11-29 Augie Fackler docs: document new config knob for externals support
2010-11-25 Patrick Mezard svnexternals: support pushing subrepo based externals
2010-11-25 Patrick Mezard svnexternals: support subrepos based externals checkout
2010-11-25 Patrick Mezard svnexternals: preliminary support for subrepos based externals
2010-11-25 Patrick Mezard svnexternals: generate externals with a revision placeholder
2010-11-19 Patrick Mezard Extract files not to be pushed in util
2010-11-19 Patrick Mezard svnexternals: keep diff() simple for the caller, return a list
2010-11-19 Patrick Mezard svnexternals: hide .hgsvnexternals parsing in parse()
2010-11-19 Patrick Mezard pull: stop handling .hgsvnexternals explicitely in memctx
2010-11-19 Patrick Mezard replay: extract externals updating from convert_rev()
2010-11-18 Dan Villiom Podlaski Christiansen svn metacommand: improved argument checking
2010-11-18 Dan Villiom Podlaski Christiansen svncommands: abort on missing metadata or Subversion URL (fixes #226)
2010-11-18 Dan Villiom Podlaski Christiansen rename our uisetup initialization method into extsetup
2010-11-17 Dan Villiom Podlaski Christiansen revsets: add docstrings.
2010-11-17 Dan Villiom Podlaski Christiansen wrappers: pass on subdir when creating obtaining svnmeta
2010-11-17 Dan Villiom Podlaski Christiansen svnremoterepo: remove unused 'svnuuid' property
2010-11-15 Augie Fackler pull: handle change in termwidth() api from hg change c52c629ce19e
2010-11-12 Dan Villiom Podlaski Christiansen svnmeta: store subdir in a file, and verify it when loading.
2010-11-14 Dan Villiom Podlaski Christiansen svnmeta: slight refactor of the UUID property.
2010-11-11 Dan Villiom Podlaski Christiansen svnmeta: abort when no UUID given and none is stored on disk.
2010-11-11 Dan Villiom Podlaski Christiansen svnmeta: cache the UUID in an attribute.
2010-11-11 Dan Villiom Podlaski Christiansen tests: make assertMultiLineEqual call super, if possible.
2010-11-11 Dan Villiom Podlaski Christiansen test_utility_commands: use self.assertMultiLineEqual().
2010-11-09 Dan Villiom Podlaski Christiansen remove redundant calls to fd.flush() prior to doing fd.close().
2010-11-09 Dan Villiom Podlaski Christiansen editor: handle property changes to links.
2010-11-04 Dan Villiom Podlaski Christiansen help topic: numerous cleanups.
2010-11-03 Patrick Mezard stupid: handle patch.iterhunks() changed brought by cfedc529e4a1
2010-11-02 Augie Fackler Added tag 1.2 for changeset 708234ad6c97
2010-10-25 anatoly techtonik usage examples for single directory clones 1.2
2010-10-31 Dan Villiom Podlaski Christiansen help topic: mention how "hg clone" can delete stuff.
2010-10-09 Dan Villiom Podlaski Christiansen maps: map a missing author to '(no author)'
2010-10-09 Dan Villiom Podlaski Christiansen test_util: use SkipTest if provided by the unittest module.
2010-10-10 Augie Fackler Merge
2010-10-09 Dan Villiom Podlaski Christiansen setup/README: update Subvertpy requirement to 0.7.4.
2010-10-02 Augie Fackler test_push_dirs: use common commit-building infrastructure
2010-09-23 Peter Arrenbrecht subvertpy: fix bug with pushing changes to stuff in subdirs
2010-10-08 Dirkjan Ochtman implement tag renames
2010-10-06 Dirkjan Ochtman rename TagMap to Tags, to free up the TagMap name
2010-10-08 Augie Fackler tests: fix test skipping in pure unittest
2010-10-06 Dirkjan Ochtman keep variables more local, add some whitespace
2010-10-06 Dirkjan Ochtman fix some style nits
2010-10-06 Dirkjan Ochtman fix some line lengths
2010-10-05 Augie Fackler revset tests: use requiresmodule decorator
2010-10-05 Dan Villiom Podlaski Christiansen uisetup: add fromsvn() and svnrev() revsets.
2010-10-05 Augie Fackler test_template_keywords: use new requiresmodule decorator
2010-10-05 Augie Fackler test_util: new requiresmodule decorator for tests that require a feature
2010-10-05 Augie Fackler test_util: refactor requiresoption to ease creation of other skip decorators
2010-10-03 Dan Villiom Podlaski Christiansen wrapper: fail properly with unsupported versions of Subvertpy (fixes #212)
2010-10-05 Dan Villiom Podlaski Christiansen svnwrap: fix handling of quotable URLs (fixes #197, refs #132)
2010-10-02 Augie Fackler requiresoption: raise SkipTest if available
2010-10-02 Augie Fackler requiresoption: clean up docstring
2010-09-29 Dan Villiom Podlaski Christiansen help topic: cosmetic improvements.
2010-09-29 Dan Villiom Podlaski Christiansen clone: call the wrapped function (fixes #181)
2010-09-29 Dan Villiom Podlaski Christiansen tests & help: fix compatibility with Mercurial 1.4 and earlier.
2010-09-29 Dan Villiom Podlaski Christiansen test_util: add requiresoption decorator function.
2010-09-29 Dan Villiom Podlaski Christiansen svnrepo: make the svnurl property obtain the URL from Subversion.
2010-09-29 Dan Villiom Podlaski Christiansen subvertpy wrapper: check against Subversion version compiled against.
2010-09-29 Dan Villiom Podlaski Christiansen subvertpy wrapper: bump version requirement to 0.7.4.
2010-09-29 Dan Villiom Podlaski Christiansen templatekw: clean up implementation & test; add help.
2010-09-24 Dan Villiom Podlaski Christiansen test_util: use the Mercurial dispatch logic for cloning repositories.
2010-09-14 Dan Villiom Podlaski Christiansen pull: reveal the handled SubversionException to --traceback.
2010-09-07 Dan Villiom Podlaski Christiansen subversion.rst: mention externals support limitations.
2010-09-07 Dan Villiom Podlaski Christiansen subversion.rst: list memory leaks in the section on limitations
2010-09-07 Dan Villiom Podlaski Christiansen verify: fix verifying mapped branches.
2010-09-23 Dan Villiom Podlaski Christiansen clone: replace the --singlebranch with overloading for --branch
2010-09-23 Dan Villiom Podlaski Christiansen test_push_dirs.py: activate tests that were previously overlooked
2010-09-14 Dan Villiom Podlaski Christiansen tests_urls: activate a test that was previously overlooked
2010-09-14 Dan Villiom Podlaski Christiansen svnwrap: improve error message when no bindings are found.
2010-09-14 Dan Villiom Podlaski Christiansen testrunner: don't use os.putenv(), as it may not affect os.environ.
2010-09-20 Dan Villiom Podlaski Christiansen tests: enable hgsubversion in the generated UI.
2010-09-14 Dan Villiom Podlaski Christiansen subvertpy_wrapper: don't assume the version is a three-tuple (fixes #206)
2010-09-15 Peter Arrenbrecht subvertpy: set default username/pwd as with swig
2010-09-15 Peter Arrenbrecht clone: add --singlebranch option
2010-09-10 Peter Arrenbrecht push: simplify code for remapping rebased node ids
2010-09-08 Peter Arrenbrecht push: fix case where we get >1 revs back after svn commit
2010-09-08 Peter Arrenbrecht tests: remove constant rev no from test script
2010-09-08 Peter Arrenbrecht tests: move _add_svn_rev to test_util for reuse
2010-09-08 Peter Arrenbrecht tests: add --show-stdout option to run.py
2010-09-06 Augie Fackler templatekw: restore compatibility with hg < 1.5
2010-09-02 Dan Villiom Podlaski Christiansen subversion.rst: mention lack of directory tracking (see issue 202)
2010-09-02 Dan Villiom Podlaski Christiansen subversion.rst: fix 'typo' in help for the hgsubversion.defaultauthors option.
2010-09-02 Andi Albrecht Add svnrev, svnpath and svnuuid keyword.
2010-09-02 Dan Villiom Podlaski Christiansen tests: add a Makefile for easily running the tests.
2010-09-02 Dan Villiom Podlaski Christiansen tests: add an option to the test-runner for selecting bindings.
2010-08-11 Dan Villiom Podlaski Christiansen setup: require Subvertpy when the SWIG bindings are unavailable.
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: add runtime override for choice of Subversion bindings
2010-08-11 Dan Villiom Podlaski Christiansen README: mention Subvertpy.
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: suggest installing Subvertpy when no bindings are present
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: activate & prefer subvertpy bindings when available
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: add subvertpy wrapper
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: improve a docstring & a comment.
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: use decorator syntax for properties.
2010-08-11 Dan Villiom Podlaski Christiansen editor: move ieditor decorator into svnwrap.
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: factor out a common module
2010-07-28 Peter Arrenbrecht svnmeta: strip all repeated slashes from subdir
2010-08-21 Augie Fackler Merge backout of incorrect patch.
2010-08-19 Augie Fackler Backed out changeset d0692ce98ea6
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: s/_chunk_size/chunk_size/
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: s/core.SubversionException/SubversionException/
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: remove dead code
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: kill the ctypes wrapper.
2010-08-11 Dan Villiom Podlaski Christiansen version: mention bindings type in version
2010-08-14 Dan Villiom Podlaski Christiansen tests: add a fixture that exercises the fix made in 1add57910c82.
2010-08-11 Dan Villiom Podlaski Christiansen README: remove usage instructions, and refer to the help topic instead.
2010-07-27 Peter Arrenbrecht svnmeta: strip all repeated slashes from subdir
2010-08-11 Dan Villiom Podlaski Christiansen __init__: activate & advertise the new help topic.
2010-08-11 Dan Villiom Podlaski Christiansen help: add an rst file containing some helpful instructions
2010-08-11 Dan Villiom Podlaski Christiansen test_startrev: add a few assertions about clone lengths
2010-08-11 Dan Villiom Podlaski Christiansen pull: fix shallow clone when lastest change isn't HEAD.
2010-08-11 Dan Villiom Podlaski Christiansen stupid: remove an incorrect, implicit assumption in fetch_branchrev()
2010-08-06 Dan Villiom Podlaski Christiansen test_rebuildmeta: make an assertion more helpful.
2010-08-06 Dan Villiom Podlaski Christiansen verify: add end-of-line to ui.write() calls.
2010-07-20 Dan Villiom Podlaski Christiansen test_startrev: new tests inspired by test_rebuildmeta
2010-07-20 Dan Villiom Podlaski Christiansen test_util: support specifying a start revision
2010-07-20 Dan Villiom Podlaski Christiansen clone: allow specifying a start revision.
2010-07-20 Dan Villiom Podlaski Christiansen replay: always fetch the entire first revision
2010-07-20 Dan Villiom Podlaski Christiansen svnwrap: add get_revision(); a thing wrapper around ra.do_update()
2010-07-20 Dan Villiom Podlaski Christiansen stupid: always fetch the entire first revision
2010-07-20 Dan Villiom Podlaski Christiansen maps: rename revmap.seen to revmap.youngest; add revmap.oldest.
2010-07-16 Augie Fackler README: document single-directory clones a little.
2010-07-14 Dan Villiom Podlaski Christiansen tests: verify locations of any imported hgsubversion modules
2010-07-14 Dan Villiom Podlaski Christiansen tests: improve import logic
2010-07-14 Dan Villiom Podlaski Christiansen tests: import test_util as the first module in all relevant tests
2010-07-14 Dan Villiom Podlaski Christiansen tests: get rid of DOS line endings.
2010-07-13 Dan Villiom Podlaski Christiansen rebuildmeta: handle mapped branch names.
2010-07-13 Dan Villiom Podlaski Christiansen stupid: handle branch mapping.
2010-07-13 Dan Villiom Podlaski Christiansen tests: add test for combining two branches using the branchmap
2010-07-10 Dan Villiom Podlaski Christiansen tests: disallow calling changectx.children() during rebuildmeta
2010-07-09 Dan Villiom Podlaski Christiansen rebuildmeta: optimize by removing quadratic time usage
2010-07-10 Dan Villiom Podlaski Christiansen branchmap: reject empty mappings
2010-07-10 Dan Villiom Podlaski Christiansen branchmap: map empty commits in replay mode.
2010-07-11 Dan Villiom Podlaski Christiansen replay/stupid: fix tagging on a branch renamed using a branch map
2010-07-08 Dan Villiom Podlaski Christiansen editor: convert two assertions in apply_textdelta() into raising an IOError
2010-07-08 Dan Villiom Podlaski Christiansen svnmeta: improve error message in get_source_rev()
2010-07-06 Augie Fackler Added tag 1.1.2 for changeset 093ae2915b45
2010-07-06 Augie Fackler Merge fix for pushable bookmarks. 1.1.2
2010-07-04 James McKay tests: Use tempfile.TemporaryFile instead of os.tmpfile() to redirect stdout.
2010-07-04 James McKay svnrepo: fix issue 187: ignore pushable bookmarks in hg 1.6
2010-07-05 Augie Fackler Added tag 1.1.1 for changeset 8e621dbb82d4
2010-06-28 Augie Fackler push: return reasonable status codes to the end user 1.1.1
2010-06-28 Augie Fackler tests: fix misnamed test caught while hunting unrelated bugs
2010-06-23 Dan Villiom Podlaski Christiansen maps: don't set the `seen' attribute in TagMap.__init__().
2010-06-22 Dan Villiom Podlaski Christiansen stupid: lower patch application failure output to verbose.
2010-06-23 Dan Villiom Podlaski Christiansen test_rebuildmeta: use just added diff support when comparing files.
2010-06-22 Dan Villiom Podlaski Christiansen test_util: add assertMultiLineEqual() method.
2010-06-13 Augie Fackler wrappers: cope with remoteui move to hg (hg cset d1908cb95a82)
2010-06-13 Augie Fackler util: handle change to hg.parseurl from 3d6915f5a2bb
2010-06-13 Augie Fackler svnrepo: support new discovery module introduced in 3d0591a66118
2010-06-13 Augie Fackler pull: handle argspec change from e43c23d189a5
2010-05-15 Dan Villiom Podlaski Christiansen svncommands: add two missing imports
2010-05-18 Augie Fackler tests/run.py: make sure our hgsubversion loads correctly
2010-05-14 Dan Villiom Podlaski Christiansen testrunner: use demandimport, with an option to disable it
2010-05-14 Dan Villiom Podlaski Christiansen testrunner: delay and `simplify' importing of tests
2010-05-14 Dan Villiom Podlaski Christiansen setup: check for Subversion by importing the `svnwrap' module.