Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+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.
transaction: reorder unlinking .hg/journal and .hg/journal.backupfiles
2015-10-16, by FUJIWARA Katsunori
merge: make in-memory changes visible to external update hooks
2015-10-17, by FUJIWARA Katsunori
hook: centralize passing HG_PENDING to external hook process
2015-10-17, by FUJIWARA Katsunori
cmdutil: make in-memory changes visible to external editor (issue4378)
2015-10-17, by FUJIWARA Katsunori
dirstate: show develwarn for write() invocation without transaction
2015-10-17, by FUJIWARA Katsunori
dirstate: make dirstate.write() callers pass transaction object to it
2015-10-17, by FUJIWARA Katsunori
dirstate: remove layering violation around writing dirstate out
2015-10-17, by FUJIWARA Katsunori
dirstateguard: remove layering violation around saving/restoring backup
2015-10-17, by FUJIWARA Katsunori
rebase: reduce scope of try catch in restorestate
2015-10-15, by Christian Delahousse
rebase: on abort delete rebase state file no matter what
2015-10-15, by Christian Delahousse
contrib: make editmerge look for merge markers at the beginning of the line
2015-10-16, by Christian Delahousse
commit: abort when a committemplate is not changed
2015-10-09, by Tony Tung
localrepo.commit: disallow commit when driver-resolved files exist
2015-10-14, by Siddharth Agarwal
merge.mergestate: add a generator for driver-resolved files
2015-10-14, by Siddharth Agarwal
hook: for python hooks, also return whether an exception was raised
2015-10-14, by Siddharth Agarwal
hook.runhooks: return a dict of result values
2015-10-14, by Siddharth Agarwal
hook: factor out determination of hooks from running them
2015-10-14, by Siddharth Agarwal
mq: generate patch names from first line of description
2015-03-10, by Mads Kiilerich
contrib: offer Python 2.7.10
2015-10-15, by Mads Kiilerich
contrib: drop Python < 2.6 from Makefile.python
2015-10-15, by Mads Kiilerich
mergetools.rc: find OSX FileMerge in the new location inside Xcode 4.3
2015-10-16, by Mads Kiilerich
exchange: don't print error codes after clone bundle failure
2015-10-15, by Gregory Szorc
debian: install bash completion as hg and not mercurial (issue4900)
2015-10-14, by Augie Fackler
merge-tools: allow marking a mergetool as completely disabled
2015-10-14, by Augie Fackler
exchange: add oparg to push so that extensions can wrap pushop
2015-10-13, by Sean Farley
destmerge: extract logic based on branch heads in its own function
2015-10-15, by Pierre-Yves David
destmerge: extract logic based on bookmark into its own function
2015-10-15, by Pierre-Yves David
destupdate: have a generic and extensible way to run each step
2015-10-15, by Pierre-Yves David
destupdate: extract logic based on branch in its own function
2015-10-15, by Pierre-Yves David
destupdate: extract logic based on bookmarks in its own function
2015-10-15, by Pierre-Yves David
destupdate: extract logic based on obsolescence marker in its own function
2015-10-15, by Pierre-Yves David
destupdate: move obsolete handling first
2015-10-15, by Pierre-Yves David
destupdate: indent bookmark and branch logic
2015-10-15, by Pierre-Yves David
destupdate: extract validation logic
2015-10-15, by Pierre-Yves David
rebase: rename and test '_destrebase'
2015-10-15, by Pierre-Yves David
rebase: directly use '_destrebase'
2015-10-15, by Pierre-Yves David
rebase: extra default destination in its own function
2015-10-15, by Pierre-Yves David
revset: rename and test '_destmerge'
2015-10-15, by Pierre-Yves David
merge: directly get destination from destutil
2015-10-15, by Pierre-Yves David
destutil: move default merge destination into a function
2015-10-15, by Pierre-Yves David
revset: reintroduce and experimental revset for update destination
2015-10-15, by Pierre-Yves David
changegroup: move manifest unpacking into its own method
2015-10-14, by Augie Fackler
changegroup: move manifest packing into a separate function
2015-10-01, by Augie Fackler
changegroup: rename manifest linknode closure for clarity
2015-09-30, by Augie Fackler
changegroup: reformat packermap and add comment
2015-09-29, by Augie Fackler
changegroup: document the public surface area of cg?unpackers
2015-10-14, by Augie Fackler
changegroup: mark cg1unpacker.chunklength as private
2015-10-14, by Augie Fackler
changegroup: note why a few methods on cg1unpacker exist
2015-10-14, by Augie Fackler
revlog: rename bundle to cg to reflect its nature as a cg?unpacker
2015-10-14, by Augie Fackler
changegroup: mark _addchangegroupfiles as module-private
2015-10-13, by Augie Fackler
changegroup: delete now-unused addchangegroup method
2015-10-13, by Augie Fackler
localrepo: use cg?unpacker.apply() instead of changegroup.addchangegroup()
2015-10-13, by Augie Fackler
repair: use cg?unpacker.apply() instead of changegroup.addchangegroup()
2015-10-13, by Augie Fackler
exchange: use cg?unpacker.apply() instead of changegroup.addchangegroup()
2015-10-13, by Augie Fackler
commands: use cg?unpacker.apply() instead of changegroup.addchangegroup()
2015-10-13, by Augie Fackler
bundle2: use cg?unpacker.apply() instead of changegroup.addchangegroup()
2015-10-13, by Augie Fackler
shelve: use cg?unpacker.apply() instead of changegroup.addchangegroup()
2015-10-13, by Augie Fackler
histedit: use cg?unpacker.apply() instead of changegroup.addchangegroup()
2015-10-13, by Augie Fackler
changegroup: migrate addchangegroup() to forward to cg?unpacker.apply()
2015-10-13, by Augie Fackler
changegroup: move source check to top of addchangegroup
2015-10-13, by Augie Fackler
error: remove superfluous pass statements
2015-10-15, by Augie Fackler
hook: raise a separate exception for when loading a hook fails
2015-10-12, by Siddharth Agarwal
clonebundles: advertise clone bundles feature to clients
2015-10-14, by Gregory Szorc
exchange: advertise if a clone bundle was attempted
2015-10-14, by Gregory Szorc
exchange: record that we attempted to fetch a clone bundle
2015-10-13, by Gregory Szorc
exchange: provide hint on how to disable clone bundles
2015-10-13, by Gregory Szorc
exchange: document filterclonebundleentries
2015-10-14, by Gregory Szorc
wireproto: properly parse false boolean args (BC)
2015-10-14, by Gregory Szorc
bundle2: gracefully skip 'obsmarkers' part if evolution is disabled
2015-10-15, by Pierre-Yves David
obsstore: make the readonly attribute accessible
2015-10-15, by Pierre-Yves David
update: introduce a 'UpdateAbort' exception
2015-10-05, by Pierre-Yves David
update: "deprecate" call to 'merge.update' without a destination
2015-10-05, by Pierre-Yves David
shelve: delete shelve statefile on any exception during abort
2015-10-14, by Christian Delahousse
highlight: add option to prevent content-only based fallback
2015-10-14, by Gregory Szorc
highlight: inline checkfctx()
2015-10-14, by Gregory Szorc
highlight: consolidate duplicate code
2015-10-14, by Gregory Szorc
rebase: properly abort when destination is public (issue4896)
2015-10-13, by Christian Delahousse
bookmarks: don't deactivate on no-op update (issue4901)
2015-10-14, by Matt Mackall
rebase: properly handle chains of markers with missing nodes
2015-10-15, by Pierre-Yves David
rebase: use a direct reference to repo.changelog
2015-10-14, by Pierre-Yves David
mail: drop python 2.5 support
2015-10-14, by timeless
exchange: use pushop.repo instead of repo
2015-10-13, by Sean Farley
rebase: factor out nothing to rebase return code
2015-10-13, by Ryan McElroy
gitweb: visually highlight source lines when hovering over line numbers
2015-10-15, by Anton Shestakov
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
extract: assign message only once
2015-10-06, by Pierre-Yves David
extract: simplify parents assignement
2015-10-06, by Pierre-Yves David
patch: move 'extract' return to a dictionnary
2015-10-06, by Pierre-Yves David
patchbomb: add experimental config of a "pullurl" and export it
2015-10-06, by Pierre-Yves David
export: introduce a generic way to add patch header on export
2015-10-05, by Pierre-Yves David
incoming: request a bundle2 when possible (BC)
2015-10-05, by Pierre-Yves David
bundlerepo: indent some code to prepare next patch
2015-10-05, by Pierre-Yves David
bundle2: add a way to just forward the bundle2 stream to another user
2015-10-08, by Pierre-Yves David
bundle2: split parameter retrieval and processing
2015-10-05, by Pierre-Yves David
changegroup: extract the file management part in its own function
2015-10-05, by Pierre-Yves David
unbundle: properly read head modification result from bundle2
2015-10-04, by Pierre-Yves David
revset: strip off "literal:" prefix from bookmark not found error
2015-10-07, by Yuya Nishihara
revset: do not fall through to revspec for literal: branch (issue4838)
2015-10-07, by Yuya Nishihara
hgweb: ensure both foreground and background colors are specified (issue4872)
2015-10-07, by Gijs Kruitbosch
templater: do not pre-evaluate generator keyword at runsymbol (issue4868)
stable
2015-10-08, by Yuya Nishihara
merge: drop special parent assignment in the obsolete case
2015-10-05, by Pierre-Yves David
bundle: use bundle2 if repository uses general delta
2015-10-01, by Pierre-Yves David
parsebundletype: add a comment for future generation
2015-10-01, by Pierre-Yves David
bundle: extend the format of --type to support version and compression
2015-10-01, by Pierre-Yves David
hgweb: fix border-radius for standards-based browsers
2015-10-07, by Gijs Kruitbosch
filemerge: move precheck to before files are written out
2015-10-07, by Siddharth Agarwal
filemerge: move 'merging' output to before file creation
2015-10-07, by Siddharth Agarwal
filemerge.filemerge: make a tuple containing merge paths on disk
2015-10-07, by Siddharth Agarwal
filemerge: switch trymerge boolean to mergetype enum
2015-10-07, by Siddharth Agarwal
filemerge: add some merge types
2015-10-07, by Siddharth Agarwal
shelve: restore unshelved dirstate explicitly after aborting transaction
2015-10-08, by FUJIWARA Katsunori
shelve: restore shelved dirstate explicitly after aborting transaction
2015-10-08, by FUJIWARA Katsunori
shelve: add utility to abort current transaction but keep dirstate
2015-10-08, by FUJIWARA Katsunori
dirstate: split write to write changes into files other than .hg/dirstate
2015-10-08, by FUJIWARA Katsunori
bookmarks: use recordchange instead of writing if transaction is active
2015-10-08, by FUJIWARA Katsunori
filemerge: run symlink check for :merge3
2015-10-07, by Siddharth Agarwal
filemerge: print correct name of tool for symlink checks
2015-10-07, by Siddharth Agarwal
filemerge: normalize 'internal:foo' names to ':foo'
2015-10-07, by Siddharth Agarwal
filemerge: use symlinkcheck for :merge and :union
2015-10-06, by Siddharth Agarwal
filemerge: add a precheck for symlinks
2015-10-06, by Siddharth Agarwal
filemerge: call precheck if available
2015-10-06, by Siddharth Agarwal
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip