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