log

age author description
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