Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-128
+128
+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.
sidedata: introduce a new requirement to protect the feature
2019-09-09, by Pierre-Yves David
Added signature for changeset 181e52f2b62f
stable
2019-10-02, by Augie Fackler
Added tag 5.1.2 for changeset 181e52f2b62f
stable
2019-10-02, by Augie Fackler
copies: move file input processsing early
2019-09-25, by Pierre-Yves David
copies: prepare changelog for more copies storage mode
2019-09-25, by Pierre-Yves David
vfs: give all vfs an options attribute by default
2019-09-27, by Pierre-Yves David
revlog: explicitly set revlogv0 in vfs options
2019-09-27, by Pierre-Yves David
context: clarify the various mode in the _copies property cache
2019-09-27, by Pierre-Yves David
context: clarify the various mode in the filesremoved method
2019-09-27, by Pierre-Yves David
context: clarify the various mode in the filesadded method
2019-09-27, by Pierre-Yves David
copies: expand the logic of usechangesetcentricalgo
2019-09-26, by Pierre-Yves David
patchbomb: protect email addresses from shell
2019-09-30, by Floris Bruynooghe
automation: support and use Debian Buster by default
2019-09-29, by Gregory Szorc
automation: use latest AMIs
2019-09-29, by Gregory Szorc
automation: increase size of Linux AMI build volume
2019-09-29, by Gregory Szorc
automation: install awscli and python3-boto3 packages
2019-09-29, by Gregory Szorc
automation: upgrade packages in Linux environment
2019-09-29, by Gregory Szorc
automation: remove Ubuntu 18.10
2019-09-29, by Gregory Szorc
automation: always install docker-ce
2019-09-29, by Gregory Szorc
automation: use LSB_RELEASE instead of DEBIAN_VERSION
2019-09-29, by Gregory Szorc
tests: use silenttestrunner in test-simplemerge.py
2019-09-29, by Gregory Szorc
contrib: use pycompat.xrange in bdiff-torture.py
2019-09-29, by Gregory Szorc
interfaces: use triple quotes for Attribute value
2019-09-29, by Gregory Szorc
tests: suppress output from write()
2019-09-29, by Gregory Szorc
tests: look for additional pip warning variant
2019-09-29, by Gregory Szorc
tests: use test harness `hg` in test-hghave.t
2019-09-29, by Gregory Szorc
synthrepo: use pycompat.xrange
2019-09-28, by Gregory Szorc
perf: fix perfhelper-pathcopies without --stats
2019-09-27, by Pierre-Yves David
upgrade: also register copied `.d` files to fncache
2019-09-27, by Pierre-Yves David
upgrade: fix handling of `.d` data file
2019-09-27, by Pierre-Yves David
upgrade: also copy data file
2019-09-27, by Pierre-Yves David
upgrade: create the correct destination directory for copies revlogs
2019-09-27, by Pierre-Yves David
upgrade: fix DELTAREUSEFULLADD implementation in revlog.clone
2019-09-27, by Pierre-Yves David
upgrade: document DELTAREUSEFULLADD in revlog.clone
2019-09-27, by Pierre-Yves David
upgrade: move most of revlog.clone method into a _clone method
2019-09-27, by Pierre-Yves David
flagprocessors: remove flagprocessorsmixin
2019-09-07, by Pierre-Yves David
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
amend: enable support for closing the branch
2019-09-14, by Matt Harbison
amend: prevent '\n' in the note string
2019-09-14, by Matt Harbison
amend: add option to update to the current user
2019-09-14, by Matt Harbison
bundle2: fix an off-by-one in debug message of number of parts
2019-09-11, by Martin von Zweigbergk
tests: move a config write to top of file since it applies to all tests
2019-09-12, by Martin von Zweigbergk
idirstate: group private methods and attrs that are in the interface
2019-09-10, by Augie Fackler
idirstate: remove now non-public _map attribute
2019-09-10, by Augie Fackler
interfaces: introduce an interface for dirstate implementations
2019-09-10, by Augie Fackler
cleanup: fix leakage of dirstate._map to client code
2019-09-10, by Augie Fackler
exchange: convert bookmark nodes from hex to bin ASAP
2019-09-08, by Valentin Gatien-Baron
exchange: avoid unnecessary conversion of bookmark nodes to hex (API)
2019-09-08, by Valentin Gatien-Baron
highlight: fix encoding issues to enable Py3 compatibility
2019-09-09, by Connor Sheehan
hgweb: add a `message` attribute to `hgweb.common.ErrorResponse`
2019-09-10, by Connor Sheehan
uncommit: make -D/--date and -U/--user mutually exclusive
2019-09-10, by Matt Harbison
uncommit: drop the hyphen from --current-user and --current-date
2019-09-10, by Matt Harbison
hgweb: fix websub regex flag syntax on Python 3
2019-09-09, by Connor Sheehan
merge with stable
2019-09-09, by Augie Fackler
phabricator: don't abort if property writing fails during amending
stable
2019-09-07, by Ian Moody
relnotes: we now require `sh` to support $(command) syntax to run test suite
2019-09-09, by Martin von Zweigbergk
merge: respect parents order when using `graft` on a merge
stable
2019-09-09, by Pierre-Yves David
doc: fix up confusing doc comment
2019-09-08, by Valentin Gatien-Baron
strip: fix bug with treemanifests and unordered linkrevs
2019-09-06, by Martin von Zweigbergk
repair: extract a helper for generating all manifest revlogs
2019-09-06, by Martin von Zweigbergk
tests: show broken strip with treemanifests and unordered linkrevs
2019-09-06, by Martin von Zweigbergk
tests: split out manifest case from test-strip-cross.t
2018-12-17, by Martin von Zweigbergk
tests: don't log manifest-file in test-strip-cross.t
2018-12-17, by Martin von Zweigbergk
tests: use positive revision numbers in test-strip-cross.t
2018-12-17, by Martin von Zweigbergk
automation: implement "publish-windows-artifacts" command
2019-09-05, by Gregory Szorc
automation: upgrade to latest packages in requirements.txt
2019-09-05, by Gregory Szorc
localrepo: push manifestlog and changelog construction code into store
2019-08-15, by Augie Fackler
notify: add option for deterministic message-id generation
2019-09-07, by Joerg Sonnenberger
uncommit: add options to update to the current user or current date
2019-09-07, by Matt Harbison
less
more
|
(0)
-30000
-10000
-3000
-1000
-128
+128
+1000
+3000
tip