2014-02-15 |
Sean Farley |
util: convert pickle to json
|
2014-02-15 |
Sean Farley |
util: serialize data with json instead of pickle
|
2014-02-15 |
Sean Farley |
util: try to load data using json
|
2014-02-17 |
Sean Farley |
util: add visitor pattern for scrubbing json
|
2014-02-17 |
Sean Farley |
tests: use util.load instead of bare pickle
|
2013-08-23 |
Sean Farley |
svncommands: use util.load instead of bare pickle
|
2013-08-24 |
Sean Farley |
svncommands: use util.dump instead of pickle.dump
|
2013-08-23 |
Sean Farley |
svnmeta: use util.load instead of bare pickle
|
2013-08-23 |
Sean Farley |
layouts: use util.load instead of bare pickle
|
2013-08-23 |
Sean Farley |
util: add a method to load data from a file
|
2013-08-23 |
Sean Farley |
util: rename pickle_atomic to dump
|
2014-02-12 |
Augie Fackler |
Merge with stable.
|
2014-02-04 |
Michael Augustin |
fix promptchoice call, since it changed in mercurial 2.7 (change c58b6ab4c26f)
stable
|
2013-08-23 |
Sean Farley |
util: remove pre-1.9 mercurial code from pickle_atomic
|
2013-08-23 |
Sean Farley |
util: remove pre-1.6 mercurial code from parseurl
|
2013-09-05 |
Sean Farley |
stupid: remove pre-1.9 code from filteriterhunks
|
2013-09-05 |
Sean Farley |
wrappers: remove pre-1.9 code from hgclonewrapper
|
2013-09-05 |
Sean Farley |
wrappers: remove pre-1.9 code from clone
|
2013-09-07 |
Sean Farley |
svnexternals: remove pre-1.9 pegrev code
|
2013-09-07 |
Sean Farley |
svnexternals: remove pre-1.7 code and reindent
|
2013-09-06 |
Sean Farley |
help: remove pre-1.7 text
|
2013-09-06 |
Sean Farley |
help: remove pre-1.6 text
|
2013-09-06 |
Sean Farley |
help: remove pre-1.5 text
|
2013-09-12 |
Sean Farley |
svnrepo: remove pre-1.6 code from remotesvn decorator
|
2013-09-07 |
Sean Farley |
init: remove pre-1.7 subrepo code
|
2013-09-07 |
Sean Farley |
init: remove pre-1.6 revset code
|
2013-09-06 |
Sean Farley |
init: remove pre-1.6 code from extsetup
|
2013-09-07 |
Sean Farley |
init: remove pre-1.5 templatekw code
|
2013-09-06 |
Sean Farley |
init: remove pre-1.3 code from extsetup
|
2014-02-11 |
Augie Fackler |
Merge with stable.
|
2014-02-06 |
Sean Farley |
layouts: fix crash when importing hgext_hgsubversion
stable
|
2014-02-11 |
Augie Fackler |
Merge default and stable so I can do stable releases again.
stable
|
2014-02-03 |
Augie Fackler |
Added tag 1.6 for changeset 7d47a0f73135
|
2014-02-03 |
Augie Fackler |
setup: also ignore stderr lines about obsolete when guessing version
1.6
|
2014-02-03 |
Augie Fackler |
compathacks: new module to collect hacks to work around hg internals changing
|
2014-01-17 |
Augie Fackler |
layouts: add importerror ladder so hgsubversion works as an installed module
|
2014-01-03 |
Greg Ward |
layouts: fix crash when importing hgsubversion itself (issue #402)
|
2013-11-22 |
Siddharth Agarwal |
svnexternals: import pathutil.canonpath if available
|
2013-11-17 |
David Schleimer |
pull: correctly handle replacing the root of a branch with a non-copied directory
|
2013-10-17 |
Augie Fackler |
test_fetch_mappings: trim some superfluous whitespace
|
2013-01-08 |
maugustin |
authormap: allow case-insensitive authormaps for easier conversions
|
2013-10-01 |
David Soria Parra |
verify: use mercurials worker API to speedup stupid verify
|
2013-09-24 |
David Schleimer |
buildmeta: remove debugging statement
|
2013-09-11 |
David Schleimer |
layouts: add support for an infix between tbt and the hg root
|
2013-06-12 |
David Schleimer |
layouts: add support for configuring branches directory
|
2013-08-26 |
David Schleimer |
layouts: add custom layout for those of us that need weird mappings
|
2013-09-04 |
David Schleimer |
layouts: teach layout detection from file about alternate layouts
|
2013-08-28 |
David Schleimer |
layouts: fix remotepath for default branch in standard layout
|
2013-08-06 |
David Schleimer |
layouts: correct flubbed __unimplement call in base layout
|
2013-09-04 |
David Schleimer |
stupid: only check branch mappings for discovered files once
|
2013-09-04 |
David Schleimer |
stupid: cleanup unnecessary, always-true if statement
|
2013-09-04 |
David Schleimer |
stupid: kill some dead and no longer needed code
|
2013-09-05 |
David Schleimer |
tests: unbreak running test_updatemeta individually
|
2013-08-11 |
Dan Villiom Podlaski Christiansen |
test_util: include Subversion revision when drawing a pretty graph
|
2013-08-11 |
Dan Villiom Podlaski Christiansen |
subvertpy wrapper: printable path adapter
|
2013-08-10 |
Dan Villiom Podlaski Christiansen |
push: allow obtaining the traceback for Subversion exceptions
|
2013-08-15 |
David Schleimer |
tests: cd to tempdir during setUp
|
2013-08-10 |
Augie Fackler |
test_util: fix missing message in SkipTest raise
|
2013-08-09 |
Dan Villiom Podlaski Christiansen |
svnmeta: factor out a property for obtaining the tag locations
|
2013-08-07 |
Dan Villiom Podlaski Christiansen |
tests: remove ability to toggle stupidity on less than class level
|