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.
rebase: added comments
2015-10-13, by Christian Delahousse
monoblue: visually highlight source lines when hovering over line numbers
2015-10-14, by Anton Shestakov
monoblue: make the size of line links bigger to cover line numbers better
2015-10-14, by Anton Shestakov
gitweb: don't drop current revision context on graph page
2015-09-26, by Anton Shestakov
util: also catch IndexError
2015-10-13, by Sean Farley
exewrapper: add comments about PYTHONHOME
2015-10-14, by Adrian Buehlmann
exewrapper: report name of failed private DLL in error message
2015-10-14, by Adrian Buehlmann
exewrapper: report name of failed DLL in error message
2015-10-14, by Adrian Buehlmann
merge: abort on file/directory case folding collisions (issue4892)
2015-10-13, by Mads Kiilerich
tests: test of case-folding merge collisions
2015-10-13, by Mads Kiilerich
copies: group bothnew with other sets
2015-08-19, by Matt Mackall
copies: rename renamedelete to renamedeleteset for clarity
2015-08-19, by Matt Mackall
copies: move _makegetfctx calls into checkcopies
2015-08-19, by Matt Mackall
copies: factor out setupctx into _makegetfctx
2015-08-19, by Matt Mackall
copies: avoid reference to c1/c2 in makectx
2015-08-21, by Matt Mackall
mq: use cmdutil.revert instead of hg.revert
2015-10-12, by Matt Mackall
debugmergestate: add support for printing out driver-resolved files
2015-09-30, by Siddharth Agarwal
debugmergestate: add support for printing out merge driver
2015-09-30, by Siddharth Agarwal
merge.mergedriver: don't try resolving files marked driver-resolved
2015-09-30, by Siddharth Agarwal
merge.mergestate: add support for persisting driver-resolved files
2015-09-28, by Siddharth Agarwal
merge.mergestate: add support for persisting a custom merge driver
2015-09-30, by Siddharth Agarwal
exchange: support sorting URLs by client-side preferences
2015-10-13, by Gregory Szorc
exchange: extract bundle specification components into own attributes
2015-10-13, by Gregory Szorc
exchange: support preserving external names when parsing bundle specs
2015-10-13, by Gregory Szorc
clonebundles: filter on SNI requirement
2015-10-13, by Gregory Szorc
clonebundles: filter on bundle specification
2015-10-13, by Gregory Szorc
clonebundle: support bundle2
2015-10-13, by Gregory Szorc
update: also use 'destupdate' for pull and unbundle
2015-10-05, by Pierre-Yves David
destupdate: also include bookmark related logic
2015-09-29, by Pierre-Yves David
exchange: refactor bundle specification parsing
2015-10-13, by Gregory Szorc
exchange: move bundle specification parsing from cmdutil
2015-10-13, by Gregory Szorc
revset: add optional offset argument to limit() predicate
2015-03-24, by Yuya Nishihara
revset: port limit() to support keyword arguments
2015-10-12, by Yuya Nishihara
revset: eliminate temporary reference to subset in limit() and last()
2015-10-12, by Yuya Nishihara
dirstate: read from pending file under HG_PENDING mode if it exists
2015-10-14, by FUJIWARA Katsunori
dirstate: make writing in-memory changes aware of transaction activity
2015-10-14, by FUJIWARA Katsunori
dirstate: make functions for backup aware of transaction activity
2015-10-14, by FUJIWARA Katsunori
dirstate: move code paths for backup from dirstateguard to dirstate
2015-10-14, by FUJIWARA Katsunori
localrepo: restore dirstate to one before rollbacking if not parent-gone
2015-10-13, by FUJIWARA Katsunori
parsers: make pack_dirstate take now in integer for consistency
2015-10-14, by FUJIWARA Katsunori
destupdate: include the 'check' logic
2015-09-29, by Pierre-Yves David
destupdate: move the check related to the "clean" logic in the function
2015-10-05, by Pierre-Yves David
largefiles: better handling of merge of largefiles that not are available
2015-10-12, by Mads Kiilerich
patchbomb: check that targets exist at the publicurl
2015-10-11, by Pierre-Yves David
windows: read all global config files, not just the first (issue4491) (BC)
2015-10-12, by Mads Kiilerich
strip: factor out revset calculation for strip -B
2015-10-09, by Ryan McElroy
clonebundles: support for seeding clones from pre-generated bundles
2015-10-09, by Gregory Szorc
sslutil: expose attribute indicating whether SNI is supported
2015-09-29, by Gregory Szorc
resolve: perform all premerges before performing any file merges (BC)
2015-10-11, by Siddharth Agarwal
test-resolve.t: add some tests for .orig file contents
2015-10-11, by Siddharth Agarwal
test-resolve.t: add some output to show order of operations
2015-10-11, by Siddharth Agarwal
merge.mergestate: perform all premerges before any merges (BC)
2015-10-11, by Siddharth Agarwal
merge: introduce a preresolve function
2015-10-11, by Siddharth Agarwal
merge.mergestate._resolve: also return completed status
2015-10-11, by Siddharth Agarwal
merge.mergestate: add a wrapper around resolve
2015-10-11, by Siddharth Agarwal
simplemerge: move conflict warning message to filemerge
2015-10-09, by Siddharth Agarwal
filemerge: clean up some dead code
2015-10-11, by Siddharth Agarwal
run-tests: add b-prefix on two strings to fix python3 support
2015-10-12, by Augie Fackler
filemerge: break overall filemerge into separate premerge and merge steps
2015-10-11, by Siddharth Agarwal
filemerge: only copy to backup during premerge step
2015-10-11, by Siddharth Agarwal
filemerge: only print out "merging f" output at premerge step
2015-10-11, by Siddharth Agarwal
filemerge: deindent the parts of filemerge outside the try block
2015-10-08, by Siddharth Agarwal
filemerge: introduce a premerge flag and function
2015-10-11, by Siddharth Agarwal
filemerge: also return whether the merge is complete
2015-10-11, by Siddharth Agarwal
filemerge: add a wrapper around the filemerge function
2015-10-11, by Siddharth Agarwal
context: don't hex encode all unknown 20 char revision specs (issue4890)
2015-10-09, by Mads Kiilerich
discovery: put trivial branch first
2015-10-12, by Pierre-Yves David
shelve: rename 'publicancestors' to something accurate (issue4737)
2015-10-09, by Pierre-Yves David
makefile: add wheel build target
2015-10-09, by Nathan Goldbaum
setup: import setup from setuptools if FORCE_SETUPTOOLS is set
2015-10-09, by Nathan Goldbaum
hgweb: remove obsolete -webkit-border-radius property
2015-10-12, by Gijs Kruitbosch
monoblue: add a link to the latest file revision
2015-10-12, by Anton Shestakov
discovery: reference relevant bug in the faulty code
2015-10-09, by Pierre-Yves David
discovery: fix a typo in a comment
2015-10-09, by Pierre-Yves David
getsubset: get the unpacker version from the bundler
2015-10-09, by Pierre-Yves David
test-convert-cvs: add sleep so cvs notices changes
2015-10-12, by Emanuele Giaquinta
cvsps: fix computation of parent revisions when log caching is on
2015-10-07, by Emanuele Giaquinta
dirstate: batch calls to statfiles (issue4878)
2015-10-06, by Matt Mackall
parsers: fix infinite loop or out-of-bound read in fm1readmarkers (issue4888)
2015-10-11, by Yuya Nishihara
parsers: read sizes of metadata pair of obsolete marker at once
2015-10-11, by Yuya Nishihara
filemerge: clean up temp files in a finally block
2015-10-07, by Siddharth Agarwal
check-code: detect and ban 'util.Abort'
2015-10-08, by Pierre-Yves David
error: get Abort from 'error' instead of 'util'
2015-10-08, by Pierre-Yves David
eol: rename 'error' to 'haserror'
2015-10-05, by Pierre-Yves David
discovery: rename 'error' to 'errormsg'
2015-10-05, by Pierre-Yves David
histedit: delete histedit statefile on any exception during abort
2015-10-05, by Christian Delahousse
histedit: check presence of statefile before deleting it
2015-10-06, by Christian Delahousse
histedit: add inprogress method to state class
2015-10-05, by Christian Delahousse
commands: use dirstateguard instead of begin/end-parentchange for backout
2015-10-09, by FUJIWARA Katsunori
commands: make "hg import" use dirstateguard only for --no-commit
2015-10-09, by FUJIWARA Katsunori
cmdutil: stop tryimportone from using dirstateguard (BC)
2015-10-09, by FUJIWARA Katsunori
dirstate: remove meaningless dirstateguard
2015-10-09, by FUJIWARA Katsunori
localrepo: execute appropriate actions for dirstate at releasing transaction
2015-10-09, by FUJIWARA Katsunori
transaction: add releasefn to notify the end of a transaction scope
2015-10-09, by FUJIWARA Katsunori
filemerge: move post-merge checks into a separate function
2015-10-07, by Siddharth Agarwal
filemerge._xmerge: drop no longer necessary 'if r:' check
2015-10-08, by Siddharth Agarwal
filemerge._idump: drop no longer necessary 'if r:' check
2015-10-08, by Siddharth Agarwal
filemerge._merge: drop no longer necessary 'if r:' check
2015-10-08, by Siddharth Agarwal
revset: delete _updatedefaultdest as it has no users
2015-10-05, by Pierre-Yves David
merge: get the default update destination from the function
2015-09-28, by Pierre-Yves David
update: move default destination computation to a function
2015-10-05, by Pierre-Yves David
worker: restore old countcpus code (issue4869)
2015-10-08, by Gregory Szorc
filemerge: call premerge directly from main merge function
2015-10-07, by Siddharth Agarwal
bundle2: allow lazily acquiring the lock
2015-10-05, by Durham Goode
bundle2: add op.gettransaction() to handlers that need the lock
2015-10-06, by Durham Goode
merge with stable
2015-10-08, by Matt Mackall
patchbomb: add a 'bundletype' config under 'patchbomb'
2015-10-01, by Pierre-Yves David
import: allow processing of extra part header after import
2015-10-07, by Pierre-Yves David
import: allow processing of extra part header during import
2015-10-06, by Pierre-Yves David
extract: parse 'nodeid' using the generic mechanism
2015-10-06, by Pierre-Yves David
extract: parse 'branch' using the generic mechanism
2015-10-06, by Pierre-Yves David
extract: parse 'date' using the generic mechanism
2015-10-07, by Pierre-Yves David
extract: add some facility for extensible header parsing
2015-10-07, by Pierre-Yves David
extract: remove the 'user' variable
2015-10-06, by Pierre-Yves David
extract: use a single return
2015-10-06, by Pierre-Yves David
extract: move 'nodeid' assignment where it is parsed
2015-10-07, by Pierre-Yves David
extract: move 'date' assignment where it is parsed
2015-10-06, by Pierre-Yves David
extract: assign user to 'data' earlier
2015-10-06, by Pierre-Yves David
extract: move 'branch' assignment where it is parsed
2015-10-06, by Pierre-Yves David
extract: directly assign parent to data dictionary
2015-10-06, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip