2018-03-29 Pulkit Goyal topic-ext: restrict the format of topic names
2018-04-06 Pulkit Goyal serverminitopic: wrap context.changectx.branch instead of context.changectx
2018-04-06 Boris Feld templatekw: remove obsfatedata templatekw
2018-03-29 Kyle Lippincott evolve: do not exit 1 when there are no troubled changesets (issue5823)
2018-04-06 Pierre-Yves David changelog: add an entry about the memory fixes
2018-04-06 Anton Shestakov safeguard: use self instead of repo in noautopublishrepo.checkpush()
2018-04-06 Anton Shestakov stablerangecache: use self instead of repo in stablerangerepo.stablerange()
2018-04-06 Anton Shestakov obscache: use self instead of repo in obscacherepo.updatecaches()
2018-04-04 Boris Feld templatekw: fix templatedata for 46
2018-03-31 Pierre-Yves David style: fix a couple of pyflakes complains
2018-03-29 Pulkit Goyal evolve: add a `--abort` flag for `hg evolve` command
2018-03-29 Pulkit Goyal evolve: don't allow updating or commiting when there is interrupted evolve
2018-03-28 Pulkit Goyal evolve: internationalize the entry of --list in hg evolve help
2018-03-28 Pulkit Goyal evolve: add evolvestate as an argument to _finalizerelocate()
2018-03-28 Pulkit Goyal evolve: add evolvestate as an argument to evolvecmd.relocate()
2018-03-28 Pulkit Goyal tests: add test about handling phase-divergent merges
2018-03-28 Pulkit Goyal evolve: show a message when evolution leads to no changes to commit
2018-03-28 Pulkit Goyal evolve: pass the instability category to relocate() and _finalizerelocate()
2018-03-28 Pulkit Goyal tests: add more tests for solving phase-divergence using `hg evolve`
2018-03-24 Pulkit Goyal evolve: handle interrupted phase-divergence resolution gracefully
2018-03-24 Pulkit Goyal evolve: move logic to resolve phase-divergence in a new function
2018-03-24 Pulkit Goyal evolve: store the precursor of phase-divergent in evolvestate
2018-03-24 Pulkit Goyal evolve: move logic to complete interrupted relocation to new fn
2018-03-24 Pulkit Goyal evolve: move logic to complete interrupted orphan resolution to new fn
2018-03-23 Pulkit Goyal evolve: write data to evolvestate in case on conflicts in phase-divergence
2018-03-23 Pulkit Goyal evolve: explicitly turn revs to list before storing into evolvestate
2018-03-23 Pulkit Goyal tests: add tests of content+parent change creating phase-divergence
2018-03-23 Pulkit Goyal tests: show first line of commit message in test-evolve-phase-divergence.t
2018-03-23 Pulkit Goyal evolve: make sure bookmarks are moved after phase-divergence resolution
2018-03-23 Pulkit Goyal evolve: use the new rebased changeset to resolve phase-divergence
2018-03-23 Pulkit Goyal evolvecmd: add a detailed comment and some newlines
2018-03-23 Pulkit Goyal tests: add one more test case about handling of phase-divergence by evolve
2018-03-23 Pulkit Goyal tests: add more tests for handling of phase divergence by `hg evolve`
2018-03-23 Pulkit Goyal tests: temporary delete the merge test of handling phase divergence
2018-03-30 Pulkit Goyal tests: various comment on test-evolve-phase-divergence
2018-03-30 Pulkit Goyal tests: make test-evolve-phase-divergence more descriptive
2018-03-30 Pierre-Yves David compat: use updateresult API if available
2018-03-30 Pierre-Yves David compat: provide an explicit default value to the 'odiff' config
2018-03-29 Pierre-Yves David compat: keep passing arguments as keyword argument
2018-03-29 Pierre-Yves David compat: search for stringmatcher in the new location
2018-03-29 Boris Feld rebase: update the rebase wrapping to works with hg 4.6
2018-03-23 Martin von Zweigbergk compat: call current obsolete.createmarkers(), not one from load time stable
2018-03-23 Pulkit Goyal tests: rename test-evolve-bumped to test-evolve-phase-divergence.t
2018-03-23 Pulkit Goyal evolve: replace bumped in function name to phasedivergence
2018-03-23 Pulkit Goyal evolve: drop duplicate import of rewriteutil._bookmarksupdater
2018-03-22 Pierre-Yves David obslog: more 4.1 code compatibility drop
2018-03-22 Pierre-Yves David template: drop some 4.1 compatibility code
2018-03-22 Pierre-Yves David checkheads: drop upstreamed code
2018-03-22 Pierre-Yves David obslog: cleanup patch handling after 4.1 compat drop
2018-03-22 Pierre-Yves David packaging: further mark 4.1 support as dropped
2018-03-22 Pierre-Yves David branching: merge with stable
2018-03-22 Pierre-Yves David tests: extend the globing to the user name stable
2018-03-22 Pierre-Yves David branching: close mercurial-4.1 test branch mercurial-4.1
2018-03-14 Pulkit Goyal evolve: kill `--obsolete` and `--old-obsolete` flags for graft
2018-03-21 Pierre-Yves David compat: drop support for Mercurial 4.1
2018-03-21 Pierre-Yves David packaging: mark versiond as devel versions
2018-03-21 Pierre-Yves David packaging: merge stable back into default
2018-03-21 Pierre-Yves David packaging: mark version as devel version stable
2018-03-21 Pierre-Yves David Added tag 7.3.0 for changeset e4ac2e2c2086 stable
2018-03-21 Pierre-Yves David test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1
2018-03-21 Pierre-Yves David test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2
2018-03-21 Pierre-Yves David test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3
2018-03-21 Pierre-Yves David test-compat: merge stable into mercurial-4.4 mercurial-4.4
2018-03-21 Pierre-Yves David branching: merge future 7.3.0 into stable stable 7.3.0
2018-03-21 Pierre-Yves David tests: update test output for the stable branch stable
2018-03-21 Pierre-Yves David debian: add version 7.3.0 to changelog
2018-03-21 Pierre-Yves David packaging: update version numbers
2018-03-21 Pierre-Yves David changelog: prepare release 7.3.0
2018-03-21 Pierre-Yves David tests: updated tested with version
2018-03-21 Pulkit Goyal __init__: show some internationalization love
2018-03-21 Pulkit Goyal evolvecmd: show some internationalization love
2018-03-21 Pulkit Goyal utility: make sure prompt text is internationalized
2018-03-21 Pierre-Yves David test: do not use revision number
2018-03-21 Pierre-Yves David compat: use mergetoolopts from commands.py
2018-03-21 Pierre-Yves David branching: merge stable into default
2018-03-20 Pulkit Goyal evolve: add a `--stop` flag for `hg evolve` command
2018-03-19 Martin von Zweigbergk obsexchange: make compatible with some unreleased 4.5 versions
2018-03-19 Martin von Zweigbergk compat: make override of createmarkers work on wrapped function
2018-03-19 Martin von Zweigbergk previous/next: add -m short form for --merge
2018-03-18 Pulkit Goyal evolve: handle stabilization of merge changeset with both parents obsoleted
2018-03-19 Pulkit Goyal state: add __setitem__() for cmdstate class
2018-03-19 Pulkit Goyal evolve: preserve the order of merge parents in `hg evolve --continue`
2018-03-12 Martin von Zweigbergk topics: include "operation" metadata in obsmarkers
2018-03-12 Martin von Zweigbergk grab: include "operation" metadata in obsmarkers
2018-03-12 Martin von Zweigbergk touch: include "operation" metadata in obsmarkers
2018-03-12 Martin von Zweigbergk split: include "operation" metadata in obsmarkers
2018-03-12 Martin von Zweigbergk prune: include "operation" metadata in obsmarkers
2018-03-12 Martin von Zweigbergk metaedit: include "operation" metadata in obsmarkers
2018-03-12 Martin von Zweigbergk fold: include "operation" metadata in obsmarkers
2018-03-12 Martin von Zweigbergk uncommit: include "operation" metadata in obsmarkers
2018-03-12 Martin von Zweigbergk evolve: include "operation" metadata in obsmarkers
2018-03-12 Martin von Zweigbergk amend: include "operation" metadata in obsmarkers
2018-03-16 Martin von Zweigbergk compat: add wrapper for obsolete.createmarkers() that accepts "operation" arg
2018-03-13 Martin von Zweigbergk tests: do not glob out fixed dates
2018-03-16 Pulkit Goyal evolve: de-duplicate some function calls
2018-03-16 Pulkit Goyal evolve: move deletion of evolvestate out of continueevolve() function
2018-03-16 Pulkit Goyal evolve: load evolvestate before passing to continueevolve()
2018-03-16 Pulkit Goyal evolve: move the handling for non-continue part in else conditional
2018-03-14 Pulkit Goyal evolve: move the logic of continuation handling of `hg evolve` in own fn
2018-03-16 Pulkit Goyal CHANGELOG: add an entry about next and prev being interactive
2018-03-16 Pulkit Goyal prev: show changeset hash in --dry-run instead of rev numbers
2018-03-16 Pulkit Goyal prev: prompt user to choose parent in case of multiple parents
2018-03-16 Pulkit Goyal next: cleanup logic around return by returning early
2018-03-16 Pulkit Goyal next: prompt user to choose child in ambiguity in `hg next --evolve`
2018-03-16 Pulkit Goyal next: move logic to evolve the children to it's own function
2018-03-16 Pulkit Goyal next: prompt user to choose a children in case of ambiguity
2018-03-16 Pulkit Goyal next: show changeset hash in `--dry-run` instead of rev numbers
2018-03-17 Pulkit Goyal evolve: make sure we consider all cases in if-else
2018-03-19 Pulkit Goyal tests: add more cases about stabilization of an orphaned merge commit
2018-03-19 Pierre-Yves David evolve: fix missing negation
2018-03-19 Pierre-Yves David evolve: clarify message for ambiguous destination from split
2018-03-14 Pulkit Goyal evolve: prompt user to select destination for stabilization in case of split
(0) -3000 -1000 -112 +112 +1000 tip