Sat, 20 Jul 2019 11:04:49 -0700 |
Martin von Zweigbergk |
py3: add a b'' prefix in tests/test-convert-identity.t
|
Fri, 19 Jul 2019 09:43:50 -0700 |
Martin von Zweigbergk |
lookup: don't use "00changelog.i@None" when lookup of prefix fails
|
Thu, 18 Jul 2019 14:23:21 -0400 |
Augie Fackler |
py3: fix test-setdiscovery.t on Python 3 by conditionalizing two lines
|
Fri, 19 Jul 2019 01:49:10 +0530 |
Taapas Agrawal |
commands: removed part of description from abort and continue
|
Sat, 20 Jul 2019 22:18:22 -0400 |
Matt Harbison |
tests: glob over some timing numbers in test-shelve.t
|
Thu, 18 Jul 2019 14:18:20 -0400 |
Augie Fackler |
py3: another passing test
|
Thu, 18 Jul 2019 14:19:41 -0400 |
Augie Fackler |
cleanup: remove redundant import
|
Thu, 18 Jul 2019 21:10:17 +0530 |
Navaneeth Suresh |
shelve: modify help text on --interactive
|
Thu, 18 Jul 2019 20:54:26 +0530 |
Navaneeth Suresh |
unshelve: mark unshelve interactive as experimental
|
Tue, 02 Jul 2019 12:59:58 -0400 |
Valentin Gatien-Baron |
commit: improve the files field of changelog for merges
|
Sat, 13 Jul 2019 23:45:32 -0400 |
Valentin Gatien-Baron |
convert: add a config option to help doing identity hg->hg conversion
|
Tue, 02 Jul 2019 12:55:51 -0400 |
Valentin Gatien-Baron |
tests: show the files fields of changelogs for many merges
|
Tue, 16 Jul 2019 19:18:16 +0100 |
Ian Moody |
phabricator: handle local:commits time being string or int
|
Tue, 16 Jul 2019 18:38:38 +0100 |
Ian Moody |
phabricator: demonstrate broken phabread on string local:commit times
|
Tue, 02 Jul 2019 18:02:12 +0530 |
Navaneeth Suresh |
unshelve: add interactive mode
|
Sun, 07 Jul 2019 10:54:41 -0400 |
Valentin Gatien-Baron |
blackbox: disable extremely verbose logging (issue6110)
|
Wed, 17 Jul 2019 22:24:17 +0530 |
Taapas Agrawal |
continue: added support for unshelve
|
Tue, 16 Jul 2019 01:59:28 +0530 |
Taapas Agrawal |
continue: added support for rebase
|
Mon, 15 Jul 2019 22:23:31 +0530 |
Taapas Agrawal |
continue: added logic for hg continue
|
Wed, 17 Jul 2019 18:15:51 +0200 |
Raphaël Gomès |
rust-utils: remove buggy assertion
|
Wed, 10 Jul 2019 17:41:07 +0200 |
Raphaël Gomès |
rust-utils: add docstrings and doctests for utils.rs
|
Tue, 02 Jul 2019 17:15:03 +0200 |
Raphaël Gomès |
rust: switch hg-core and hg-cpython to rust 2018 edition
|
Fri, 12 Jul 2019 11:08:31 +0200 |
Raphaël Gomès |
rust-utils: use new find_dirs iterator
|
Tue, 16 Jul 2019 00:00:17 -0400 |
Matt Harbison |
inno: correct the path display in a literal block of the readme
|
Mon, 15 Jul 2019 15:29:22 -0700 |
Martin von Zweigbergk |
copies: remove unnecessary override of p[12]copies() in workingctx
|
Fri, 12 Jul 2019 19:38:18 -0400 |
Matt Harbison |
tests: properly position conditional output on Windows in test-subrepo.t
|
Thu, 11 Jul 2019 03:08:28 +0530 |
Taapas Agrawal |
abort: removed labels argument from abortmerge()
|
Fri, 12 Jul 2019 23:34:24 -0700 |
Martin von Zweigbergk |
py3: source-transform only call-sites of iteritems(), not definitions
|
Sun, 14 Jul 2019 23:21:28 -0700 |
Martin von Zweigbergk |
py3: fix formatting of branchmap log messages with repo.filtername=None
|
Sun, 14 Jul 2019 01:31:42 -0400 |
Matt Harbison |
automation: correct the path separator in LIBPATH on Windows
|
Sun, 30 Jun 2019 01:07:14 +0530 |
Taapas Agrawal |
abort: added support for merge
|
Wed, 26 Jun 2019 22:15:07 +0530 |
Taapas Agrawal |
abort: added support for unshelve
|
Wed, 10 Jul 2019 23:11:55 +0530 |
Taapas Agrawal |
unshelve: changed Corruptedstate error msg from ui.warn to error.Abort
|
Thu, 20 Jun 2019 01:08:56 +0530 |
Taapas Agrawal |
mq: fix for merge detection methods
|
Tue, 09 Jul 2019 00:03:10 -0700 |
Martin von Zweigbergk |
py3: store _origdoc as str
|
Fri, 28 Jun 2019 12:59:21 -0700 |
Martin von Zweigbergk |
copies: follow copies across merge base without source file (issue6163)
|
Tue, 25 Jun 2019 14:25:03 -0700 |
Martin von Zweigbergk |
copies: filter invalid copies only at end of pathcopies() (issue6163)
|
Tue, 25 Jun 2019 13:46:55 -0700 |
Martin von Zweigbergk |
copies: inline _chainandfilter() to prepare for next patch
|
Tue, 25 Jun 2019 13:33:49 -0700 |
Martin von Zweigbergk |
copies: remove most early returns from pathcopies() and _forwardcopies()
|
Fri, 28 Jun 2019 09:01:45 -0700 |
Martin von Zweigbergk |
copies: move short-circuiting of dirstate copies out of _forwardcopies()
|
Fri, 21 Jun 2019 16:59:29 -0700 |
Martin von Zweigbergk |
tests: add more tests of copy tracing with removed and re-added files
|
Mon, 01 Jul 2019 14:24:51 -0700 |
Martin von Zweigbergk |
tests: split out tests for unrelated copy source/target into separate file
|
Mon, 24 Jun 2019 16:01:01 -0700 |
Kyle Lippincott |
subrepos: make last line of prompts <40 english chars (issue6158)
|
Mon, 24 Jun 2019 16:00:39 -0700 |
Kyle Lippincott |
largefiles: make last line of prompts <40 english chars (issue6158)
|
Sun, 30 Jun 2019 18:32:43 +0900 |
Yuya Nishihara |
rust-dirstate: add helper to iterate ancestor paths
|
Tue, 09 Jul 2019 20:51:48 -0400 |
Matt Harbison |
tests: update test-commit-interactive.t for no-execbit platforms
|
Fri, 28 Jun 2019 00:35:52 +0530 |
Taapas Agrawal |
abort: added support for histedit
|
Sun, 23 Jun 2019 23:11:35 +0530 |
Taapas Agrawal |
abort: added support for rebase
|
Sun, 23 Jun 2019 22:31:31 +0530 |
Taapas Agrawal |
abort: added support for graft
|
Sun, 23 Jun 2019 20:58:01 +0530 |
Taapas Agrawal |
abort: added logic for of hg abort
|
Tue, 09 Jul 2019 10:09:46 -0400 |
Augie Fackler |
merge with stable
|
Tue, 09 Jul 2019 12:58:29 +0300 |
Taapas Agrawal |
merge: disallow merge abort in case of an unfinished operation (issue6160)
|
Mon, 08 Jul 2019 15:01:18 -0700 |
Kyle Lippincott |
relnotes: document new range-select mechanism in crecord
|
Fri, 05 Jul 2019 00:17:26 +0530 |
Taapas Agrawal |
statecheck: updated docstrings related to afterresolvedstates
|
Mon, 08 Jul 2019 14:01:01 -0400 |
Augie Fackler |
extdata: avoid crashing inside subprocess when we get a revset parse error
|
Mon, 08 Jul 2019 13:57:44 -0400 |
Augie Fackler |
extdata: demonstrate bad behavior when a subprocess emits garbage
|
Sun, 07 Jul 2019 23:04:55 -0700 |
Martin von Zweigbergk |
py3: don't run source transformer on hgext3rd (extensions)
|
Mon, 08 Jul 2019 13:10:34 -0700 |
Kyle Lippincott |
crecord: provide 'X' as a range-select mechanism
|
Mon, 08 Jul 2019 13:06:46 -0700 |
Kyle Lippincott |
crecord: make KEY_ENTER usable in tests (by not updating UI)
|
Mon, 08 Jul 2019 12:38:37 -0700 |
Kyle Lippincott |
crecord: fix if -> elif when handling key presses
|