2018-04-19 |
Pierre-Yves David |
minitopic: handle wireproto module change from b4d85bc122bd
|
changeset |
files
|
2018-04-19 |
Pierre-Yves David |
topic: handle wireproto module change from b4d85bc122bd
|
changeset |
files
|
2018-04-19 |
Martin von Zweigbergk |
obsexchange: remove unused import of wireprotoserver
|
changeset |
files
|
2018-04-18 |
Pierre-Yves David |
compat: rename resolvepartialhexnodeid to resolvehexnodeidprefix
|
changeset |
files
|
2018-04-17 |
Pierre-Yves David |
compat: access datestr in a way compatible with verison prior to 4.6
|
changeset |
files
|
2018-04-17 |
Pierre-Yves David |
compat: fallback to compatible partial lookup prior to 4.6
|
changeset |
files
|
2018-04-17 |
Pierre-Yves David |
import: adapt to fd1dd79cff20
|
changeset |
files
|
2018-04-17 |
Pierre-Yves David |
import: grab the expected node value on the fly
|
changeset |
files
|
2018-04-17 |
Pierre-Yves David |
import: use a less direct approach to store the expected node
|
changeset |
files
|
2018-04-17 |
Pierre-Yves David |
compat: adapt `amend --patch` to the new `patch.extract` API
|
changeset |
files
|
2018-04-17 |
Pierre-Yves David |
compat: deal with change in the wireproto module
|
changeset |
files
|
2018-04-16 |
Martin von Zweigbergk |
branching: merge with stable
|
changeset |
files
|
2018-04-16 |
Pierre-Yves David |
topic: allow '.' in topic names
|
changeset |
files
|
2018-04-16 |
Martin von Zweigbergk |
relocate: look up partial nodeids in unfiltered repo
|
changeset |
files
|
2018-04-16 |
Pierre-Yves David |
compat: avoid using partial node ID in lookup
|
changeset |
files
|
2018-04-15 |
Pierre-Yves David |
test: apply output change from protocaps
|
changeset |
files
|
2018-04-15 |
Pierre-Yves David |
test: update output to match upstream
|
changeset |
files
|
2018-04-13 |
Martin von Zweigbergk |
evolve: don't pass stringified int to repo.__getitem__
|
changeset |
files
|
2018-04-11 |
Pierre-Yves David |
patch: offer the user a chance to fix the patch if it fails to apply
|
changeset |
files
|
2018-03-18 |
Pulkit Goyal |
amend: add a new flag `--patch` to `hg amend`
|
changeset |
files
|
2018-04-12 |
Anton Shestakov |
stablerangecache: include units in ui.progress() calls
|
changeset |
files
|
2018-04-12 |
Anton Shestakov |
stablerange: include units in ui.progress() calls
|
changeset |
files
|
2018-04-06 |
Pulkit Goyal |
tests: add test demonstarting issue5833 is fixed
|
changeset |
files
|
2018-04-06 |
Pulkit Goyal |
utility: convert node from MultipleSuccessorsError to rev numbers (issue5832)
|
changeset |
files
|
2018-04-06 |
Pulkit Goyal |
tests: add a test demonstarting issue5832 traceback
|
changeset |
files
|
2018-04-06 |
Pulkit Goyal |
CHANGELOG: add an entry about `hg evolve --abort`
|
changeset |
files
|
2018-03-29 |
Pulkit Goyal |
evolve: restore bookmarks correctly after `hg evolve --abort`
|
changeset |
files
|
2018-03-29 |
Pulkit Goyal |
topic-ext: restrict the format of topic names
|
changeset |
files
|
2018-04-06 |
Pulkit Goyal |
serverminitopic: wrap context.changectx.branch instead of context.changectx
|
changeset |
files
|
2018-04-06 |
Boris Feld |
templatekw: remove obsfatedata templatekw
|
changeset |
files
|
2018-03-29 |
Kyle Lippincott |
evolve: do not exit 1 when there are no troubled changesets (issue5823)
|
changeset |
files
|
2018-04-06 |
Pierre-Yves David |
changelog: add an entry about the memory fixes
|
changeset |
files
|
2018-04-06 |
Anton Shestakov |
safeguard: use self instead of repo in noautopublishrepo.checkpush()
|
changeset |
files
|
2018-04-06 |
Anton Shestakov |
stablerangecache: use self instead of repo in stablerangerepo.stablerange()
|
changeset |
files
|
2018-04-06 |
Anton Shestakov |
obscache: use self instead of repo in obscacherepo.updatecaches()
|
changeset |
files
|
2018-04-04 |
Boris Feld |
templatekw: fix templatedata for 46
|
changeset |
files
|
2018-03-31 |
Pierre-Yves David |
style: fix a couple of pyflakes complains
|
changeset |
files
|
2018-03-29 |
Pulkit Goyal |
evolve: add a `--abort` flag for `hg evolve` command
|
changeset |
files
|
2018-03-29 |
Pulkit Goyal |
evolve: don't allow updating or commiting when there is interrupted evolve
|
changeset |
files
|
2018-03-28 |
Pulkit Goyal |
evolve: internationalize the entry of --list in hg evolve help
|
changeset |
files
|
2018-03-28 |
Pulkit Goyal |
evolve: add evolvestate as an argument to _finalizerelocate()
|
changeset |
files
|
2018-03-28 |
Pulkit Goyal |
evolve: add evolvestate as an argument to evolvecmd.relocate()
|
changeset |
files
|
2018-03-28 |
Pulkit Goyal |
tests: add test about handling phase-divergent merges
|
changeset |
files
|
2018-03-28 |
Pulkit Goyal |
evolve: show a message when evolution leads to no changes to commit
|
changeset |
files
|
2018-03-28 |
Pulkit Goyal |
evolve: pass the instability category to relocate() and _finalizerelocate()
|
changeset |
files
|
2018-03-28 |
Pulkit Goyal |
tests: add more tests for solving phase-divergence using `hg evolve`
|
changeset |
files
|
2018-03-24 |
Pulkit Goyal |
evolve: handle interrupted phase-divergence resolution gracefully
|
changeset |
files
|
2018-03-24 |
Pulkit Goyal |
evolve: move logic to resolve phase-divergence in a new function
|
changeset |
files
|
2018-03-24 |
Pulkit Goyal |
evolve: store the precursor of phase-divergent in evolvestate
|
changeset |
files
|
2018-03-24 |
Pulkit Goyal |
evolve: move logic to complete interrupted relocation to new fn
|
changeset |
files
|
2018-03-24 |
Pulkit Goyal |
evolve: move logic to complete interrupted orphan resolution to new fn
|
changeset |
files
|
2018-03-23 |
Pulkit Goyal |
evolve: write data to evolvestate in case on conflicts in phase-divergence
|
changeset |
files
|
2018-03-23 |
Pulkit Goyal |
evolve: explicitly turn revs to list before storing into evolvestate
|
changeset |
files
|
2018-03-23 |
Pulkit Goyal |
tests: add tests of content+parent change creating phase-divergence
|
changeset |
files
|
2018-03-23 |
Pulkit Goyal |
tests: show first line of commit message in test-evolve-phase-divergence.t
|
changeset |
files
|
2018-03-23 |
Pulkit Goyal |
evolve: make sure bookmarks are moved after phase-divergence resolution
|
changeset |
files
|