Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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.
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
changegroup: don't store unused value on fnodes (issue4443)
stable
2014-11-06, by Gregory Szorc
changegroup: don't define lookupmf() until it is needed
stable
2014-11-06, by Gregory Szorc
mail: actually use the verifycert config value
stable
2014-11-05, by Pierre-Yves David
exchange: use the postclose API on transaction
2014-10-28, by Pierre-Yves David
changegroup: use the 'postclose' API on transaction
2014-10-28, by Pierre-Yves David
transaction: allow registering a post-close callback
2014-10-28, by Pierre-Yves David
exchange: swap "push" for "pull" in pulloperation docstring
2014-10-24, by Mike Edgar
exchange: prepare kwargs for bundle2 part generation exactly once
2014-10-29, by Mike Edgar
exchange: fix indentation in _pullchangeset
2014-10-25, by Mike Edgar
dagutil: fix id/ix typos in docstrings
2014-10-24, by Mike Edgar
patchbomb: extract 'getpatchmsgs' closure into its own function
2014-11-06, by Pierre-Yves David
patchbomb: extract 'makeintro' closure into its own function
2014-11-06, by Pierre-Yves David
patchbomb: extract 'getbundlemsgs' closure in its own function
2014-11-04, by Pierre-Yves David
patchbomb: extract 'getdescription' closure in its own function
2014-11-04, by Pierre-Yves David
patchbomb: extract 'getbundle' closure in its own function
2014-11-04, by Pierre-Yves David
patchbomb: extract 'getpatches' closure in its own function
2014-11-04, by Pierre-Yves David
patchbomb: extract 'getoutgoing' closure into its own function
2014-11-04, by Pierre-Yves David
bundle2: handle empty 'b2x:changegroup' value in push and pull
2014-11-06, by Pierre-Yves David
bundle2: drop duplicated definition of 'b2x:exchange'
2014-11-06, by Pierre-Yves David
convert: use git diff-tree -Cn% instead of --find-copies=n% for older git
stable
2014-11-06, by Thomas Arendsen Hein
changelog: rely on transaction for finalization
2014-10-18, by Pierre-Yves David
transaction: allow registering a finalization callback
2014-10-17, by Pierre-Yves David
changelog: handle writepending in the transaction
2014-10-17, by Pierre-Yves David
transaction: add 'writepending' logic
2014-10-17, by Pierre-Yves David
changelog: rework the delayupdate mechanism
2014-10-18, by Pierre-Yves David
merge with stable
2014-11-05, by Matt Mackall
bookmarks: fix formatting of exchange message (issue4439)
stable
2014-11-05, by Pierre-Yves David
test-status-rev: document one more broken test
2014-11-04, by Martin von Zweigbergk
test-status-rev: use common script for generating file history
2014-11-04, by Martin von Zweigbergk
test-status-rev: use same names as from generate-working-copy-states
2014-10-20, by Martin von Zweigbergk
test-revert: move embedded script to its own file
2014-11-03, by Martin von Zweigbergk
test-revert: simplify generation of files
2014-10-18, by Martin von Zweigbergk
merge with stable
2014-11-05, by Matt Mackall
discovery: indices between sample and yesno must match (issue4438)
stable
2014-11-05, by Mads Kiilerich
discovery: limit 'all local heads known remotely' to real 'all' (issue4438)
stable
2014-11-05, by Mads Kiilerich
largefiles: avoid printing messages while rebasing by "_lfstatuswriters"
2014-11-05, by FUJIWARA Katsunori
largefiles: get function to write status messages via "getstatuswriter()"
2014-11-05, by FUJIWARA Katsunori
largefiles: introduce "_lfstatuswriters" to customize status reporting
2014-11-05, by FUJIWARA Katsunori
largefiles: update standins only at the 1st commit of "hg rebase --continue"
2014-11-05, by FUJIWARA Katsunori
largefiles: introduce "_lfcommithooks" to abstract pre-committing procedures
2014-11-05, by FUJIWARA Katsunori
largefiles: factor out procedures to update standins for pre-committing
2014-11-05, by FUJIWARA Katsunori
largefiles: factor out procedures to update lfdirstate for post-committing
2014-11-05, by FUJIWARA Katsunori
largefiles: remove meaningless code path for "hg pull --rebase"
2014-11-05, by FUJIWARA Katsunori
largefiles: wrap "rebase.rebase" for functions using it directly
2014-11-05, by FUJIWARA Katsunori
changegroup: introduce cg2packer/unpacker
2014-10-17, by Sune Foldager
push: send highest changegroup format supported by both side
2014-10-17, by Pierre-Yves David
getbundle: send highest changegroup format supported by both side
2014-10-17, by Pierre-Yves David
changegroup: allow use of different cg#packer in getchangegroupraw
2014-10-17, by Sune Foldager
changegroup: introduce "raw" versions of some commands
2014-10-17, by Sune Foldager
merge with stable
2014-11-04, by Matt Mackall
win32: remove Mercurial.ini file from Inno Setup installer (issue4435)
2014-11-04, by Pascal Quantin
win32: fix win32 installers generation
2014-11-04, by Pascal Quantin
patchbomb: add label and color to the confirm output
2014-11-04, by Pierre-Yves David
tests: write hgrc of more than two lines by using shell heredoc
2014-11-04, by Yuya Nishihara
perf: use a formatter for output
2014-11-04, by Pierre-Yves David
bundle2: support a "version" argument in `changegroup` part
2014-09-24, by Pierre-Yves David
bundle2caps: advertise the available versions for changegroup packer
2014-09-24, by Pierre-Yves David
changegroup: add a "packermap" dictionary to track different packer versions
2014-09-24, by Pierre-Yves David
templater: don't overwrite the keyword mapping in runsymbol() (issue4362)
stable
2014-11-03, by Matt Harbison
revset-matching: call 'getset' on a 'fullreposet'
2014-10-16, by Pierre-Yves David
revset-parentspec: call 'getset' on a 'fullreposet'
2014-10-16, by Pierre-Yves David
revset-children: call 'getset' on a 'fullreposet'
2014-10-16, by Pierre-Yves David
revset-ancestorspec: call 'getset' on a 'fullreposet'
2014-10-16, by Pierre-Yves David
revset-rangeset: call 'getset' on a 'fullreposet'
2014-10-16, by Pierre-Yves David
test-revert: make sure all 'tracked' files are really tracked
2014-10-19, by Martin von Zweigbergk
test-revert: sort by output filename again
2014-10-18, by Martin von Zweigbergk
test-revert: name files by state, not by state transition
2014-10-20, by Martin von Zweigbergk
test-revert: temporarily sort by input states instead of output filename
2014-10-17, by Martin von Zweigbergk
test-revert: put content, not keys, into 'combination'
2014-10-18, by Martin von Zweigbergk
test-revert: replace 'removed' in working copy with 'untracked-deleted'
2014-10-17, by Martin von Zweigbergk
test-revert: removing a missing file has no effect
2014-10-16, by Martin von Zweigbergk
test-revert: reverting an addition is the same as removing
2014-10-17, by Martin von Zweigbergk
test-revert: reverting no change means it's clean
2014-10-16, by Martin von Zweigbergk
merge with stable
2014-11-03, by Matt Mackall
extdiff: drop the command alias without options example in the help text
2014-11-02, by Matt Harbison
extdiff: allow a preconfigured merge-tool to be invoked
2014-10-31, by Matt Harbison
extdiff: sort files when snapshotting
2014-11-03, by Matt Mackall
filemerge: split the logic for finding an external tool to its own function
2014-11-02, by Matt Harbison
largefiles: simplify check for lack of path arguments
2014-11-02, by Martin von Zweigbergk
largefiles: shortcircuit status code also for non-matching patterns
2014-10-31, by Martin von Zweigbergk
largefiles: remove confusing 'or None' from predicate
2014-10-27, by Martin von Zweigbergk
largefiles: drop unnecessary setting of matcher._always
2014-10-30, by Martin von Zweigbergk
config: move mergetools configuration from contrib to default configuration
2014-10-19, by Mads Kiilerich
config: introduce "built-in" default configuration settings in default.d
2014-09-04, by Mads Kiilerich
contrib: buildrpm checking of md5 checksums of downloaded Python and Docutils
2014-10-18, by Mads Kiilerich
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip