Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+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.
flagprocessors: move _flagserrorclass attribute on revlog & co
2019-09-07, by Pierre-Yves David
flagprocessors: directly duplicate the deprecated layer back into revlog
2019-09-07, by Pierre-Yves David
flagprocessors: make `processflagsraw` a module level function
2019-09-07, by Pierre-Yves David
flagprocessors: make `processflagsread` a module level function
2019-09-07, by Pierre-Yves David
flagprocessors: make `processflagswrite` a module level function
2019-09-06, by Pierre-Yves David
flagprocessors: make `_processflagsfunc` a module level function
2019-09-06, by Pierre-Yves David
flagprocessors: writetransform function take side data as parameter (API)
2019-09-04, by Pierre-Yves David
flagprocessors: add a `sidedata` parameters to _processflagswrite
2019-09-03, by Pierre-Yves David
revlog: add a `sidedata` parameters to addrevision
2019-09-03, by Pierre-Yves David
flagprocessors: have the read transform function return side data (API)
2019-09-04, by Pierre-Yves David
flagprocessors: return flagdata in the main processing function
2019-09-04, by Pierre-Yves David
flagprocessors: return sidedata map in `_processflagsread`
2019-09-03, by Pierre-Yves David
revlog: use the new sidedata map return in the sidedata method
2019-09-03, by Pierre-Yves David
revlog: return sidedata map from `_revisiondata`
2019-09-03, by Pierre-Yves David
revlog: introduce a `sidedata` method
2019-09-03, by Pierre-Yves David
update: clarify calculateupdate() call sites by specifying argument names
2019-09-25, by Martin von Zweigbergk
bookmarks: remove changectx() method from bmstore (API)
2019-09-25, by Augie Fackler
histedit: sniff-test for untracked file conflicts before prompting for rules
2019-09-25, by Augie Fackler
histedit: demonstrate breakage when `update` to a revision breaks
2019-09-23, by Augie Fackler
rebase: track new nodes when --keep is set
2019-09-25, by Paul Gossman
uncommit: fix typo in help text
2019-09-21, by Matt Harbison
phabricator: use exthelper to register commands, config, and templates
2019-09-24, by Matt Harbison
merge: check argument value with if/raise instead of an assert
2019-09-25, by Augie Fackler
hg: have `updatetotally` more thoroughly check updatecheck argument (API)
2019-09-25, by Augie Fackler
merge: replace magic strings with NAMED_CONSTANTS (API)
2019-09-25, by Augie Fackler
singlehead: introduce special handling of closed heads
2019-09-25, by Pierre-Yves David
testlib: allow more argument to mkcommit
2019-09-25, by Pierre-Yves David
singlehead: fix a small typo in a test comment
2019-09-25, by Pierre-Yves David
examples: add sample fix integration for `rustfmt`
2019-05-20, by Augie Fackler
contrib: add new examples area and start it out with a config for `hg fix`
2019-05-20, by Augie Fackler
tests: recognize DNS timeouts as well
2019-09-18, by Joerg Sonnenberger
transaction: detect an attempt to truncate-to-extend on playback, raise error
2019-09-17, by Kyle Lippincott
osutil: tolerate Py_GetArgcArgv not being set up properly
2019-09-17, by Kyle Lippincott
osutil: allow disabling setprocname via a define passed to the compiler
2019-09-17, by Kyle Lippincott
stack: use repo.revs() instead of revsetlang.formatspec() + scmutil.revrange()
2019-09-22, by Anton Shestakov
merge with stable
2019-09-23, by Yuya Nishihara
merge: back out changeset a4ca0610c754 (parents order when grafting a merge)
stable
5.1.2
2019-09-20, by Anton Shestakov
rust-hgpath: replace all paths and filenames with HgPath/HgPathBuf
2019-09-01, by Raphaël Gomès
rust-hgpath: add HgPath and HgPathBuf structs to encapsulate handling of paths
2019-09-01, by Raphaël Gomès
wireprototypes: clarify documentation of getbundle argument types
2019-09-18, by Martin von Zweigbergk
merge with stable
2019-09-19, by Yuya Nishihara
merge: respect parents order when using `graft` on a merge, this time for real
stable
2019-09-18, by Anton Shestakov
py3: don't double-convert "opts" to bytes
2019-09-17, by Martin von Zweigbergk
py3: byte-prefix sanitisation regexes in phabricator.py
2019-09-17, by Ian Moody
py3: pass a bytestring into querydrev instead of a string that'll TypeError
2019-09-18, by Ian Moody
py3: add test demonstrating TypeError when phabsending skips unchanged commits
2019-09-18, by Ian Moody
tests: clean up built binaries after running test-fuzz-targets.t
2019-09-17, by Augie Fackler
fastannotate: remove support for flock() locking
2019-09-17, by Augie Fackler
remotefilelog: remove dead code for using flock() for locking
2019-09-17, by Augie Fackler
narrow: add option for automatically removing unused includes
2019-09-12, by Martin von Zweigbergk
narrow: don't hexify paths and double-hexify known nodes on wire (BC)
2019-09-12, by Martin von Zweigbergk
remotefilelog: replace repack lock to solve race condition
2019-09-11, by Boris Feld
perf: add a --stats argument to perfhelper-pathcopies
2019-09-17, by Pierre-Yves David
perf: add a --stats argument to perfhelper-mergecopies
2019-09-17, by Pierre-Yves David
archive: add XZ support if built with Python 3
2019-09-17, by David Demelier
rust-cpython: add sanity check to PySharedState::decrease_leak_count()
2019-09-15, by Yuya Nishihara
tests: stabilize test-fix.t on Windows
2019-09-14, by Matt Harbison
zstandard: vendor python-zstandard 0.12
2019-09-15, by Gregory Szorc
uncommit: enable support for adding a note
2019-09-15, by Matt Harbison
amend: enable support for using the secret phase
2019-09-14, by Matt Harbison
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip