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.
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
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip