Mercurial > hgsubversion
graph
-
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