2017-08-31 |
Augie Fackler |
util: add method for forcing unicode objects back to utf8 bytes
|
2017-08-31 |
Augie Fackler |
svnwrap: work around getting a bytearray instead of a string in SimpleStringIO
|
2017-08-31 |
Augie Fackler |
svnwrap: clean up whitespace in common
|
2017-08-31 |
Augie Fackler |
tox: update hg version list
|
2017-10-25 |
Augie Fackler |
test_push_command: deal with gethostname() sometimes returning bad hostnames
|
2017-10-24 |
Mateusz Kwapich |
util: don't assume that converted rev is an svn rev
|
2017-08-28 |
Jun Wu |
revset: accept additional arguments
|
2017-08-21 |
Jun Wu |
svnrepo: update with the latest upstream change
|
2017-08-11 |
Jun Wu |
maps: handle sqlite lock error triggered by PRAGMA statements
|
2017-08-08 |
Jun Wu |
test: enable devel.all-warnings
|
2017-08-08 |
Jun Wu |
push: lock repo before calling createmarkers
|
2017-07-11 |
Durham Goode |
subrepo: add missing arg to dirty()
|
2017-07-11 |
Durham Goode |
subrepo: refactor dirty() to be cleaner
|
2017-06-28 |
Durham Goode |
obsolete: support obsolete.isenabled
|
2017-05-24 |
Durham Goode |
commands: fix command option registering
|
2017-06-07 |
Stanislau Hlebik |
replay: fix tests
|
2017-05-30 |
Augie Fackler |
tests: add dir_removal to the list of repos that are meaningless in standard
|
2017-05-23 |
Ivan Lezhankin |
svnwrap: don't add paths to revision outside of subdir
|
2017-05-29 |
Augie Fackler |
test_push_command: avoid letting interface name in IPv6 address
|
2017-05-29 |
Augie Fackler |
test_push_command: bias towards IPv4 to work around gremlins on macOS
|
2017-05-23 |
Durham Goode |
commands: fix registrar check
|
2017-05-22 |
Durham Goode |
commands: update to work with new registrar.commands()
|
2017-05-09 |
Durham Goode |
clone: add try/finally to unwrap
|
2017-05-09 |
Durham Goode |
join: remove uses of repo.join/wjoin
|
2017-04-21 |
Arun Kulshreshtha |
util: return baseset instead of plain list from revset
|
2017-04-10 |
Arun Kulshreshtha |
tests: fix ipv6 support in test_push_command.py
|
2017-02-12 |
Augie Fackler |
tox: give up on Mercurial older than 3.2
|
2017-02-12 |
Augie Fackler |
tox: add more hg versions for testing
|
2017-02-12 |
Augie Fackler |
Merge default heads.
|
2017-02-12 |
Augie Fackler |
Merge with stable.
|
2017-02-12 |
Augie Fackler |
Added signature for changeset 051a517b473b
stable
|
2017-02-12 |
Augie Fackler |
Added tag 1.8.7 for changeset 051a517b473b
stable
|
2017-02-12 |
Augie Fackler |
findcommonoutgoing: adapt to change to take a repo rather than changelog
stable 1.8.7
|
2017-02-12 |
Augie Fackler |
testui: set a username so recording obsolete markers doesn't break
stable
|
2016-10-10 |
Stanislau Hlebik |
fix tests
|
2016-07-26 |
Jun Wu |
test_revmap_migrate: restore revmap class in tearDown
|
2016-07-19 |
Jun Wu |
SqliteRevMap: wait indefinitely for database lock
|
2016-06-27 |
Augie Fackler |
Merge with stable.
|
2016-06-27 |
Augie Fackler |
test_helpers: avoid leaking a temporary directory
stable
|
2016-06-27 |
Augie Fackler |
editor: fix RevisionData to not leak temporary directories
stable
|
2016-06-26 |
Augie Fackler |
testing: add tox config to easily run tests against many hg versions
stable
|
2016-06-27 |
Augie Fackler |
test_fetch_renames: avoid hash randomization bug in test
stable
|
2016-06-27 |
Augie Fackler |
test_fetch_renames: change how this if statement works
stable
|
2016-06-27 |
Augie Fackler |
test_fetch_renames: refactoring to make debugging easier
stable
|
2016-06-26 |
Augie Fackler |
tests: add some sorted() calls on unsorted sets
stable
|
2016-06-26 |
Augie Fackler |
hgignore: also ignore tox environments directory
stable
|
2016-06-26 |
Augie Fackler |
hgignore: sort lines
stable
|
2016-06-26 |
Augie Fackler |
templatekeywords: add missing loadkeyword() call
stable
|
2016-06-23 |
Jun Wu |
maps: add a config option to tweak sqlite
|
2016-06-23 |
Jun Wu |
maps: do not open database when initializing sqlite revmap
|
2016-06-23 |
Jun Wu |
maps: do not ask sqlite for min(rev), max(rev) together
|
2016-06-23 |
Jun Wu |
maps: do not ask sqlite for row count
|
2016-05-27 |
Jun Wu |
tests: add the sqlite revmap test
|
2016-06-15 |
Jun Wu |
tests: new test about revmap two-way migrations
|
2016-06-15 |
Jun Wu |
maps: change branchedits to accept revnum directly
|
2016-06-15 |
Jun Wu |
svnmeta: add a config option to use sqlite revmap
|
2016-05-31 |
Jun Wu |
maps: increase sqlite cache size automatically
|
2016-06-15 |
Jun Wu |
maps: implement migration from SqliteRevMap to RevMap
|
2016-05-31 |
Jun Wu |
maps: disable iterating methods of RevMap
|
2016-06-15 |
Jun Wu |
maps: implement sqlite revmap
|