Mercurial
Mercurial
>
pub
>
hg
>
evolve
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-120
+120
+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.
test-compat: merge with mercurial-4.2
mercurial-4.1
2017-07-25, by Pierre-Yves David
test-compat: merge with stable
mercurial-4.2
2017-07-25, by Pierre-Yves David
packaging: prepare version 6.6.0
stable
6.6.0
2017-07-25, by Pierre-Yves David
readme: mention the documentation update
stable
2017-07-25, by Pierre-Yves David
topic: make command names valid as expected, even if ui.strict=true
stable
2017-07-23, by FUJIWARA Katsunori
readme: mention the work on API deprecated in 4.3
stable
2017-07-25, by Pierre-Yves David
next: use the utility to retrieve the current topic
stable
2017-07-25, by Pierre-Yves David
test-compat: merge with mercurial-3.9
mercurial-3.8
2017-07-25, by Pierre-Yves David
test-compat: merge with mercurial-4.0
mercurial-3.9
2017-07-25, by Pierre-Yves David
test-compat: merge with mercurial-4.1
mercurial-4.0
2017-07-25, by Pierre-Yves David
test-compat: merge with mercurial-4.2
mercurial-4.1
2017-07-25, by Pierre-Yves David
test-compat: merge mercurial-4.2 with the new stable branch content
mercurial-4.2
2017-07-25, by Pierre-Yves David
branching: default into stable
stable
2017-07-25, by Pierre-Yves David
compat: handle pre-4.2 compatibility for accessing vfs
2017-07-25, by Pierre-Yves David
compat: avoid using configoveride
2017-07-25, by Pierre-Yves David
compat: use old style method to update bookmark
2017-07-25, by Pierre-Yves David
topic: wrap 'update' in a more flexible way
2017-07-25, by Pierre-Yves David
branching: open the mercurial 4.2 compatibility branch
mercurial-4.2
2017-07-21, by Pierre-Yves David
readme: add an entry about the unified message
2017-07-24, by Pierre-Yves David
touch: use precheck to validate revision
2017-07-23, by Pierre-Yves David
prune: use precheck to validate revision
2017-07-23, by Pierre-Yves David
uncommit: use precheck to validate revision
2017-07-24, by Pierre-Yves David
amend: use precheck to validate revision
2017-07-23, by Pierre-Yves David
split: use precheck to validate revision
2017-07-23, by Pierre-Yves David
precheck: handle rewrite attempt of nullrev
2017-07-24, by Pierre-Yves David
precheck: update the orphan message to something me generic
2017-07-23, by Pierre-Yves David
precheck: point to the instability doc when aborting
2017-07-23, by Pierre-Yves David
evolve: document the various instability/troubles
2017-07-23, by Pierre-Yves David
precheck: also check for unstability creation
2017-07-23, by Pierre-Yves David
prefetc: point at the offending changeset when aborting
2017-07-24, by Pierre-Yves David
precheck: point to 'phase' help when aborting
2017-07-24, by Pierre-Yves David
precheck: use 'changesets' in the message instead of 'revisions'
2017-07-24, by Pierre-Yves David
rewriteutil: add a precheck function to validate rewrite beforehand
2017-07-23, by Pierre-Yves David
test: remove reference to the graphlog extension
2017-07-24, by Pierre-Yves David
test: use common setup for test-split.t
2017-07-24, by Pierre-Yves David
split: compute revision to split after locking
2017-07-24, by Pierre-Yves David
split: basic code cleanup
2017-07-23, by Pierre-Yves David
commands: rewrite the 'evocommands' module to 'cmdrewrite'
2017-07-23, by Pierre-Yves David
split: add support for the -D and -U option
2017-07-23, by Pierre-Yves David
split: fix the --user option
2017-07-23, by Pierre-Yves David
metaedit: add support for the -D and -U options
2017-07-23, by Pierre-Yves David
fold: add support for the -D and -U options
2017-07-23, by Pierre-Yves David
test: extract most fold testing into a test-fold module
2017-07-23, by Pierre-Yves David
commands: move 'prune' to the 'evocommands' module
2017-07-23, by Pierre-Yves David
rewriteutil: move 'deletebookmark' to the module
2017-07-23, by Pierre-Yves David
rewriteutil: move 'reachablefrombookmark' to the module
2017-07-23, by Pierre-Yves David
commands: move the touch to the 'evocommands' module
2017-07-23, by Pierre-Yves David
commands: move split to the 'evocommands' module
2017-07-23, by Pierre-Yves David
commands: move fold to the 'evocommands' module
2017-07-23, by Pierre-Yves David
commands: move metaedit to the 'evocommands' module
2017-07-23, by Pierre-Yves David
rewriteutil: move the 'rewrite' function
2017-07-23, by Pierre-Yves David
rewriteutil: move 'foldcheck' to the new module
2017-07-23, by Pierre-Yves David
rewriteutil: move disallowednewunstable in the new module
2017-07-23, by Pierre-Yves David
rewriteutil: create a rewriteutil module to host utility function
2017-07-22, by Pierre-Yves David
interactive: fix the interractive option import
2017-07-23, by Pierre-Yves David
test: update test output to match b11e8c67fb0f
2017-07-21, by Pierre-Yves David
test: update test output from b47fef6d2365
2017-07-21, by Pierre-Yves David
compat: add a compatibility layer for bookmark move
2017-07-21, by Pierre-Yves David
compat: use 'safehasattr' over 'hasattr'
2017-07-21, by Pierre-Yves David
stack: show short node of changesets in `hg stack -v`
2017-07-14, by Pulkit Goyal
compat: use 'repo.cachevfs' when available
2017-07-21, by Pierre-Yves David
debugobsconvert: take the lock when writing the obsstore file
2017-07-16, by Pierre-Yves David
topics: add a test demonstarting sorting of topics by time using --age
2017-07-14, by Pulkit Goyal
branching: merge with stable
2017-07-14, by Pierre-Yves David
prev: allow to update to 't0' from 't1'
2017-07-14, by Pierre-Yves David
topic: add a 'topicidx()' to context
2017-07-14, by Pierre-Yves David
prev: retrieve the 'no-topic' result is a clear and reusable option
2017-07-14, by Pierre-Yves David
prev: add '_getcurrenttopic' helper and use it
2017-07-14, by Pierre-Yves David
prev: explicitly use 'p1' as a variable name
2017-07-14, by Pierre-Yves David
topic: rename the internal topic option
2017-07-14, by Pierre-Yves David
prev: extract the code computing the destination
2017-07-14, by Pierre-Yves David
prev: issue a proper error when reaching repository root
2017-07-14, by Pierre-Yves David
prev: stop creating a repository at the root of 'test-repo.t'
2017-07-14, by Pierre-Yves David
prev: extract the function performing the update
2017-07-14, by Pierre-Yves David
prev: simplify the bookmark preserving logic
2017-07-14, by Pierre-Yves David
prev: rename 'p' to 'target'
2017-07-14, by Pierre-Yves David
topics: check for topic on commit before a user enters message
2017-07-14, by Pulkit Goyal
packaging: update readme
2017-07-14, by Pierre-Yves David
topics: add a new flag --age which will show last touched time for topics
2017-07-11, by Pulkit Goyal
uncommit: expose the feature with a '--extract' to amend
2017-07-11, by Pierre-Yves David
uncommit: add support for -U and -D
2017-07-11, by Pierre-Yves David
uncommit: add support for --user and --date
2017-07-11, by Pierre-Yves David
uncommit: add support for --message and --logfile
2017-07-11, by Pierre-Yves David
amend: drop the implementation details from the user help
2017-07-11, by Pierre-Yves David
uncommit: move to the 'evocommands' module
2017-07-11, by Pierre-Yves David
amend: extract into a 'evolve.evocommands' module
2017-07-11, by Pierre-Yves David
test: handle output change in 20f533a92eda
2017-07-12, by Pierre-Yves David
tutorial: fix grammar and spelling
stable
2017-07-09, by Josef 'Jeff' Sipek
tutorial: word wrap long lines
stable
2017-07-09, by Josef 'Jeff' Sipek
tutorial: use rm instead of 'hg rm' for an untracked temporary file
stable
2017-07-09, by Josef 'Jeff' Sipek
readme: update with various topic improvement
2017-07-09, by Pierre-Yves David
topics: add a config knob to forbid untopiced commit
2017-07-06, by Pulkit Goyal
topics: update the help for `hg topics` describing ways to use the command
2017-07-06, by Pulkit Goyal
branching: merge with stable
2017-07-07, by Pierre-Yves David
obshashrange: add cache warming instruction to the documentation
stable
2017-07-06, by Pierre-Yves David
evolve: explain how to disable markers discovery in the documentation
stable
2017-07-04, by Pierre-Yves David
obshashrange: add cache warming instruction to the documentation
2017-07-06, by Pierre-Yves David
topics: add t0 and b0 to the stack
2017-07-04, by Pulkit Goyal
topics: wrap the update function to check if either t0 or b0 is passed as rev
2017-07-04, by Pulkit Goyal
compat: adapt to change in 53b3a1968aa6-core
2017-07-07, by Pierre-Yves David
merge back with stable
2017-07-02, by Pierre-Yves David
packaging: update versions to '.dev' one
stable
2017-07-02, by Pierre-Yves David
Added tag 6.5.0 for changeset 734c0bc066cd
stable
2017-07-02, by Pierre-Yves David
packaging: prepare version 6.5.0
stable
6.5.0
2017-07-02, by Pierre-Yves David
topic: update extensions metadata
stable
2017-07-02, by Pierre-Yves David
readme: prepare version 6.5.0
stable
2017-07-02, by Pierre-Yves David
compat: merge with mercurial-3.9
mercurial-3.8
2017-07-02, by Pierre-Yves David
compat: merge with mercurial-4.0
mercurial-3.9
2017-07-02, by Pierre-Yves David
compat: merge with mercurial-4.1
mercurial-4.0
2017-07-02, by Pierre-Yves David
compat: merge with stable
mercurial-4.1
2017-07-02, by Pierre-Yves David
evolve: preserve the branch of the original changeset when evolving merge
stable
2017-07-02, by Pierre-Yves David
merge: default into stable to prepare next version
stable
2017-07-02, by Pierre-Yves David
obslog: handle patch generation for mercurial 4.1-
2017-07-02, by Pierre-Yves David
topic: also have the revbranchcache during the discovery
2017-07-02, by Pierre-Yves David
topic: cleanup the repository wrapping logic in topic discovery
2017-07-02, by Pierre-Yves David
topic: adapt to function migrate to obsutil
2017-07-02, by Pierre-Yves David
evolve: adapt to function migrate to obsutil
2017-07-02, by Pierre-Yves David
topic: directly use the '_notpublic' revset
2017-07-02, by Pierre-Yves David
topic: drop the message about running evolve after topic change
2017-07-02, by Pierre-Yves David
template: handle lack of "users" in the obsfate data
2017-07-02, by Pierre-Yves David
less
more
|
(0)
-1000
-120
+120
+1000
tip