Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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.
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
uncommit: add support to modify the commit message and date
2019-09-07, by Matt Harbison
run-tests: add a dedicated 'isoptional' function
2019-06-14, by Pierre-Yves David
run-tests: remove the artificial indentation
2019-06-14, by Pierre-Yves David
run-tests: extract a `process_out_line` from the main function
2019-06-14, by Pierre-Yves David
run-tests: extract a `process_cmd_line` from the main function
2019-09-08, by Pierre-Yves David
changegroup: move message about added changes to transaction summary
2019-09-08, by Pierre-Yves David
sshserver: flush stream after command dispatch
2019-09-08, by Pierre-Yves David
narrow: rely on setting `quiet` mode instead of `pushbuffer`
2019-09-08, by Pierre-Yves David
transaction: issue "new obsmarkers" message at the end of the transaction
2018-10-14, by Pierre-Yves David
debugobsolete: also issue the "new obsmarkers" messsage
2018-10-14, by Pierre-Yves David
split: use literal syntax to build a set of one element
2019-09-06, by Yuya Nishihara
rust-cpython: leverage py_shared_iterator::from_inner() where appropriate
2019-09-08, by Yuya Nishihara
rust-cpython: remove Option<_> from interface of py_shared_iterator
2019-09-08, by Yuya Nishihara
rust-cpython: rename py_shared_iterator_impl to py_shared_iterator
2019-09-08, by Yuya Nishihara
rust-cpython: replace dyn Iterator<..> of mapping with concrete type
2019-09-08, by Yuya Nishihara
rust-cpython: replace dyn Iterator<..> of sequence with concrete type
2019-09-08, by Yuya Nishihara
rust-dirstate: provide CopyMapIter and StateMapIter types
2019-09-08, by Yuya Nishihara
rust-dirstate: specify concrete return type of DirsMultiset::iter()
2019-09-08, by Yuya Nishihara
discovery: replace "heads" by "changesets" in a output note (BC)
2019-04-27, by Pierre-Yves David
py3: drop incorrect fsencode(findexe(...)) in procutil
2019-09-05, by Martin von Zweigbergk
flagprocessors: small code update to clarify parameters
2019-09-07, by Pierre-Yves David
flagprocessors: deprecate _processflags
2019-09-07, by Pierre-Yves David
simplestorerepo: stop using `_processflags` directly
2019-09-02, by Pierre-Yves David
revlog: stop using `_processflags` directly
2019-09-02, by Pierre-Yves David
flagprocessors: use _processflagsraw in easy cases
2019-08-30, by Pierre-Yves David
flagprocessors: use _processflagsread in simple cases
2019-08-30, by Pierre-Yves David
flagprocessors: use _processflagswrite for write operation
2019-08-30, by Pierre-Yves David
flagprocessors: introduce specialized functions
2019-08-30, by Pierre-Yves David
flagutil: use it in simplestorerepo
2019-08-08, by Pierre-Yves David
flagutil: make the error class used by the mixin configurable
2019-08-08, by Pierre-Yves David
flagutil: use the new mixin use in remotefilelog
2019-09-07, by Pierre-Yves David
flagutil: introduce a flagprocessorsmixin class
2019-08-08, by Pierre-Yves David
check-code: allow command substitution with $(command)
2019-09-06, by Martin von Zweigbergk
run-tests: rename `lcmd` variable to `line_cmd`
2019-06-14, by Pierre-Yves David
run-tests: rename `lout` variable to `out_line`
2019-06-14, by Pierre-Yves David
run-tests: clarify "l" variable as "out_rawline"
2019-06-14, by Pierre-Yves David
run-tests: use symbolic constant instead of arbitrary number line matching
2019-06-14, by Pierre-Yves David
rustfilepatterns: shorter code for concatenating slices
2019-08-25, by Valentin Gatien-Baron
match: simplify the regexps created for glob patterns
2019-08-25, by Valentin Gatien-Baron
rustfilepatterns: refactor the pattern of removing a prefix from a &[u8]
2019-08-26, by Valentin Gatien-Baron
tests: show the pattern generated for a relative glob
2019-08-25, by Valentin Gatien-Baron
copies: remove existing copy info from the changeset on amend (BC)
2019-07-16, by Martin von Zweigbergk
tests: show invalid copies when turning off copies-in-changeset
2019-07-16, by Martin von Zweigbergk
context: filter out invalid copies from workingctx.p[12]copies()
2019-08-19, by Martin von Zweigbergk
tests: demonstrate crash when committing subset of copies to changeset
2019-08-19, by Martin von Zweigbergk
bdiff-torture: fix pyflakes warning reporting undefined name 'inst'
2019-08-22, by Pulkit Goyal
split: handle partial commit of renames when doing split or record (issue5723)
2019-08-27, by Kyle Lippincott
split: handle partial commit of copies when doing split or record
2019-08-27, by Kyle Lippincott
py3: use pycompat.sysargv[0] for instead of fsencode(sys.argv[0])
2019-09-01, by Martin von Zweigbergk
httppeer: use context manager when reading temporary bundle to send
2019-09-04, by Martin von Zweigbergk
httppeer: use context manager when writing temporary bundle to send
2019-09-04, by Martin von Zweigbergk
rust-cpython: mark unsafe functions as such
2019-09-01, by Yuya Nishihara
rust-cpython: pair leaked reference with its manager object
2019-09-01, by Yuya Nishihara
rust-cpython: introduce restricted variant of RefCell
2019-09-01, by Yuya Nishihara
tests: register test-merge-combination.t as small but slow
stable
2019-09-07, by Pierre-Yves David
test: allow different result for zstd compression (issue6188)
stable
2019-09-06, by Julien Cristau
rust-cpython: fix unsafe inner(py).borrow_mut() calls
2019-09-01, by Yuya Nishihara
revlog: deprecate the use of `revision(..., raw=True)`
2019-09-02, by Pierre-Yves David
Added signature for changeset a4e32fd539ab
stable
2019-09-05, by Augie Fackler
Added tag 5.1.1 for changeset a4e32fd539ab
stable
2019-09-05, by Augie Fackler
remotefilelog: reduce probability of race-condition in remotefilelog tests
2019-08-28, by Boris Feld
rust: apply more formatting fixes
2019-08-31, by Yuya Nishihara
rust-utils: add normalize_case util to mirror Python one
2019-08-22, by Raphaël Gomès
rust: fix warnings about trait objects without dyn being deprecated
2019-08-28, by Valentin Gatien-Baron
py3: convert hg executable path to bytes in missing case in procutil
2019-08-29, by Martin von Zweigbergk
py3: make statprof's chrome output work
2019-08-31, by Martin von Zweigbergk
py3: for statprof's Chrome output, write json to string, then encode to bytes
2019-08-30, by Martin von Zweigbergk
statprof: use context manager for file when writing flame graph
2019-08-30, by Martin von Zweigbergk
statprof: use context manager when reading source from file
2019-08-30, by Martin von Zweigbergk
statprof: clarify by naming tuple members while enumerate()'ing
2019-08-30, by Martin von Zweigbergk
upgrade: make sure we reclone all revlogs when updating to some format
2019-08-05, by Pierre-Yves David
upgrade: add an argument to control changelog upgrade
2019-07-30, by Pierre-Yves David
upgrade: add an argument to control manifest upgrade
2019-07-30, by Pierre-Yves David
unionrepo: drop the custom `rawdata` implementation
2019-08-30, by Pierre-Yves David
unionrepo: drop `baserevdiff`
2019-08-30, by Pierre-Yves David
unionrepo: use normal inheritance scheme to call revdiff
2019-08-30, by Pierre-Yves David
unionrepo: fix `revdiff` implementation to use `rawdata`
2019-08-30, by Pierre-Yves David
unionrepo: get rid of `baserevision`
2019-08-30, by Pierre-Yves David
unionrepo: use a lower level overide in unionrepo too
2019-08-30, by Pierre-Yves David
bundlerepo: drop the custom `rawdata` implementation
2019-08-30, by Pierre-Yves David
bundlerepo: drop the `baserevision` hack
2019-08-30, by Pierre-Yves David
bundlerepo: simplify code to take advantage of `_rawtext`
2019-08-30, by Pierre-Yves David
merge with stable
2019-08-31, by Yuya Nishihara
rust: run cargo fmt
2019-08-29, by Raphaël Gomès
py3: use pycompat.maplist() in chgserver
2019-08-28, by Martin von Zweigbergk
run-tests: handle --local before --with-hg
2019-08-23, by Martin von Zweigbergk
run-tests: error out on `--local --with-[c]hg`
2019-08-23, by Martin von Zweigbergk
contrib: simplify the genosxversion.py command to find the hg libraries
2019-08-20, by Matt Harbison
interfaceutil: move to interfaces/
2019-08-18, by Pulkit Goyal
interfaces: create a new folder for interfaces and move repository.py in it
2019-08-18, by Pulkit Goyal
python-zstandard: apply big-endian fix (issue6188)
stable
5.1.1
2019-08-25, by Gregory Szorc
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip