Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
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.
abort: added support for rebase
2019-06-23, by Taapas Agrawal
abort: added support for graft
2019-06-23, by Taapas Agrawal
abort: added logic for of hg abort
2019-06-23, by Taapas Agrawal
merge with stable
2019-07-09, by Augie Fackler
merge: disallow merge abort in case of an unfinished operation (issue6160)
2019-07-09, by Taapas Agrawal
relnotes: document new range-select mechanism in crecord
2019-07-08, by Kyle Lippincott
statecheck: updated docstrings related to afterresolvedstates
2019-07-05, by Taapas Agrawal
extdata: avoid crashing inside subprocess when we get a revset parse error
2019-07-08, by Augie Fackler
extdata: demonstrate bad behavior when a subprocess emits garbage
2019-07-08, by Augie Fackler
py3: don't run source transformer on hgext3rd (extensions)
2019-07-07, by Martin von Zweigbergk
crecord: provide 'X' as a range-select mechanism
2019-07-08, by Kyle Lippincott
crecord: make KEY_ENTER usable in tests (by not updating UI)
2019-07-08, by Kyle Lippincott
crecord: fix if -> elif when handling key presses
2019-07-08, by Kyle Lippincott
crecord: add "x" alias for space, remove test-only "TOGGLE" alias
2019-07-08, by Kyle Lippincott
crecord: stop using test-only "X" as alternative for "c"
2019-07-08, by Kyle Lippincott
graft: moved abortgraft and readgraft to cmdutil
2019-07-06, by Taapas Agrawal
cleanup: use named constants for second arg to .seek()
2019-06-20, by Augie Fackler
patch: use a short, fixed-size message for last line of prompt (issue6158)
2019-06-20, by Kyle Lippincott
filemerge: make last line of prompts <40 english chars (issue6158)
2019-06-20, by Kyle Lippincott
tweakdefaults: make hg resolve require --re-merge flag to re-merge
2019-07-06, by Valentin Gatien-Baron
unshelve: rename _dounshelve() to dounshelve()
2019-07-04, by Navaneeth Suresh
rust: remove Deref in favor of explicit methods
2019-07-01, by Raphaël Gomès
rust: simplify overly complicated expression
2019-07-01, by Raphaël Gomès
rust: run rfmt on all hg-core/hg-cpython code
2019-07-01, by Raphaël Gomès
changelog: fix handling of empty copy entries in changeset
2019-07-01, by Martin von Zweigbergk
relnotes: document the new --force-close-branch flag
2019-06-30, by Sushil khanchi
py3: hack around inconsistency of type of name passed to DNSQuestion
2019-06-11, by Pulkit Goyal
py3: add r'' prefixes and do ('%d' % int) instead of str(int)
2019-06-11, by Pulkit Goyal
zeroconf: port to Python 3
2019-02-02, by Gregory Szorc
copies: return only path from _tracefile() since that's all caller needs
2019-06-28, by Martin von Zweigbergk
extensions: add shelve to _builtin
2019-06-30, by Navaneeth Suresh
merge with stable
2019-06-30, by Yuya Nishihara
automv: access status fields by name, not index
2019-06-28, by Martin von Zweigbergk
automv: use public API for getting copies
2019-06-28, by Martin von Zweigbergk
commit: add --force-close-branch flag to close a non-head changeset
2019-05-18, by Sushil khanchi
shelve: move shelve extension to core
2019-06-28, by Navaneeth Suresh
shelve: remove rebase.clearstatus()
2019-06-28, by Navaneeth Suresh
shelve: removed redundant merge detection method
2019-06-20, by Taapas Agrawal
rust-dirstate: call new "dirs" rust implementation from Python
2019-06-05, by Raphaël Gomès
rust-dirstate: add "dirs" rust-cpython binding
2019-05-16, by Raphaël Gomès
rust-dirstate: add "dirs" Rust implementation
2019-05-16, by Raphaël Gomès
relnotes: added description about statemod._statecheck
2019-06-21, by Taapas Agrawal
statecheck: shifted defaults to addunfinished()
2019-06-28, by Taapas Agrawal
statecheck: added support for cmdutil.afterresolvedstates
2019-06-20, by Taapas Agrawal
statecheck: added support for STATES
2019-06-09, by Taapas Agrawal
state: moved cmdutil.STATES and utilities to state.py
2019-06-09, by Taapas Agrawal
state: created new class statecheck to handle unfinishedstates
2019-06-09, by Taapas Agrawal
states: moved cmdutil.unfinishedstates to state.py
2019-06-08, by Taapas Agrawal
rebase: fix in-memory rebasing of copy of empty file
2019-06-24, by Martin von Zweigbergk
tests: demonstrate broken in-memory rebase of copy to empty file
2019-06-24, by Martin von Zweigbergk
zsh: enable completion support for chg as well
2019-06-25, by Kyle Lippincott
py3: make catapult usable from the test runner in py3
2019-06-25, by Rodrigo Damazio Bovendorp
py3: use integer division for the value passed to xrange
2019-06-25, by Rodrigo Damazio Bovendorp
pycompat: make fewer assumptions about sys.executable
2019-06-25, by Rodrigo Damazio Bovendorp
update: fix spurious unclean status bug shown by previous commit
2019-06-27, by Valentin Gatien-Baron
tests: show bug in update introduced in 87a34c767384
2019-06-27, by Valentin Gatien-Baron
copies: document how 'copies' dict instances are reused
2019-06-26, by Martin von Zweigbergk
copies: simplify merging of copy dicts on merge commits
2019-06-20, by Martin von Zweigbergk
copies: remove a redundant matcher filtering in _changesetforwardcopies()
2019-06-20, by Martin von Zweigbergk
copies: delete obsolete comment in _changesetforwardcopies()
2019-06-20, by Martin von Zweigbergk
merge with stable
2019-06-24, by Augie Fackler
copies: avoid reusing the same variable for two different copy dicts
2019-06-19, by Martin von Zweigbergk
drawdag: don't crash when writing copy info to changesets
2019-06-21, by Martin von Zweigbergk
merge with stable
2019-06-21, by Martin von Zweigbergk
log: pass getcopies() function instead of getrenamed() to displayer (API)
2019-06-19, by Martin von Zweigbergk
copies: create helper for getting all copies for changeset
2019-06-19, by Martin von Zweigbergk
logcmdutil: also check for copies in null revision and working copy
2019-06-18, by Martin von Zweigbergk
tests: demonstrate missing copy information in working copy with graphlog
2019-06-18, by Martin von Zweigbergk
remotefilelog: handle copies in changesets in getrenamedfn() override
2019-06-19, by Martin von Zweigbergk
remotefilelog: check if RFL is enabled in getrenamedfn() override
2019-06-19, by Martin von Zweigbergk
relnotes: document template support for `hg root`
2019-06-18, by Martin von Zweigbergk
remotefilelog: tell runbgcommand to not block on child process startup
2019-06-18, by Augie Fackler
procutil: allow callers of runbgcommand to assume the process starts
2019-06-18, by Augie Fackler
shallowrepo: remove backwards compat code that predates in-tree remotefilelog
2019-06-18, by Augie Fackler
commit: make the error message more specific while aborting branch closing
2019-04-16, by Sushil khanchi
commit: add a check if it is trying to close an already closed branch head
2019-04-16, by Sushil khanchi
strip: move checksubstate() to mq (its only caller)
2019-06-17, by Martin von Zweigbergk
strip: use bailifchanged() instead of reimplementing it
2019-06-17, by Martin von Zweigbergk
strip: remove unused excsuffix argument from checklocalchanges()
2019-06-17, by Martin von Zweigbergk
mq: remove dependency on strip's checklocalchanges()
2019-06-17, by Martin von Zweigbergk
copies: avoid calling matcher if matcher.always()
2019-05-02, by Martin von Zweigbergk
copies: avoid unnecessary copying of copy dict
2019-04-18, by Martin von Zweigbergk
copies: don't filter out copy targets created on other side of merge commit
2019-04-18, by Martin von Zweigbergk
copies: do full filtering at end of _changesetforwardcopies()
2019-04-18, by Martin von Zweigbergk
rust-filepatterns: add comment about Windows path handling
2019-06-15, by Yuya Nishihara
rust-filepatterns: silence warning of non_upper_case_globals
2019-06-15, by Yuya Nishihara
rust: update Cargo.lock to include @generated comment
2019-06-15, by Yuya Nishihara
merge with stable
2019-06-17, by Augie Fackler
lfs: correct an error in the TODO file
2019-06-14, by Matt Harbison
cat: don't prefetch files unless the output requires it
2018-10-04, by Matt Harbison
tracing: add support for emitting counters
2019-06-12, by Augie Fackler
tracing: extract tracing-active logic to separate function
2019-06-12, by Augie Fackler
catapipe: add support for COUNTER events
2019-06-12, by Augie Fackler
demandimport: add tracing coverage for Python 3
2019-06-12, by Augie Fackler
export: don't prefetch *all* files in manifest
2019-06-14, by Martin von Zweigbergk
remotefilelog: remove obsolete filtering of treemanifest directories
2019-06-14, by Martin von Zweigbergk
py3: add test-dirstate-race2.t to list of passing tests
2019-06-14, by Pulkit Goyal
strip: during merge allow strip only when -f is used
2019-06-14, by Taapas Agrawal
deltas: set estimated compression upper bound to "3x" instead of "10x"
2019-04-26, by Pierre-Yves David
deltas: skip if projected compressed size is bigger than previous snapshot
2019-01-21, by Valentin Gatien-Baron
deltas: skip if projected compressed size does not match text size constraint
2019-01-21, by Valentin Gatien-Baron
deltas: accept and skip None return for delta info
2019-01-21, by Valentin Gatien-Baron
delta: move some delta chain related computation earlier in deltainfo
2019-01-21, by Valentin Gatien-Baron
deltas: skip if projected delta size is bigger than previous snapshot
2019-04-25, by Valentin Gatien-Baron
deltas: skip if projected delta size does not match text size constraint
2019-04-25, by Valentin Gatien-Baron
revlog: add the option to track the expected compression upper bound
2019-04-26, by Pierre-Yves David
perf: clarify some of the custom behavior of `perfrevlogwrite`
2019-06-12, by Pierre-Yves David
perf: fix perfrevlogwrite --count documentation
2019-06-12, by Pierre-Yves David
rust: switched to 'cargo rustc' in setup.py
2019-05-17, by Georges Racinet
rust-cpython: fix build for MacOSX
2019-06-14, by Georges Racinet
rust-cpython: management of shared libray suffix
2019-06-14, by Georges Racinet
merge: fix race that could cause wrong size in dirstate
2019-05-27, by Valentin Gatien-Baron
worker: support parallelization of functions with return values
2019-06-12, by Valentin Gatien-Baron
tests: show how the dirstate can end up containing wrong information
2019-05-19, by Valentin Gatien-Baron
rust: new rust options in setup.py
2019-05-23, by Georges Racinet
rust: using policy.importrust from Python callers
2019-05-30, by Georges Racinet
rust: module policy with importrust
2019-05-29, by Georges Racinet
help: add help entry for internals.mergestate
2019-06-13, by Navaneeth Suresh
phabricator: use parents.set to always set dependencies
2019-06-12, by Ian Moody
help: remove repeated word in 'hg help rebase'
2019-05-31, by amalloy
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip