Mercurial > hgsubversion
graph
-
pushmod: fix binary files svn:mime-type (issue255)2011-03-10, by Patrick Mezard
-
replay: copy copied directories externals2011-03-09, by Patrick Mezard
-
editor: simplify add_directory() a bit more2011-03-09, by Patrick Mezard
-
editor: rename add_directory() cp_f* variable into from*2011-03-09, by Patrick Mezard
-
externals: ignore externals blank or comment lines2011-03-02, by Patrick Mezard
-
Added tag 1.2.1 for changeset 4bbc6bf947f52011-03-01, by Augie Fackler
-
replay: make --debug trace full fetches2011-02-13, by Patrick Mezard
-
pushmod: do not delete the whole branch when deleting .hgsub2011-02-13, by Patrick Mezard
-
svnexternals: handle new overwrite argument of subrepo.get()2011-02-02, by Patrick Mezard
-
Check mercurial/third-parties push conditions before pushing2011-01-31, by Patrick Mezard
-
svnexternals: missing EOL in ui.warn()2011-01-20, by Patrick Mezard
-
svnexternals: update subrepo after mercurial changes2011-01-23, by Patrick Mezard
-
Merge backout of 60948939555d.2011-01-17, by Augie Fackler
-
Backed out changeset 60948939555d2011-01-17, by Augie Fackler
-
svnexternals: add ignoreupdate param to svnsubrepo.dirty()2011-01-07, by Patrick Mezard
-
clone: pass on the repository instance rather than the string given2010-12-14, by Dan Villiom Podlaski Christiansen
-
svnexternals: add 'ignore' mode to avoid converting externals2010-12-12, by Patrick Mezard
-
Document subrepository externals2010-12-12, by Patrick Mezard
-
svn verify: fix specifying URL on the command line2010-11-30, by Dan Villiom Podlaski Christiansen
-
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