Mercurial
Mercurial
>
pub
>
hg
>
evolve
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-256
+256
+1000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
rewind: alias the command to undo
2018-10-12, by Pulkit Goyal
changelog: add a line about the usage of s# in evolve
2018-10-12, by Pierre-Yves David
caches: no longer warm the cache on strip in "auto" mode
stable
2018-10-11, by Pierre-Yves David
evolve: use stack alias s# in `hg evolve` msgs
2018-10-02, by Sushil khanchi
evolve: extract displayer to _solveone()
2018-10-01, by Sushil khanchi
utility: add a template alias that will be used in evolve msgs
2018-10-01, by Sushil khanchi
topic: add topicidx template keyword
2018-10-01, by Sushil khanchi
changelog: fix version number
2018-10-09, by Pierre-Yves David
tests: update the test-topic.t with changes in core mercurial
2018-10-02, by Pulkit Goyal
pullbundle: fix style warning
2018-09-26, by Pierre-Yves David
pullbundle: improves management of multiple branch while dealing with a head
2018-09-26, by Pierre-Yves David
pullbundle: deal with head in a predicable order
2018-09-26, by Pierre-Yves David
pullbundle: deal with another special case introduced by arbitrary ranges
2018-09-26, by Pierre-Yves David
pullbundle: compat with Mercurial 4.7
2018-09-26, by Pierre-Yves David
pullbundle: add some information on the cached change
2018-09-25, by Pierre-Yves David
pullbundle: add data about the cached bundle size and hit
2018-09-25, by Pierre-Yves David
pullbundle: add a command to generate cache hit statistic
2018-09-25, by Pierre-Yves David
pullbundle: point out the output flooding issue from core
2018-09-25, by Pierre-Yves David
pullbundle: issue local branches in the right order
2018-09-25, by Pierre-Yves David
pullbundle: delay cache file opening
2018-09-25, by Pierre-Yves David
pullbundle: improve slicing of the lower part of range
2018-09-25, by Pierre-Yves David
stablerange: fix slicing of arbitrary ranges
2018-09-25, by Pierre-Yves David
pullbundle: attempt to save stablerange cache after each computation
2018-09-24, by Pierre-Yves David
pullbundle: add basic extension metadata
2018-09-24, by Pierre-Yves David
pullbundle: add a config option for the cache directory
2018-09-24, by Pierre-Yves David
pullbundle: add an output about the time spent slicing the set
2018-09-23, by Pierre-Yves David
pullbundle: add extension documentation
2018-09-23, by Pierre-Yves David
pullbundle: add an extra test showing how cache are reusable
2018-09-23, by Pierre-Yves David
pullbundle: add caching logic
2018-09-23, by Pierre-Yves David
pullbundle: slice pull into multiple ranges
2018-09-23, by Pierre-Yves David
pullbundle: initial commit
2018-09-23, by Pierre-Yves David
test: update output to make streamv2 capabilities
2018-09-21, by Pierre-Yves David
branching: merge with stable
2018-09-21, by Pierre-Yves David
topic: respect preexisting 'topic' value on workingcommitctx
stable
2018-09-22, by Pierre-Yves David
topic: add a compatibility to access transaction's names
stable
2018-09-21, by Pierre-Yves David
topic: add a compatibility to access transaction's validator
stable
2018-09-21, by Pierre-Yves David
evovle: remove redundancy in evolve output
2018-09-21, by Sushil khanchi
amend: handle crash before transaction initialization with --patch
stable
2018-09-21, by Pierre-Yves David
branching: merge with stable
2018-09-18, by Pierre-Yves David
obsdiscovery: adopt to calling convention change
stable
2018-09-17, by Gregory Szorc
branching: merge stable into default
2018-09-14, by Pierre-Yves David
packaging: mark as development version
stable
2018-09-14, by Pierre-Yves David
Added tag 8.2.1 for changeset c6362c4abd69
stable
2018-09-14, by Pierre-Yves David
packagin: prepare release 8.2.1
stable
8.2.1
2018-09-14, by Pierre-Yves David
test-compat: merge mercurial-4.4 into mercurial-4.3
mercurial-4.3
2018-09-14, by Pierre-Yves David
test-compat: merge mercurial-4.5 into mercurial-4.4
mercurial-4.4
2018-09-14, by Pierre-Yves David
test-compat: merge mercurial-4.6 into mercurial-4.5
mercurial-4.5
2018-09-14, by Pierre-Yves David
test-compat: merge stable into mercurial-4.6
mercurial-4.6
2018-09-14, by Pierre-Yves David
branching: merge stable into default
2018-09-14, by Pierre-Yves David
caches: issue both debug and blackbox log message
stable
2018-09-14, by Pierre-Yves David
cmdrewrite: rename variable and move it closer to where it is used
2018-09-13, by Anton Shestakov
changelog: mention the cache improvements
stable
2018-09-13, by Pierre-Yves David
obshashrangecache: be more paranoid in the errors we catch
stable
2018-09-13, by Pierre-Yves David
stablerangecache: be more paranoid in the errors we catch
stable
2018-09-13, by Pierre-Yves David
stablesortcache: update the variable tracking on-disk state after write
stable
2018-09-13, by Pierre-Yves David
stablesortcache: ignore permission and OS errors when writing
stable
2018-09-13, by Pierre-Yves David
firstmergecache: update the variable tracking on-disk state after write
stable
2018-09-13, by Pierre-Yves David
firstmergecache: ignore permission and OS errors when writing
stable
2018-09-13, by Pierre-Yves David
depthcache: update the variable tracking on disk state after write
stable
2018-09-13, by Pierre-Yves David
depthcache: ignore permission and OS errors when writing
stable
2018-09-13, by Pierre-Yves David
obscache: update the variable tracking on disk state after write
stable
2018-09-13, by Pierre-Yves David
obscache: ignore permission and OS errors when writing
stable
2018-09-13, by Pierre-Yves David
obshashrange: force reset if many changes
stable
2018-09-13, by Pierre-Yves David
topic: refactor revset.py slightly
2018-09-04, by Anton Shestakov
test: update output to match new `hg verify` reports
2018-09-12, by Pierre-Yves David
test: update output to match new "pull" phase report
2018-09-12, by Pierre-Yves David
test: adapt to change in revert messages order
2018-09-12, by Pierre-Yves David
rewind: fix help text (mostly grammar, but also s/precursor/predecessor)
stable
2018-09-07, by Martin von Zweigbergk
evolve: fix use of "'%d' % ctx"
stable
2018-09-06, by Martin von Zweigbergk
stablerange: only issue the message once
stable
2018-09-06, by Gerald Squelart
changelog: fix version number
stable
2018-09-07, by Pierre-Yves David
branching: merge back with stable
2018-09-03, by Pierre-Yves David
packaing: mark as development version
stable
2018-09-03, by Pierre-Yves David
Added tag 8.2.0 for changeset 8d8f08245f97
stable
2018-09-03, by Pierre-Yves David
branching: merge back with stable
2018-09-03, by Pierre-Yves David
packaging: prepare new release
stable
8.2.0
2018-09-03, by Pierre-Yves David
test-compat: merge mercurial-4.4 into mercurial-4.3
mercurial-4.3
2018-09-03, by Pierre-Yves David
test-compat: merge mercurial-4.5 into mercurial-4.4
mercurial-4.4
2018-09-03, by Pierre-Yves David
test-compat: merge mercurial-4.6 into mercurial-4.5
mercurial-4.5
2018-09-03, by Pierre-Yves David
test-compat: merge stable into mercurial-4.6
mercurial-4.6
2018-09-03, by Pierre-Yves David
topic: rework topic templatekw declaration to be 4.5 compatible again
stable
2018-09-03, by Pierre-Yves David
test-compat: merge mercurial-4.4 into mercurial-4.3
mercurial-4.3
2018-09-03, by Pierre-Yves David
test-compat: merge mercurial-4.5 into mercurial-4.4
mercurial-4.4
2018-09-03, by Pierre-Yves David
test-compat: merge mercurial-4.6 into mercurial-4.5
mercurial-4.5
2018-09-03, by Pierre-Yves David
test-compat: merge stable into mercurial-4.6
mercurial-4.6
2018-09-03, by Pierre-Yves David
branching: merge the two stable heads
stable
2018-09-03, by Pierre-Yves David
test-output: backout test output update in 8fcee1e65e29
stable
2018-09-03, by Pierre-Yves David
test-output: backout test output update in 503ae2689df8
stable
2018-09-03, by Pierre-Yves David
topic: update the changelog with the 's#' alias change
2018-09-03, by Pierre-Yves David
topic: update other occurrence of 't0' is 's0' in the code
2018-09-03, by Pierre-Yves David
topic: mention t0 in topic documentation
stable
2018-09-03, by Pierre-Yves David
stack: display 's#' instead of 't#' and 'b#'
2018-09-03, by Pierre-Yves David
stack: clarify s# error message in case of branch
2018-09-03, by Pierre-Yves David
alias: allow reference through 's#'
2018-09-03, by Pierre-Yves David
topic-revset: get the list of revset through the official localrepo API
2018-09-01, by Pierre-Yves David
topic-revset: strictly read string
2018-09-01, by Pierre-Yves David
test: search for empty topic as a string
2018-09-01, by Pierre-Yves David
topic: handle ambiguous arguments to topic() revset
2018-08-30, by Anton Shestakov
topic: handle revsets passed to topic() revset
2018-08-30, by Anton Shestakov
topic: handle string argument to topic() revset earlier
2018-08-30, by Anton Shestakov
topic: prepare to handle non-string arguments to topic() revset
2018-08-30, by Anton Shestakov
topic: return result early if there are no arguments to topic() revset
2018-08-30, by Anton Shestakov
obshashrange: enable by default
2018-08-31, by Pierre-Yves David
obshashrange: issue a warning if the cache takes a long time to load
2018-08-30, by Pierre-Yves David
pick: fix last references of grab in code
2018-08-31, by Boris Feld
pick: replace `hg grab` invocation in test with `hg pick`
2018-08-31, by Pierre-Yves David
pick: replace "grabstate" with "pickstate"
2018-08-31, by Pierre-Yves David
pick: use "pick" as operation name in obsolescence markers
2018-08-31, by Pierre-Yves David
pick: use "pick" instead of "grab" for various internal API
2018-08-31, by Pierre-Yves David
pick: update command output to mention pick instead of grab
2018-08-31, by Pierre-Yves David
pick: rename the grab command to pick
2018-08-31, by Pierre-Yves David
grab: prefix function with 'cmd' as for the other command in the extension
2018-08-31, by Pierre-Yves David
readme: document the purpose of the evolve extension
2018-08-30, by Pierre-Yves David
prune: replace --biject with --pair
2018-08-30, by Pierre-Yves David
topic: check that repo.currenttopic is set before using it as an argument
2018-08-28, by Anton Shestakov
test: update output after merge message change
2018-08-29, by Pierre-Yves David
readme: document the tag we use on output change
2018-08-29, by Pierre-Yves David
branching: merge with stable
2018-08-29, by Pierre-Yves David
packaging: fix debian version numbers
stable
2018-08-29, by Pierre-Yves David
packaging: fix debian version numbers
2018-08-29, by Pierre-Yves David
branching: merge stable into default
2018-08-28, by Pierre-Yves David
packaging: mark in progress work as development version
stable
2018-08-28, by Pierre-Yves David
Added tag 8.1.2 for changeset f1cde4c97806
stable
2018-08-28, by Pierre-Yves David
packagin: prepare version 8.1.2
stable
8.1.2
2018-08-28, by Pierre-Yves David
obshashrange: force obshashrange invalidation by bumping schema
stable
2018-08-28, by Pierre-Yves David
test-compat: merge mercurial-4.4 into mercurial-4.3
mercurial-4.3
2018-08-28, by Pierre-Yves David
test-compat: merge mercurial-4.5 into mercurial-4.4
mercurial-4.4
2018-08-28, by Pierre-Yves David
test-compat: merge mercurial-4.6 into mercurial-4.5
mercurial-4.5
2018-08-28, by Pierre-Yves David
test-compat: merge stable into mercurial-4.6
mercurial-4.6
2018-08-28, by Pierre-Yves David
branching: merge with stable
2018-08-28, by Pierre-Yves David
changelog: mention the database robutness fix in the changelog
stable
2018-08-28, by Pierre-Yves David
sqlcache: also catch malformed database error
stable
2018-08-27, by Pierre-Yves David
stablerange: rework saving logic to be clearer and safer
stable
2018-08-27, by Pierre-Yves David
obshashrange: rework saving branching to be clearer and safer
stable
2018-08-27, by Pierre-Yves David
sqlcache: protect read query too
stable
2018-08-27, by Pierre-Yves David
sqlite: fast path when nothing to save
stable
2018-08-27, by Pierre-Yves David
sqlcache: initialize meta table last
stable
2018-08-27, by Pierre-Yves David
obshashrange: always check in base cachekey against the recorded one
stable
2018-08-27, by Pierre-Yves David
stablerangecache: fix output in the drifted case
stable
2018-08-27, by Pierre-Yves David
sqlcache: also ignore integrity error
stable
2018-08-27, by Pierre-Yves David
sqlcache: cache OperationError when saving
stable
2018-08-27, by Pierre-Yves David
sqlcache: passe better connection option
stable
2018-08-27, by Pierre-Yves David
contrib: introduce a small script to stress tests obsolescence exchange
stable
2018-08-26, by Pierre-Yves David
changelog: mention the database robutness fix in the changelog
2018-08-28, by Pierre-Yves David
sqlcache: also catch malformed database error
2018-08-27, by Pierre-Yves David
stablerange: rework saving logic to be clearer and safer
2018-08-27, by Pierre-Yves David
obshashrange: rework saving branching to be clearer and safer
2018-08-27, by Pierre-Yves David
sqlcache: protect read query too
2018-08-27, by Pierre-Yves David
sqlite: fast path when nothing to save
2018-08-27, by Pierre-Yves David
sqlcache: initialize meta table last
2018-08-27, by Pierre-Yves David
obshashrange: always check in base cachekey against the recorded one
2018-08-27, by Pierre-Yves David
stablerangecache: fix output in the drifted case
2018-08-27, by Pierre-Yves David
sqlcache: also ignore integrity error
2018-08-27, by Pierre-Yves David
sqlcache: cache OperationError when saving
2018-08-27, by Pierre-Yves David
sqlcache: passe better connection option
2018-08-27, by Pierre-Yves David
contrib: introduce a small script to stress tests obsolescence exchange
2018-08-26, by Pierre-Yves David
test-compat: merge mercurial-4.4 into mercurial-4.3
mercurial-4.3
2018-08-21, by Pierre-Yves David
test: adjust glob in previous changeset
mercurial-4.4
2018-08-21, by Pierre-Yves David
branching: merge with stable
2018-08-21, by Pierre-Yves David
packaging: mark as development version
stable
2018-08-21, by Pierre-Yves David
Added tag 8.1.1 for changeset e7abf863e113
stable
2018-08-21, by Pierre-Yves David
packaging: prepare release 8.1.1
stable
8.1.1
2018-08-21, by Pierre-Yves David
branching: merge with stable
2018-08-21, by Pierre-Yves David
test-compat: merge mercurial-4.5 into mercurial-4.4
mercurial-4.4
2018-08-21, by Pierre-Yves David
test-compat: merge mercurial-4.6 into mercurial-4.5
mercurial-4.5
2018-08-21, by Pierre-Yves David
test-compat: merge stable into mercurial-4.6
mercurial-4.6
2018-08-21, by Pierre-Yves David
changelog: add a line about improved prune documentation
stable
2018-08-21, by Pierre-Yves David
changelog: reorder content
stable
2018-08-21, by Pierre-Yves David
prune: more human-friendly documentation
stable
2018-08-21, by Dan Villiom Podlaski Christiansen
prune: improve help first line
stable
2018-08-21, by Dan Villiom Podlaski Christiansen
prune: try to clarify the "multi" revisions case
stable
2018-08-21, by Pierre-Yves David
prune: move help about biject after the one about split and fold
stable
2018-08-21, by Pierre-Yves David
prune: no longer consider dropping --biject
stable
2018-08-21, by Pierre-Yves David
prune: more human-friendly documentation for --biject
stable
2018-08-21, by Dan Villiom Podlaski Christiansen
prune: use ``-s/--succ`` in documentation
stable
2018-08-21, by Dan Villiom Podlaski Christiansen
branching: merge with stable
2018-08-21, by Pierre-Yves David
compat: import the module dagutil module in evolve
2018-08-21, by Pierre-Yves David
evolve: delete evolvestate after aborting interrupted `next --evolve`
stable
2018-08-20, by Pulkit Goyal
tests: check that we delete evolvestate correctly after abort/stop
stable
2018-08-20, by Pulkit Goyal
changelog: update with issue5927 fix
stable
2018-08-20, by Pierre-Yves David
evolve: set the second parent if we get conflicts while evolving
stable
2018-08-18, by Pulkit Goyal
evolvecmd: import mercurial.node module as nodemod
stable
2018-08-18, by Pulkit Goyal
tests: demonstrate the interrupted evolve does not set p2
stable
2018-08-18, by Pulkit Goyal
cleanup: remove unused import
2018-08-18, by Pierre-Yves David
cleanup: remove old comment that lost all meaning
2018-08-18, by Pierre-Yves David
template: remove compatibility layer for `showobsolete`
2018-08-18, by Pierre-Yves David
exthelper: drop compatibility layer for `command`
2018-08-18, by Pierre-Yves David
topic: drop compat layer for `command`
2018-08-18, by Pierre-Yves David
legacy: drop compat layer for "command"
2018-08-18, by Pierre-Yves David
drophack: drop compat layer for "command"
2018-08-18, by Pierre-Yves David
compat: drop compatibility layer for updatecaches
2018-08-18, by Pierre-Yves David
branching: merge with stable
2018-08-18, by Pierre-Yves David
obshashrange: force saving of stablesort and firstmerge cache
stable
2018-08-17, by Pierre-Yves David
test: add a test about cache warming
stable
2018-08-17, by Pierre-Yves David
stablerange: save stablesort cache alongside the stablerange one
stable
2018-08-17, by Pierre-Yves David
obshashrange: always save stable range cache alongside the obshashrange one
stable
2018-08-17, by Pierre-Yves David
obshashrange: clear in-memory cache alongside the sqlite one
stable
2018-08-17, by Pierre-Yves David
branching: merge with fixes on stable
2018-08-17, by Pierre-Yves David
changelog: summarize the recent improvement
stable
2018-08-17, by Pierre-Yves David
obshashrange: re-enabled more selective pruning of affected range
stable
2018-08-17, by Pierre-Yves David
obshashrange: fix computation of affected ranges
stable
2018-08-17, by Pierre-Yves David
obshashrange: add more validation output to tests
stable
2018-08-16, by Pierre-Yves David
obshashrange: correctly detect changeset directly affected by prune
stable
2018-08-16, by Pierre-Yves David
obshashrange: do not search for affected ranges above the highest we have
stable
2018-08-16, by Pierre-Yves David
obshashrange: do not search for affected stable range cache is unavailable
stable
2018-08-16, by Pierre-Yves David
stablerange: build closure a bit less inefficiently
stable
2018-08-16, by Pierre-Yves David
discovery: make sure repository wrapping happens in the right order
stable
2018-08-16, by Pierre-Yves David
branching: merge with stable
2018-08-16, by Pierre-Yves David
changelog: add an entry about the next --evolve fix
stable
2018-08-16, by Pierre-Yves David
changelog: update 8.1.0 release date
stable
2018-08-16, by Pierre-Yves David
next: fix topic constraint in the --evolve case
stable
2018-08-16, by Pierre-Yves David
next: use set for membership testing
stable
2018-08-16, by Pierre-Yves David
test: adapt to core output change on unknown command
2018-08-14, by Pierre-Yves David
compat: use new style template keyword declaration
2018-08-14, by Pierre-Yves David
test: fix previous changeset output
2018-08-14, by Pierre-Yves David
obshashrange: add a test for `hg debugupdatecache`
2018-08-14, by Pierre-Yves David
branching: merge with stable
2018-08-14, by Pierre-Yves David
templatekw: do not override in-core {obsolete} keyword
stable
2018-08-08, by Yuya Nishihara
packaging: mark version as development version
stable
2018-08-13, by Pierre-Yves David
Added tag 8.1.0 for changeset 2c5d79c6459c
stable
2018-08-03, by Pierre-Yves David
packaging: prepare version
stable
8.1.0
2018-08-03, by Pierre-Yves David
branching: merge stable into default
2018-08-03, by Pierre-Yves David
test-compat: merge mercurial-4.4 into mercurial-4.3
mercurial-4.3
2018-08-03, by Pierre-Yves David
test-compat: merge mercurial-4.5 into mercurial-4.4
mercurial-4.4
2018-08-03, by Pierre-Yves David
test-compat: merge mercurial-4.6 into mercurial-4.5
mercurial-4.5
2018-08-03, by Pierre-Yves David
test-compat: merge stable into mercurial-4.6
mercurial-4.6
2018-08-03, by Pierre-Yves David
compat: fix obslog compatiblity with 4.3
stable
2018-08-03, by Boris Feld
compat: add a fixed version of mergecopies for hg<=4.3
stable
2018-08-02, by Pulkit Goyal
test-compat: merge mercurial-4.5 into mercurial-4.4
mercurial-4.4
2018-08-02, by Pierre-Yves David
test-compat: merge mercurial-4.6 into mercurial-4.5
mercurial-4.5
2018-08-02, by Pierre-Yves David
test-compat: merge stable into mercurial-4.6
mercurial-4.6
2018-08-02, by Pierre-Yves David
compat: make compatible call to ui.edit for hg <= 4.3
stable
2018-08-02, by Pierre-Yves David
compat: ignore extra status feature for hg <= 4.3
stable
2018-08-02, by Pierre-Yves David
format: fix indentation level
stable
2018-08-02, by Pierre-Yves David
test-compat: merge mercurial-4.6 into mercurial-4.5
mercurial-4.5
2018-08-02, by Pierre-Yves David
test-compat: merge stable into mercurial-4.6
mercurial-4.6
2018-08-02, by Pierre-Yves David
compat: disable empty topic warning on `hg phases` for hg <=4.5
stable
2018-08-02, by Pierre-Yves David
compat: restore compatibility with Mercurial <= 4.5
stable
2018-08-02, by Pierre-Yves David
test-compat: merge stable into mercurial-4.6
mercurial-4.6
2018-08-02, by Pierre-Yves David
test-compat: merge stable into mercurial-4.6
mercurial-4.6
2018-07-31, by Pierre-Yves David
branching: merge stable back into default
2018-08-01, by Pierre-Yves David
compat: improve detection of Mercurial 4.6
stable
2018-07-31, by Andrew Fischer
cleanup: use NotImplementedError instead of NotImplemented
stable
2018-07-31, by Pierre-Yves David
CHANGELOG: add some entries and remove duplicated entries
stable
2018-07-24, by Pulkit Goyal
branching: merge default into stable
stable
2018-07-31, by Pierre-Yves David
branching: merge with the other head
mercurial-4.6
2018-07-31, by Pierre-Yves David
test-compat: backed out changeset 8fe8152ff071
mercurial-4.6
2018-07-31, by Pierre-Yves David
test-compat: backed out changeset 41fc764bf28c
mercurial-4.6
2018-07-31, by Pierre-Yves David
test-compat: backed out changeset dda5b2134b32
mercurial-4.6
2018-07-31, by Pierre-Yves David
test-compat: backout change to 1e103c7f7663
mercurial-4.6
2018-07-31, by Pierre-Yves David
compat: use older API for older version
2018-07-31, by Pierre-Yves David
branching: create mercurial-4.6 branch for updated test output
mercurial-4.6
2018-07-31, by Pierre-Yves David
builddependencies: extract function for getting successors
2018-07-25, by Martin von Zweigbergk
builddependencies: share code between single- and multi-successor cases
2018-07-25, by Martin von Zweigbergk
builddependencies: build inverse dict from forward dict
2018-07-25, by Martin von Zweigbergk
builddependencies: remove a use of defaultdict
2018-07-25, by Martin von Zweigbergk
less
more
|
(0)
-3000
-1000
-256
+256
+1000
tip