Mercurial > hgsubversion
graph
-
Fix imports from module alias2011-05-16, by Patrick Mezard
-
util: make islocalrepo() a bit more tolerant with file:// urls2011-05-14, by Peter Arrenbrecht
-
Fix breakage introduced by discovery refactoring2011-05-14, by Peter Arrenbrecht
-
wrappers: fix revpair after hg.b33f3e35efb02011-05-14, by Patrick Mezard
-
svnexternals: fix canonpath import after hg.bfeaa88b875d2011-05-14, by Peter Arrenbrecht
-
wrapper: fix bail_if_changed() after hg.d68ddccf276b2011-05-14, by Patrick Mezard
-
stupid: fix patch.iterhunks() wrapper after hg.28762bb767dc2011-05-14, by Patrick Mezard
-
Fix code indentation2011-05-14, by Peter Arrenbrecht
-
Fix setup.py calls to hg.bat on Windows2011-04-16, by Patrick Mezard
-
Backed out changeset 7bf283d4c7a9 in favor of a better win32 fix2011-04-18, by Augie Fackler
-
Fixup Installing in Win322011-04-14, by Yonggang Luo
-
subvertpy wrapper: handle NotImplementedError from Subvertpy on missing replay2011-03-31, by Dan Villiom Podlaski Christiansen
-
test_externals: flag another case as using hgsub, use assertMultiLineEqual2011-03-24, by Augie Fackler
-
util: use real function definitions for keywords, document them2011-03-12, by Patrick Mezard
-
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