Mercurial > hgsubversion
graph
-
svnrepo: kludge to work around hash changes between stupid and replay in hg 1.92011-10-11, by Augie Fackler
-
Merge queued patches.2011-10-10, by Augie Fackler
-
revmap: load/save _youngest using new load_string and save_string API2011-09-30, by Yonggang Luo
-
utils: add {save,load}_string since this is a fairly common idiom2011-09-30, by Yonggang Luo
-
setup.py: clean up indentation2011-09-30, by Yonggang Luo
-
maps: s/hash/ha/ and s/map/m/ to avoid hiding Python builtins2011-09-30, by Yonggang Luo
-
svnexternals.py: style cleanups2011-09-30, by Yonggang Luo
-
Ignore eclipse project files and mercurial .orig files.2011-09-30, by Yonggang Luo
-
Ignore nbproject2011-10-03, by César Izurieta
-
stupid/filemap: disable this since it doesn't currently work2011-09-30, by Augie Fackler
-
svnmeta: store youngest revision pulled from subversion2011-05-25, by Augie Fackler
-
authormap: only append new or changed authors2011-07-24, by maugustin
-
Fix import based feature detection2011-07-08, by Patrick Mezard
-
authormap: expand environment variables when evaluating map path2011-07-06, by maugustin
-
svnexternals: fix subrepo peg revision handling (7ef125fa9b35)2011-07-06, by Patrick Mezard
-
Fix hg.clone() calls changed by d976542986d22011-06-15, by Patrick Mezard
-
test_fetch_branches: stop comparing converted nodeids2011-06-15, by Patrick Mezard
-
stupid: use new patching facility introduced by adbf5e7df96d2011-06-15, by Patrick Mezard
-
test_util: handle dispatch.dispatch() taking a request2011-06-15, by Patrick Mezard
-
test_pull: commands.pull() no longer aborts when crossing branches2011-06-15, by Patrick Mezard
-
stupid: extract old patching code into patchrepo()2011-06-15, by Patrick Mezard
-
svncommands: fix weird missing newline after if statement2011-05-24, by Augie Fackler
-
maps: clean up whitespace2011-05-24, by Augie Fackler
-
test_pull: clean up whitespace2011-05-24, by Augie Fackler
-
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
-
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
-
clone: call the wrapped function (fixes #181)2010-09-29, by Dan Villiom Podlaski Christiansen
-
tests & help: fix compatibility with Mercurial 1.4 and earlier.2010-09-29, by Dan Villiom Podlaski Christiansen