log

age author description
2011-07-06 Patrick Mezard svnexternals: fix subrepo peg revision handling (7ef125fa9b35)
2011-06-15 Patrick Mezard Fix hg.clone() calls changed by d976542986d2
2011-06-15 Patrick Mezard test_fetch_branches: stop comparing converted nodeids
2011-06-15 Patrick Mezard stupid: use new patching facility introduced by adbf5e7df96d
2011-06-15 Patrick Mezard test_util: handle dispatch.dispatch() taking a request
2011-06-15 Patrick Mezard test_pull: commands.pull() no longer aborts when crossing branches
2011-06-15 Patrick Mezard stupid: extract old patching code into patchrepo()
2011-05-24 Augie Fackler svncommands: fix weird missing newline after if statement
2011-05-24 Augie Fackler maps: clean up whitespace
2011-05-24 Augie Fackler test_pull: clean up whitespace
2011-05-16 Patrick Mezard Fix imports from module alias
2011-05-14 Peter Arrenbrecht util: make islocalrepo() a bit more tolerant with file:// urls
2011-05-14 Peter Arrenbrecht Fix breakage introduced by discovery refactoring
2011-05-14 Patrick Mezard wrappers: fix revpair after hg.b33f3e35efb0
2011-05-14 Peter Arrenbrecht svnexternals: fix canonpath import after hg.bfeaa88b875d
2011-05-14 Patrick Mezard wrapper: fix bail_if_changed() after hg.d68ddccf276b
2011-05-14 Patrick Mezard stupid: fix patch.iterhunks() wrapper after hg.28762bb767dc
2011-05-14 Peter Arrenbrecht Fix code indentation
2011-04-16 Patrick Mezard Fix setup.py calls to hg.bat on Windows
2011-04-18 Augie Fackler Backed out changeset 7bf283d4c7a9 in favor of a better win32 fix
2011-04-14 Yonggang Luo Fixup Installing in Win32
2011-03-31 Dan Villiom Podlaski Christiansen subvertpy wrapper: handle NotImplementedError from Subvertpy on missing replay
2011-03-24 Augie Fackler test_externals: flag another case as using hgsub, use assertMultiLineEqual
2011-03-12 Patrick Mezard util: use real function definitions for keywords, document them
2011-03-10 Patrick Mezard pushmod: fix binary files svn:mime-type (issue255)
2011-03-09 Patrick Mezard replay: copy copied directories externals
2011-03-09 Patrick Mezard editor: simplify add_directory() a bit more
2011-03-09 Patrick Mezard editor: rename add_directory() cp_f* variable into from*
2011-03-02 Patrick Mezard externals: ignore externals blank or comment lines
2011-03-01 Augie Fackler Added tag 1.2.1 for changeset 4bbc6bf947f5
2011-02-13 Patrick Mezard replay: fetch full revision at most once per run (issue252) 1.2.1
2011-02-13 Patrick Mezard replay: make --debug trace full fetches
2011-02-13 Patrick Mezard pushmod: do not delete the whole branch when deleting .hgsub
2011-02-02 Patrick Mezard svnexternals: handle new overwrite argument of subrepo.get()
2011-01-31 Patrick Mezard Check mercurial/third-parties push conditions before pushing
2011-01-20 Patrick Mezard svnexternals: missing EOL in ui.warn()
2011-01-23 Patrick Mezard svnexternals: update subrepo after mercurial changes
2011-01-17 Augie Fackler Merge backout of 60948939555d.
2011-01-17 Augie Fackler Backed out changeset 60948939555d
2011-01-07 Patrick Mezard svnexternals: add ignoreupdate param to svnsubrepo.dirty()
2010-12-14 Dan Villiom Podlaski Christiansen clone: pass on the repository instance rather than the string given
2010-12-12 Patrick Mezard svnexternals: add 'ignore' mode to avoid converting externals
2010-12-12 Patrick Mezard Document subrepository externals
2010-11-30 Dan Villiom Podlaski Christiansen svn verify: fix specifying URL on the command line
2010-11-30 Augie Fackler svnmeta: properly reference self.ui instead of ui
2010-11-30 Dan Villiom Podlaski Christiansen test_util: make manifest filter use shared list of files to ignore
2010-11-29 Dan Villiom Podlaski Christiansen incoming: pass unexpanded source to wrapped function (fixes #178)
2010-11-28 Dan Villiom Podlaski Christiansen make the default substition for an empty commit description the empty string
2010-11-28 Dan Villiom Podlaski Christiansen configurable substitution for empty commit message (fixes #195)
2010-11-28 Dan Villiom Podlaski Christiansen test_fetch_mappings: actually test stupid mode in test_author_map_no_author()
2010-11-29 Dan Villiom Podlaski Christiansen add a MANIFEST.in file (fixes #142)
2010-11-29 Dan Villiom Podlaski Christiansen tests: fix running the comprehensive tests using nose.
2010-11-29 Augie Fackler docs: document new config knob for externals support
2010-11-25 Patrick Mezard svnexternals: support pushing subrepo based externals
2010-11-25 Patrick Mezard svnexternals: support subrepos based externals checkout
2010-11-25 Patrick Mezard svnexternals: preliminary support for subrepos based externals
2010-11-25 Patrick Mezard svnexternals: generate externals with a revision placeholder
2010-11-19 Patrick Mezard Extract files not to be pushed in util
2010-11-19 Patrick Mezard svnexternals: keep diff() simple for the caller, return a list
2010-11-19 Patrick Mezard svnexternals: hide .hgsvnexternals parsing in parse()