2013-08-09 |
Dan Villiom Podlaski Christiansen |
svnwrap: don't require Revision paths to be specified
|
2013-08-09 |
Dan Villiom Podlaski Christiansen |
tests: make our test runner executable
|
2013-08-09 |
Dan Villiom Podlaski Christiansen |
test_fetch_commands: make a failure more readable
|
2013-08-09 |
Dan Villiom Podlaski Christiansen |
decrease verbosity somewhat
|
2013-08-08 |
Dan Villiom Podlaski Christiansen |
tests: add a metaclass for testing obsolete mode
|
2013-08-09 |
Dan Villiom Podlaski Christiansen |
tests: count revisions explicitly
|
2013-08-08 |
Dan Villiom Podlaski Christiansen |
tests: split single directory tests that push & clone in two modules
|
2013-08-07 |
Dan Villiom Podlaski Christiansen |
stupid: fix --startrev
|
2013-08-08 |
Dan Villiom Podlaski Christiansen |
handle invalid UTF-8 in commit messages consistently
|
2013-08-07 |
Dan Villiom Podlaski Christiansen |
tests: remove old test-loading infrastructure
|
2013-08-07 |
Dan Villiom Podlaski Christiansen |
tests: consolidate all test-loading into the test runner
|
2013-08-07 |
Dan Villiom Podlaski Christiansen |
tests: move updatemeta & rebuildmeta tests into comprehensive
|
2013-08-02 |
Dan Villiom Podlaski Christiansen |
tests: assert that fetches actually succeed
|
2013-08-05 |
Dan Villiom Podlaski Christiansen |
fixes for running under Mercurial 2.0
|
2013-08-05 |
Dan Villiom Podlaski Christiansen |
drop support for pre-2.0 versions of Mercurial
|
2013-08-02 |
Dan Villiom Podlaski Christiansen |
tests: fix syntax incompatible with Python 2.4
|
2013-07-31 |
Will Thames |
Fix for missing mercurial.utils deque
|
2013-07-16 |
Augie Fackler |
push: also suggest user rebase if we get SVN_ERR_FS_ALREADY_EXISTS
|
2013-07-12 |
Shun-ichi GOTO |
use mercurial.util.deque to support python 2.4
|
2013-07-12 |
Shun-ichi GOTO |
use old argument style to support python 2.4
|
2013-06-07 |
David Schleimer |
buildmeta: use layouts library for branch and tag mapping in _buildmeta
|
2013-06-05 |
David Schleimer |
svnmeta: remove unneeded special-case of single in update_branch_tag_map_for_rev
|
2013-06-26 |
David Schleimer |
stupid: use layouts library for detecting branch mapping
|
2013-06-05 |
David Schleimer |
svnmeta: drop unnecessary single special case in extra parsing
|
2013-06-05 |
David Schleimer |
layouts: pull out logic for splitting svn paths into branch and local parts
|
2013-06-05 |
David Schleimer |
layouts: consistently return None for default branch
|
2013-06-26 |
David Schleimer |
layouts: pull svn path -> potential tag name mapping into layouts
|
2013-05-21 |
David Schleimer |
layouts: pull tag location list management into layout module
|
2013-05-21 |
David Schleimer |
util: move pickle_atomic from svnmeta to util
|
2013-05-21 |
David Schleimer |
layouts: make ui object available to layout instances
|
2013-06-19 |
David Schleimer |
svnwrap: use get_file instead of list_props during replay
|
2013-06-20 |
Vladimir Zakharov |
layouts: fix failure for nonexistent SVN paths
|
2013-06-23 |
Augie Fackler |
Merge with stable.
|
2013-06-23 |
Augie Fackler |
Added tag 1.5.1 for changeset d0f3a5c2cb56
stable
|
2013-05-13 |
Dan Villiom Podlaski Christiansen |
updatemeta/rebuildmeta: handle hidden changesets
stable 1.5.1
|
2013-06-23 |
Augie Fackler |
MANIFEST.in: correctly include invalid_utf8.tar.gz in source bundle
stable
|
2013-04-29 |
David Schleimer |
layouts: use layouts library for branch mappingduring push
|
2013-04-29 |
David Schleimer |
layouts: use layout library in hg svn info
|
2013-04-29 |
David Schleimer |
layouts: use layouts library for branch mapping with generating .hgignore
|
2013-04-26 |
David Schleimer |
layouts: refactor path component of convinfo generation into layouts lib
|
2013-04-24 |
David Schleimer |
layouts: refactor mercurial branch to svn path mapping out of svnmeta
|
2013-04-24 |
David Schleimer |
layouts: refactor out svn path to mercurial branch logic
|
2013-05-24 |
Matt Mackall |
commit: fix exception handling on transaction close
|
2013-05-10 |
Matt Mackall |
revsets: fix nativerevs fallback
|
2013-04-23 |
Matt Mackall |
revsets: add support for 'r123' revision labels
|
2013-04-22 |
Bryan O'Sullivan |
setup: add layouts subdir
|
2013-04-17 |
David Schleimer |
layouts: refactor buildmeta layout reading and writing
|
2013-04-17 |
David Schleimer |
layouts: refactor layout loading and persisting out of svnmeta.py
|
2013-04-17 |
David Schleimer |
layouts: refactor layout loading based on config into function
|
2013-04-17 |
David Schleimer |
layouts: pull out code for detecting layout from subversion
|
2013-04-12 |
David Schleimer |
testutil: clear rcpath when we update HGRCPATH env var
|
2013-04-12 |
David Schleimer |
buildmeta: verify uuid when passed explicit url
|
2013-04-12 |
Augie Fackler |
test_util: specify a username in our test-run hgrc.
|
2013-04-03 |
Augie Fackler |
Merge
|
2013-03-21 |
Michael Connor |
bundle: add 'portable' parameter to prevent error (issue383)
|
2013-03-10 |
Jamie Clayton |
Improve UX. Update the implicit Path name for working with SVN repositories.
|
2013-02-05 |
Bryan O'Sullivan |
buildmeta: do not contact svn unless needed
|
2013-02-05 |
Bryan O'Sullivan |
buildmeta: initialize uuid from local metadata if possible
|
2013-02-05 |
Bryan O'Sullivan |
svncommands: split write_if_needed into two functions
|
2013-02-04 |
Bryan O'Sullivan |
buildmeta: write subdir and layout files only if needed
|
2013-02-04 |
Bryan O'Sullivan |
buildmeta: only write the uuid file if needed
|
2013-01-18 |
Kapil Bajaj |
push: avoid failure when push is being called from a newly created subdirectory
|
2013-01-03 |
Durham Goode |
push: avoid rebasing when we know there are no conflicts
|
2013-01-03 |
Durham Goode |
push: rebase one at a time before push
|
2012-12-01 |
Patrick Mezard |
updatemeta: fix missing errno import
|
2012-12-01 |
Patrick Mezard |
updatemeta: add missing EOL to status messages
|
2012-11-26 |
Anton Agafonov |
Fixes bug #358. Display correct error message if a svn pre-commit hook blocks the push
|
2012-12-04 |
Augie Fackler |
cleanup: avoid \' in strings where easy
|
2012-11-22 |
Mitsuhiro Koga |
wrappers: Return the same value as the original incoming command
|
2012-11-22 |
Mitsuhiro Koga |
wrappers: Implement --newest-first option in incoming command
|
2012-11-22 |
Mitsuhiro Koga |
Layout option can be accepted only auto, single, or standard.
|
2012-11-11 |
Augie Fackler |
Merge with stable.
|
2012-11-11 |
Dan Villiom Podlaski Christiansen |
pull: save the last pulled revision *after* converting revisions
|
2012-11-11 |
Dan Villiom Podlaski Christiansen |
pull: use a single if-statement for the two ways to skip revisions
|
2012-11-11 |
Dan Villiom Podlaski Christiansen |
svn verify: print out diffs of bad files in a verbose mode
|
2012-11-11 |
Dan Villiom Podlaski Christiansen |
subvertpy wrapper: rename AbstractEditor to BaseEditor
|
2012-11-11 |
Dan Villiom Podlaski Christiansen |
editor: ensure that we propagate full stacktraces in a few places
|
2012-11-11 |
Dan Villiom Podlaski Christiansen |
maps: only show 'reading ...' as debug output
|
2012-11-04 |
Dan Villiom Podlaski Christiansen |
understand 'tip' as meaning Subversion 'HEAD'
stable
|
2012-11-04 |
Dan Villiom Podlaski Christiansen |
consolidate revision parsing
stable
|
2011-12-13 |
Dan Villiom Podlaski Christiansen |
expand configured paths
stable
|
2012-11-01 |
Augie Fackler |
Added tag 1.5 for changeset 77b22e5b4ea6
|
2012-10-29 |
Mitsuhiro Koga |
svn_swig_wrapper: Ensure subversion config files
1.5
|
2012-10-29 |
Mitsuhiro Koga |
svnrepo: Support --insecure option the same as the mercurial
|
2012-10-22 |
Mitsuhiro Koga |
svnwrap: Implement handling of ssl_client_cert_pw_prompt_provider
|
2012-10-23 |
Mitsuhiro Koga |
svnwrap: Implement handling of ssl_client_cert_prompt_provider
|
2012-10-23 |
Mitsuhiro Koga |
svnwrap: Improved handling of username_prompt_provider
|
2012-10-23 |
Mitsuhiro Koga |
svnwrap: Improved handling of simple_prompt_provider
|
2012-10-23 |
Mitsuhiro Koga |
svnwrap: Refactor the svn_auth_ssl_server_trust_prompt to add other handler
|
2012-10-09 |
Mitsuhiro Koga |
svnwrap: Implement handling of get_ssl_server_trust_prompt_provider
|
2012-10-15 |
Patrick Mezard |
editor: do not record invalid path deletion
|
2012-10-20 |
Patrick Mezard |
editor: process missing files with regular files
|
2012-10-20 |
Patrick Mezard |
tests: add tests where files are moved from root to trunk
|
2012-10-14 |
Patrick Mezard |
editor: ignore added or copied files excluded by a filemap
|
2012-10-14 |
Patrick Mezard |
svnmeta: fix list not being joined in split_branch_path()
|
2012-10-14 |
Patrick Mezard |
editor: tidy up directory batons handling
|
2012-10-14 |
Patrick Mezard |
editor: improve debug information when fetching files in replay
|
2012-10-14 |
Patrick Mezard |
maps: fix filemap loading --verbose message
|
2012-10-07 |
Patrick Mezard |
replay: remove useless warning about invalid externals
|
2012-10-07 |
Patrick Mezard |
test_fetch_mappings: reduce copy/paste
|
2012-10-07 |
Patrick Mezard |
test_rebuildmeta: fix src/dest typo
|
2012-10-16 |
Patrick Mezard |
stupid: do not close branch upon branch-wide revert
|
2012-10-06 |
Patrick Mezard |
editor: add a small changectx cache
|
2012-10-06 |
Patrick Mezard |
editor: relax copyfrom dir checks to avoid extra missing entries
|
2012-10-06 |
Patrick Mezard |
editor: add addmissing() and test config to make it fail
|
2012-09-26 |
Patrick Mezard |
editor: use SimpleStringIO in apply_text()
|
2012-10-16 |
Patrick Mezard |
editor: do not reread all data upon branching
|
2012-10-12 |
Patrick Mezard |
push: reset encoding before the final update
|
2012-09-26 |
Patrick Mezard |
editor: add a pop() method to RevisionMeta to reduce resource usage
|
2012-09-28 |
Patrick Mezard |
pull: add hgsubversion.filestoresize to control memory consumption
|
2012-10-06 |
Patrick Mezard |
editor: move RevisionData on the filesystem over a given threshold
|
2012-09-25 |
Patrick Mezard |
editor: do not touch RevisionData copies from the editor
|
2012-10-03 |
Patrick Mezard |
editor: handle deleted files in editor
|
2012-09-24 |
Patrick Mezard |
editor: resolve files copied by directory copy on-demand
|
2012-09-24 |
Patrick Mezard |
editor: add close_file(), enforce file batons semantics
|
2012-10-03 |
Patrick Mezard |
editor: start separating svn copies from open files
|
2012-09-23 |
Patrick Mezard |
editor: implement file batons
|
2012-09-23 |
Patrick Mezard |
subvertpy_wrapper: move methods in the relevant editors
|
2012-09-23 |
Patrick Mezard |
subvertpy_wrapper: fix files and directories batons handling
|
2012-09-22 |
Patrick Mezard |
editor: remove unused 'base' attribute from RevisionData
|
2012-09-24 |
David Schleimer |
push: use native rebase instead of our rebase wrapper
|
2012-09-18 |
Tim Delaney |
stupid: Fail over to full revision when a PatchError is thrown (issue294)
|
2012-09-16 |
Patrick Mezard |
svnwrap: use custom StringIO class in get_file()
|
2012-09-10 |
Patrick Mezard |
Fix more peer breakage with old hg versions
|
2012-09-09 |
Patrick Mezard |
pushmod: keep the root svn dir when emptying the hg repo (issue359)
|
2012-09-09 |
Patrick Mezard |
wrappers: do not change encoding when pushing
|
2012-09-09 |
Patrick Mezard |
wrappers: ensure all pull() code path reset the encoding
|
2012-09-09 |
Patrick Mezard |
wrappers: properly reset encoding when leaving push()
|
2012-09-09 |
Patrick Mezard |
wrappers: remove unused svnurl variable
|
2012-08-26 |
Patrick Mezard |
test_fetch_command: fix if local encoding is not UTF-8
|
2012-08-26 |
Patrick Mezard |
test_util: make repourl() return upper-cased drive letters
|
2012-08-06 |
Jun Fang |
updatemeta: correctly handle empty metadata
|
2012-08-01 |
David Schleimer |
svnremoterepo: use and prefer default-push
|
2012-07-29 |
Patrick Mezard |
stupid: diff with the good revision when restoring branch
|
2012-06-07 |
Brad Hall |
Add a changegroup hook to update svn metadata
|
2012-06-26 |
Patrick Mezard |
rebuildmeta: accept unrelated svn repo with --unsafe-skip-uuid-check
|
2012-07-21 |
Augie Fackler |
Merge hg 2.3 fixes from bos.
|
2012-07-19 |
Bryan O'Sullivan |
tests: fix regressions introduced by peer classes in hg 2.3
|
2012-07-19 |
Bryan O'Sullivan |
fix breakage introduced by peer classes in hg 2.3
|
2012-07-18 |
Bryan O'Sullivan |
svnrepo: handle module/class rename in hg 2.3
|
2012-06-07 |
Brad Hall |
add except for AttributeError if youngestrepo doesn't exist
|
2012-06-04 |
Brad Hall |
Catch/abort on subversion exceptions in list_dir
|
2012-01-01 |
Ronny Voelker |
Honor SVN auto-props (solves issue #186)
|
2012-05-17 |
David Schleimer |
Ignore invalid utf8 in commit messages
|
2012-05-17 |
David Schleimer |
Add .noseids to the .hgignore
|
2012-05-16 |
Bryan O'Sullivan |
pull: add a hgsubversion.unsafeskip option to omit unwanted revs
|
2012-05-17 |
Augie Fackler |
push test: peek inside svn's pending transaction list on abort
|
2012-05-17 |
Augie Fackler |
subvertpy bindings: abort transaction if we can't finalize it
|
2012-05-17 |
Augie Fackler |
swig bindings: abort transaction if we can't finalize it
|
2012-05-13 |
Bryan O'Sullivan |
canonicalize svn paths even more awesomely
|
2012-05-13 |
Bryan O'Sullivan |
ignore the temp fixtures directory
|
2012-05-13 |
Bryan O'Sullivan |
tests: fix automatically generated test names
|
2012-05-13 |
Bryan O'Sullivan |
replay: workaround svn not telling us about x/l flags (issue346)
|
2012-05-13 |
Bryan O'Sullivan |
svn_swig_wrapper: canonicalize path
|
2011-12-13 |
Dan Villiom Podlaski Christiansen |
svn verify: use a custom editor and get_revision()
|
2012-05-13 |
Dan Villiom Podlaski Christiansen |
show a total for verification progress
|
2012-05-13 |
Dan Villiom Podlaski Christiansen |
move verify to a file of its own
|
2012-05-12 |
Dan Villiom Podlaski Christiansen |
allow Python 2.7 to show medium-size multiline diffs when tests fail
|
2012-05-12 |
Dan Villiom Podlaski Christiansen |
don't suppress KeyboardInterrupt exception tracebacks
|
2012-05-12 |
Dan Villiom Podlaski Christiansen |
make assertion failures slightly more helpful by including the failing verification
|
2012-05-12 |
Augie Fackler |
Merge
|
2011-12-13 |
Dan Villiom Podlaski Christiansen |
svn verify: add a test for corrupt repositories.
|
2012-05-12 |
Dan Villiom Podlaski Christiansen |
kill all 'print' statements in the extension proper
|
2012-05-12 |
David Schleimer |
Partial metadata rebuilding
|
2012-05-12 |
Bryan O'Sullivan |
revsets: huge speedups for fromsvn and svnrev
|
2011-12-13 |
Dan Villiom Podlaski Christiansen |
svnmeta: only remove directory components in normalize()
|
2012-05-12 |
Dan Villiom Podlaski Christiansen |
make assertion failures slightly prettier and more readable
|
2012-05-12 |
Dan Villiom Podlaski Christiansen |
fold test_startrev and test_verify into a new test; test_verify_and_startrev
|
2012-05-03 |
Bryan O'Sullivan |
verify: tell progress when we're done
|
2012-04-30 |
Bryan O'Sullivan |
Abstract away the details of where svn revs are stored in a commit
|
2012-05-02 |
Augie Fackler |
Added tag 1.4 for changeset 07234759a3f7
|
2012-04-26 |
Patrick Mezard |
svnexternals: fix handling of subrepo pinned to HEAD in hg 2.2
1.4
|
2012-04-20 |
Patrick Mezard |
svn verify: display extra and missing files separately
|
2012-04-21 |
Patrick Mezard |
test_utility_commands: test verify command
|
2012-04-20 |
Dan Villiom Podlaski Christiansen |
Makefile: set HGRCPATH to protects us from broken environments
|
2012-04-20 |
Augie Fackler |
pickle_atomic: unbreak old hg versions hg that use rename() instead of close()
|
2012-04-20 |
Augie Fackler |
svnrepo: don't break on old hg versions that lack pushkey
|
2012-04-20 |
Augie Fackler |
wrappers: don't break on old hg versions that lack discovery
|
2011-12-13 |
Dan Villiom Podlaski Christiansen |
svn verify: mention URL in output
|
2012-04-20 |
Patrick Mezard |
tests: remove useless imp imports
|
2012-04-20 |
Patrick Mezard |
test_svnwrap: use test_util.rmtree() (or fix it)
|
2012-04-19 |
Patrick Mezard |
test_util: remove self.repo_path, generate new paths each time
|
2012-04-19 |
Patrick Mezard |
test_util: pass repo_path to svnpropget(), turn into a function
|
2012-04-19 |
Patrick Mezard |
test_util: pass repo_path to svnco() explicitely
|
2012-04-19 |
Patrick Mezard |
test_util: pass repo_path to svnls(), turn it into a function
|
2012-04-19 |
Patrick Mezard |
test_util: pass repo_path to _add_svn_rev() explicitely
|
2012-04-19 |
Patrick Mezard |
test_util: add a load_and_fetch() returning the repo_path
|
2012-04-19 |
Patrick Mezard |
test_util: merge load_svndump_fixture() into TestBase
|
2012-04-19 |
Patrick Mezard |
test_util: merge load_fixture_and_fetch() into TestBase method
|
2012-04-19 |
Augie Fackler |
Merge
|
2012-04-19 |
Augie Fackler |
stupid: add comment noting why we track modified binary files
|
2012-04-19 |
Patrick Mezard |
editor: work around svn 1.7 closing the output fp in apply_textdelta()
|
2012-04-19 |
Patrick Mezard |
stupid: force non-incremental mode for unrelated branches creation
|
2012-04-19 |
Patrick Mezard |
stupid: ignore directories svn:mergeinfo in svn >= 1.7
|
2012-04-19 |
Patrick Mezard |
stupid: handle changes in svn 1.7 diff format
|
2012-04-17 |
Sean Farley |
phases: mark newly created commits from subversion as 'public' to fix #335
|
2012-04-18 |
Augie Fackler |
Merge
|
2012-04-18 |
Bryan O'Sullivan |
verify: skip over missing files instead of crashing
|
2012-04-17 |
Augie Fackler |
pickle_atomic: use atomictempfile to avoid duplicating hg functionality
|
2012-04-12 |
Arne Babenhauserheide |
tests: push_command: use svnserve.kill() in Python >=2.6
|
2012-01-22 |
Augie Fackler |
svn verify: progress information
|
2012-03-01 |
Dirkjan Ochtman |
Include documentation in tarballs (fixes #317).
|
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
|