Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
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.
mq: introduce insertplainheader - same naive implementation as before
stable
2014-11-17, by Mads Kiilerich
mq: when setting message in plain mode, separate it from header (issue4453)
stable
2014-11-16, by Mads Kiilerich
setdiscovery: avoid a full changelog graph traversal
2014-11-16, by Siddharth Agarwal
ancestor: add a way to remove ancestors of bases from a given set
2014-11-14, by Siddharth Agarwal
ancestor: add a way to add to bases of a missing ancestor object
2014-11-14, by Siddharth Agarwal
ancestor: add a way to test whether a missing ancestor object has bases
2014-11-16, by Siddharth Agarwal
ancestor: remove now-unused missingancestors function
2014-11-14, by Siddharth Agarwal
revlog: switch findmissing* methods to incrementalmissingrevs
2014-11-14, by Siddharth Agarwal
revlog: add a method to get missing revs incrementally
2014-11-16, by Siddharth Agarwal
test-ancestor: add support for multiple tests against one incremental object
2014-11-15, by Siddharth Agarwal
test-ancestor: move naive missing ancestor algorithm into a class
2014-11-14, by Siddharth Agarwal
ancestor.missingancestors: turn into a state-keeping class
2014-11-14, by Siddharth Agarwal
ancestor.missingancestors: calculate start point after filtering revsvisit
2014-11-14, by Siddharth Agarwal
ancestor.missingancestors: don't discard from basesvisit
2014-11-14, by Siddharth Agarwal
test-ancestor: use random testing for missing ancestors
2014-11-15, by Siddharth Agarwal
test-ancestor: define a main function
2014-11-15, by Siddharth Agarwal
test-ancestor: test iteration for lazyancestors
2014-11-14, by Siddharth Agarwal
ancestor.lazyancestors: take parentrevs function rather than changelog
2014-11-14, by Siddharth Agarwal
remove: avoid a bogus warning about no tracked files when removing '.'
2014-11-16, by Matt Harbison
remove: support remove with explicit paths in subrepos
2014-11-12, by Matt Harbison
remove: recurse into subrepositories with --subrepos/-S flag
2014-11-15, by Matt Harbison
cmdserver: protect pipe server streams against corruption caused by direct io
2014-11-15, by Yuya Nishihara
cmdserver: postpone creation of pipe server until run()
2014-11-15, by Yuya Nishihara
cmdserver: use given streams as pipe channels like other commands
2014-11-15, by Yuya Nishihara
revset.only: use cl.findmissingrevs
2014-11-14, by Siddharth Agarwal
manifestmerge: use already existing fl2 synonym for m2.flags(f)
2014-11-14, by Martin von Zweigbergk
merge: drop underscore prefix from _checkunknown()
2014-11-13, by Martin von Zweigbergk
transaction: drop special handling for phases and bookmarks generation
2014-11-12, by Pierre-Yves David
transaction: use 'location' instead of 'vfs' objects for file generation
2014-10-17, by Pierre-Yves David
transaction: use 'location' instead of 'vfs' in the addbackup method
2014-11-05, by Pierre-Yves David
addbackup: handle file in subdirectory
2014-11-14, by Pierre-Yves David
addbackup: use the vfs for the backup destination too
2014-11-14, by Pierre-Yves David
transaction: set backupentries version to proper value
2014-11-13, by Pierre-Yves David
transaction: support cache file in backupentries
2014-11-13, by Pierre-Yves David
transaction: use the location value when doing backup
2014-10-17, by Pierre-Yves David
transaction: pass a vfs map to the transaction
2014-10-17, by Pierre-Yves David
transaction: change the on disk format for backupentries
2014-11-05, by Pierre-Yves David
silenttestrunner: add environment variable to make tests noisy again
2014-11-13, by Augie Fackler
largefiles: update comments to refer to the right overridden method
2014-11-14, by Martin von Zweigbergk
revlog: cache chain info after calculating it for a rev (issue4452)
2014-11-13, by Siddharth Agarwal
manifest: add matches() method
2014-10-22, by Martin von Zweigbergk
context.status: pass status tuple into _buildstatus
2014-11-12, by Martin von Zweigbergk
context.status: avoid de- and reconstructing status tuple
2014-11-12, by Martin von Zweigbergk
context.status: make _dirstatestatus() return an status tuple
2014-11-12, by Martin von Zweigbergk
context.status: wipe deleted/unknown/ignored fields when reversed
2014-11-12, by Martin von Zweigbergk
patch.trydiff: add support for noprefix
2014-11-12, by Siddharth Agarwal
mdiff.unidiff: add support for noprefix
2014-11-12, by Siddharth Agarwal
diff: add a --noprefix option
2014-11-13, by Siddharth Agarwal
patch.diffopts: add support for noprefix
2014-11-13, by Siddharth Agarwal
patch.diffopts: allow a setting to be forced in plain mode
2014-11-12, by Siddharth Agarwal
patch.diffopts: break get function into if statements
2014-11-12, by Siddharth Agarwal
mdiff.diffopts: add a new noprefix option
2014-11-12, by Siddharth Agarwal
mdiff.diffopts: add doc comment for nobinary
2014-11-12, by Siddharth Agarwal
changelog: register changelog.i.a as a temporary file
2014-11-08, by Pierre-Yves David
transaction: allow registering a temporary transaction file
2014-11-05, by Pierre-Yves David
transaction: always generate file on close
2014-11-13, by Pierre-Yves David
remove: move most of the implementation into cmdutils.remove()
2014-11-09, by Matt Harbison
revlog: increase I/O bound to 4x the amount of data consumed
2014-11-11, by Siddharth Agarwal
revlog: bound based on the length of the compressed deltas
2014-11-11, by Siddharth Agarwal
revlog: compute length of compressed deltas along with chain length
2014-11-11, by Siddharth Agarwal
revlog: store fulltext when compressed delta is bigger than it
2014-11-11, by Siddharth Agarwal
revlog: make a predicate clearer with parens
2014-11-11, by Siddharth Agarwal
transaction: extract backupentry registration in a dedicated function
2014-11-05, by Pierre-Yves David
transaction: pass the transaction to 'postclose' callback
2014-11-08, by Pierre-Yves David
transaction: pass the transaction to 'finalize' callback
2014-11-08, by Pierre-Yves David
transaction: pass the transaction to 'pending' callback
2014-11-08, by Pierre-Yves David
transaction: gather backupjournal logic together in the __init__
2014-11-05, by Pierre-Yves David
transaction: handle missing file in backupentries (instead of using entries)
2014-11-05, by Pierre-Yves David
test-hup: use ls instead of echo
2014-11-05, by Pierre-Yves David
largefiles: move "copyalltostore" invocation into "markcommitted"
2014-11-08, by FUJIWARA Katsunori
largefiles: avoid printing messages while transplanting by "_lfstatuswriters"
2014-11-08, by FUJIWARA Katsunori
largefiles: update standins only at the 1st commit of "transplant --continue"
2014-11-08, by FUJIWARA Katsunori
largefiles: avoid redundant "updatelfiles" invocation in "overridetransplant"
2014-11-08, by FUJIWARA Katsunori
merge with stable
2014-11-12, by Matt Mackall
util.system: remove unused handling of onerr=ui
2014-11-08, by Yuya Nishihara
util.system: use ui.system() in place of optional ui.fout parameter
2014-11-08, by Yuya Nishihara
ui: introduce util.system() wrapper to make sure ui.fout is used
2014-11-08, by Yuya Nishihara
hook: remove redundant code to redirect http hook output to client stream
2014-11-12, by Yuya Nishihara
hgk: forward command output to ui.fout consistently
2014-11-12, by Yuya Nishihara
merge with stable
2014-11-11, by Matt Mackall
Added signature for changeset 643c58303fb0
stable
2014-11-11, by Matt Mackall
Added tag 3.2.1 for changeset 643c58303fb0
stable
2014-11-11, by Matt Mackall
run-tests: use a try/except ladder instead of looking for a specific version
2014-11-10, by Augie Fackler
hghave: use a less brittle have-json check
2014-11-10, by Augie Fackler
sortdict: add insert method
2014-10-15, by Sean Farley
sortdict: add iteritems method
2014-11-09, by Sean Farley
addremove: add back forgotten files (BC)
2014-11-08, by Martin von Zweigbergk
add: add back forgotten files even when not matching exactly (BC)
2014-11-10, by Martin von Zweigbergk
context.status: explain "caching reasons" more fully
2014-11-11, by Martin von Zweigbergk
localrepo: rename revlog.maxchainlen to format.maxchainlen
2014-11-11, by Augie Fackler
revlog: add config variable for limiting delta-chain length
2014-11-06, by Mateusz Kwapich
debugrevlog: fix computing chain length in debugrevlog -d
2014-11-06, by Mateusz Kwapich
transaction: factorise append-only file registration
2014-11-05, by Pierre-Yves David
transaction: document `tr.add`
2014-11-05, by Pierre-Yves David
transaction: drop backupentries logic from startgroup and endgroup
2014-11-05, by Pierre-Yves David
transaction: document startgroup and endgroup
2014-11-05, by Pierre-Yves David
transaction: mark backup-related attributes private
2014-11-05, by Pierre-Yves David
transaction: document the contents of `tr.backupentries`
2014-11-05, by Pierre-Yves David
transaction: drop the third item in `tr.backupentries`
2014-11-05, by Pierre-Yves David
rebase: fix rebase with no common ancestors (issue4446)
stable
3.2.1
2014-11-10, by Durham Goode
test-run-tests: accept more levels of precision and trailing ws (issue4440)
stable
2014-11-06, by Augie Fackler
merge with stable
2014-11-10, by Matt Mackall
changegroup.cg2packer: lookup 'group' via inheritance chain
2014-11-07, by Siddharth Agarwal
context.status: only filter suspect symlinks in the dirstate status
2014-10-23, by Martin von Zweigbergk
context.status: inline _poststatus()
2014-10-23, by Martin von Zweigbergk
context.status: remove now-empty _prestatus()
2014-10-12, by Martin von Zweigbergk
context.status: call _dirstatestatus() from within _buildstatus()
2014-10-11, by Martin von Zweigbergk
context.status: move manifest caching trick to _buildstatus()
2014-10-12, by Martin von Zweigbergk
context.status: remove unused arguments from _matchstatus()
2014-10-11, by Martin von Zweigbergk
context.status: remove overriding in workingctx
2014-10-23, by Martin von Zweigbergk
synthrepo: when adding files, ensure new path is not a directory
2014-10-20, by Mike Edgar
synthrepo: synthesized dates must be positive, fit in 32-bit signed ints
2014-10-20, by Mike Edgar
discovery: test coverage for issue4438 / 86c35b7ae300 / 73cfaa348650
2014-11-06, by Mads Kiilerich
hgweb: fix a crash when using web.archivesubrepos
stable
2014-11-05, by Matt Harbison
tests: introduce a subrepository to test-archive.t
stable
2014-11-05, by Matt Harbison
test-status-rev: add tests for plain dirstate and inter-revision status
2014-11-04, by Martin von Zweigbergk
test-status-rev: remove unnecessary initial commit
2014-11-04, by Martin von Zweigbergk
test-status-rev: use one glob for each expected status
2014-11-04, by Martin von Zweigbergk
test-status-rev: remove duplicate tests
2014-11-04, by Martin von Zweigbergk
changegroup: sparsely populate fnodes
stable
2014-11-06, by Gregory Szorc
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip