Mercurial > hgsubversion
graph
-
use old argument style to support python 2.42013-07-12, by Shun-ichi GOTO
-
buildmeta: use layouts library for branch and tag mapping in _buildmeta2013-06-07, by David Schleimer
-
svnmeta: remove unneeded special-case of single in update_branch_tag_map_for_rev2013-06-05, by David Schleimer
-
stupid: use layouts library for detecting branch mapping2013-06-26, by David Schleimer
-
svnmeta: drop unnecessary single special case in extra parsing2013-06-05, by David Schleimer
-
layouts: pull out logic for splitting svn paths into branch and local parts2013-06-05, by David Schleimer
-
layouts: consistently return None for default branch2013-06-05, by David Schleimer
-
layouts: pull svn path -> potential tag name mapping into layouts2013-06-26, by David Schleimer
-
layouts: pull tag location list management into layout module2013-05-21, by David Schleimer
-
util: move pickle_atomic from svnmeta to util2013-05-21, by David Schleimer
-
layouts: make ui object available to layout instances2013-05-21, by David Schleimer
-
svnwrap: use get_file instead of list_props during replay2013-06-19, by David Schleimer
-
layouts: fix failure for nonexistent SVN paths2013-06-20, by Vladimir Zakharov
-
Merge with stable.2013-06-23, by Augie Fackler
-
updatemeta/rebuildmeta: handle hidden changesets stable 1.5.12013-05-13, by Dan Villiom Podlaski Christiansen
-
MANIFEST.in: correctly include invalid_utf8.tar.gz in source bundle stable2013-06-23, by Augie Fackler
-
layouts: use layouts library for branch mappingduring push2013-04-29, by David Schleimer
-
layouts: use layout library in hg svn info2013-04-29, by David Schleimer
-
layouts: use layouts library for branch mapping with generating .hgignore2013-04-29, by David Schleimer
-
layouts: refactor path component of convinfo generation into layouts lib2013-04-26, by David Schleimer
-
layouts: refactor mercurial branch to svn path mapping out of svnmeta2013-04-24, by David Schleimer
-
layouts: refactor out svn path to mercurial branch logic2013-04-24, by David Schleimer
-
commit: fix exception handling on transaction close2013-05-24, by Matt Mackall
-
revsets: fix nativerevs fallback2013-05-10, by Matt Mackall
-
revsets: add support for 'r123' revision labels2013-04-23, by Matt Mackall
-
setup: add layouts subdir2013-04-22, by Bryan O'Sullivan
-
layouts: refactor buildmeta layout reading and writing2013-04-17, by David Schleimer
-
layouts: refactor layout loading and persisting out of svnmeta.py2013-04-17, by David Schleimer
-
layouts: refactor layout loading based on config into function2013-04-17, by David Schleimer
-
layouts: pull out code for detecting layout from subversion2013-04-17, by David Schleimer
-
testutil: clear rcpath when we update HGRCPATH env var2013-04-12, by David Schleimer
-
buildmeta: verify uuid when passed explicit url2013-04-12, by David Schleimer
-
test_util: specify a username in our test-run hgrc.2013-04-12, by Augie Fackler
-
Merge2013-04-03, by Augie Fackler
-
bundle: add 'portable' parameter to prevent error (issue383)2013-03-21, by Michael Connor
-
Improve UX. Update the implicit Path name for working with SVN repositories.2013-03-10, by Jamie Clayton
-
buildmeta: do not contact svn unless needed2013-02-05, by Bryan O'Sullivan
-
buildmeta: initialize uuid from local metadata if possible2013-02-05, by Bryan O'Sullivan
-
svncommands: split write_if_needed into two functions2013-02-05, by Bryan O'Sullivan
-
buildmeta: write subdir and layout files only if needed2013-02-04, by Bryan O'Sullivan
-
buildmeta: only write the uuid file if needed2013-02-04, by Bryan O'Sullivan
-
push: avoid failure when push is being called from a newly created subdirectory2013-01-18, by Kapil Bajaj
-
push: avoid rebasing when we know there are no conflicts2013-01-03, by Durham Goode
-
push: rebase one at a time before push2013-01-03, by Durham Goode
-
updatemeta: fix missing errno import2012-12-01, by Patrick Mezard
-
updatemeta: add missing EOL to status messages2012-12-01, by Patrick Mezard
-
Fixes bug #358. Display correct error message if a svn pre-commit hook blocks the push2012-11-26, by Anton Agafonov
-
cleanup: avoid \' in strings where easy2012-12-04, by Augie Fackler
-
wrappers: Return the same value as the original incoming command2012-11-22, by Mitsuhiro Koga
-
wrappers: Implement --newest-first option in incoming command2012-11-22, by Mitsuhiro Koga
-
Layout option can be accepted only auto, single, or standard.2012-11-22, by Mitsuhiro Koga
-
Merge with stable.2012-11-11, by Augie Fackler
-
pull: save the last pulled revision *after* converting revisions2012-11-11, by Dan Villiom Podlaski Christiansen
-
pull: use a single if-statement for the two ways to skip revisions2012-11-11, by Dan Villiom Podlaski Christiansen
-
svn verify: print out diffs of bad files in a verbose mode2012-11-11, by Dan Villiom Podlaski Christiansen
-
subvertpy wrapper: rename AbstractEditor to BaseEditor2012-11-11, by Dan Villiom Podlaski Christiansen
-
editor: ensure that we propagate full stacktraces in a few places2012-11-11, by Dan Villiom Podlaski Christiansen
-
maps: only show 'reading ...' as debug output2012-11-11, by Dan Villiom Podlaski Christiansen
-
understand 'tip' as meaning Subversion 'HEAD' stable2012-11-04, by Dan Villiom Podlaski Christiansen