Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-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.
bookmark: deprecate 'recordchange' in favor of 'applychanges'
2017-07-10, by Boris Feld
bookmark: drop deletedivergent
2017-07-10, by Boris Feld
bookmark: use 'divergent2delete' in checkconflict
2017-07-10, by Boris Feld
bookmark: use 'divergent2delete' when updating a bookmark
2017-07-10, by Boris Feld
bookmark: use 'divergent2delete' in 'scmutil.cleanupnode'
2017-07-10, by Boris Feld
bookmark: split out target computation from 'deletedivergent'
2017-07-10, by Boris Feld
bookmark: remove a useless 'recordchange' in the amend code
2017-07-10, by Boris Feld
test-phase-exchange: stabilize for Windows
2017-07-15, by Matt Harbison
debugignore: eliminate inconsistencies with `hg status` (issue5222)
2017-07-15, by Matt Harbison
commandserver: close selector explicitly
2017-07-16, by Jun Wu
scmutil: remove duplicated import of i18n._()
2017-07-15, by Yuya Nishihara
obsstore: let read marker API take a range of offsets
2017-06-04, by Jun Wu
commandserver: use selectors2
2017-07-14, by Jun Wu
selector2: vendor selector2 library
2017-07-14, by Jun Wu
context: name files relative to cwd in warning messages
2017-07-11, by Matt Harbison
run-tests: disable color on Windows
2017-07-15, by Matt Harbison
codemod: register core configitems using a script
2017-07-14, by Jun Wu
phabricator: allow specifying reviewers on phabsend
2017-07-11, by Jun Wu
match: remove unused negatematcher
2017-07-11, by Martin von Zweigbergk
sparse: override dirstate.walk() instead of dirstate._ignore
2017-07-11, by Martin von Zweigbergk
patch: use devel.all-warnings to replace devel.all
2017-07-12, by Jun Wu
sslutil: inform the user about how to fix an incomplete certificate chain
2017-07-12, by Matt Harbison
debug: add a method to check the state of, and built an SSL cert chain
2017-03-30, by Matt Harbison
win32: add a method to trigger the Crypto API to complete a certificate chain
2017-03-29, by Matt Harbison
bookmarks: use 'applychanges' for bookmark update
2017-07-10, by Boris Feld
bookmark: use 'applychanges' in 'repair.strip'
2017-07-10, by Boris Feld
bookmark: use 'applychanges' in the mq extension
2017-07-10, by Boris Feld
bookmark: use 'applychanges' when stripping
2017-07-10, by Boris Feld
bookmark: use 'applychanges' in the convert extension
2017-07-10, by Boris Feld
bookmark: use 'applychanges' when updating bookmark in histedit
2017-07-10, by Boris Feld
bookmark: use 'applychanges' when updating a bookmark through pushkey
2017-07-10, by Boris Feld
bookmark: use 'applychanges' when updating from a remote
2017-07-10, by Boris Feld
bookmark: use 'applychanges' for adding new bookmark
2017-07-10, by Boris Feld
bookmark: use 'applychanges' for bookmark renaming
2017-07-10, by Boris Feld
bookmark: use 'applychanges' for bookmark deletion
2017-07-10, by Boris Feld
bookmark: introduce a 'applychanges' function to gather bookmark movement
2017-07-10, by Boris Feld
obsstore: keep self._data updated with _addmarkers
2017-06-03, by Jun Wu
match: make base matcher return True for visitdir
2017-07-14, by Durham Goode
tests: fix an incorrect description in test-ignore.t
2017-07-14, by Martin von Zweigbergk
templatekw: hide {peerpaths} keyword for 4.3
2017-07-15, by Yuya Nishihara
parsers: fix invariant bug in find_deepest (issue5623)
2017-07-14, by Sune Foldager
configitems: register the 'worker.backgroundclose' config
2017-06-30, by Boris Feld
configitems: register the 'progress.width' config
2017-06-30, by Boris Feld
configitems: register the 'color.pagermode' config
2017-07-12, by Boris Feld
configitems: handle case were the default value is not static
2017-07-12, by Boris Feld
bugzilla: move the default regexp for fix in the config declaration
2017-07-14, by Boris Feld
configitems: register the 'bugzilla.version' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.usermap' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.user' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.timeout' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.template' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.style' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.strip' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.regexp' config
2017-07-07, by Boris Feld
changegroup: stop returning and recording added nodes in 'cg.apply'
2017-07-13, by Boris Feld
phases: remove trace of addednodes in the 'phase-heads' handling
2017-07-13, by Boris Feld
phases: test phases tracking at the transaction level
2017-07-12, by Boris Feld
phases: track phase changes from 'retractboundary'
2017-07-12, by Boris Feld
phases: detect when boundaries has been actually retracted
2017-07-12, by Boris Feld
phases: rework phase movement code in 'cg.apply' to use 'registernew'
2017-07-11, by Boris Feld
convert: use the new 'phase.registernew' function
2017-07-11, by Boris Feld
localrepo: use the 'registernew' function to set the phase of new commit
2017-07-11, by Boris Feld
phases: add a 'registernew' method to set new phases
2017-07-11, by Boris Feld
phases: extract the core of boundary retraction in '_retractboundary'
2017-07-10, by Boris Feld
phases: track phase movements in 'advanceboundary'
2017-07-11, by Boris Feld
phases: extract the intermediate set of affected revs
2017-07-10, by Boris Feld
phase: put retractboundary out of the loop in advanceboundary
2017-07-10, by Boris Feld
match: make unionmatcher a proper matcher
2017-07-11, by Martin von Zweigbergk
match: write forceincludematcher using unionmatcher
2017-07-07, by Martin von Zweigbergk
histedit: extract InterventionRequired transaction handling to utils
2017-07-12, by Martin von Zweigbergk
histedit: create transaction outside of try
2017-07-12, by Martin von Zweigbergk
histedit: remove transaction from state object
2017-07-12, by Martin von Zweigbergk
phabricator: verify local tags before trusting them
2017-07-11, by Jun Wu
phabricator: finding old nodes in batch
2017-07-10, by Jun Wu
phabricator: respect metadata sent by arc
2017-07-10, by Jun Wu
dirstate: update backup functions to take full backup filename
2017-07-12, by Adam Simpkins
util: remove unused ctxmanager
2017-07-13, by Martin von Zweigbergk
codemod: simplify nested withs
2017-07-13, by Jun Wu
reposvfs: add a ward to check if locks are properly taken
2016-08-08, by Boris Feld
repovfs: add a ward to check if locks are properly taken
2017-07-11, by Boris Feld
vfs: allow to pass more argument to audit
2017-07-11, by Boris Feld
zsh_completion: add '--partial' flag to completions for 'import' (issue5618)
2017-07-12, by Martin Tietze
configitems: register the 'bugzilla.password' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.mocklog' config
2017-07-07, by Boris Feld
test-amend: fix HGEDITOR shell script to run on Windows
2017-07-13, by Matt Harbison
test-paths: mask out JSON specific path differences for Windows
2017-07-13, by Matt Harbison
tests: categorize entries in blacklist for fsmonitor for future reference
2017-07-13, by FUJIWARA Katsunori
tests: avoid tests related to directory permission if running with fsmonitor
2017-07-13, by FUJIWARA Katsunori
tests: add extra output for fsmonitor at checking under .hg
2017-07-13, by FUJIWARA Katsunori
tests: add extra output for fsmonitor at showconfig
2017-07-13, by FUJIWARA Katsunori
tests: take extra care for fsmonitor at enabling incompatible extension
2017-07-13, by FUJIWARA Katsunori
tests: remove meaningless entries from blacklist for fsmonitor
2017-07-13, by FUJIWARA Katsunori
tests: remove meaningless comment from blacklist for fsmonitor
2017-07-13, by FUJIWARA Katsunori
test-https: stabilize for Windows
2017-07-11, by Matt Harbison
tagmerge: use workingfilectx to write merged tags
2017-07-11, by Phil Cohen
run-tests: add color to output if pygments is available
2017-06-29, by Matthieu Laneuville
win32: work around a WinError problem handling HRESULT types
2017-03-30, by Matt Harbison
test-check-pyflakes: do not leave test.py in the repo
2017-07-12, by Jun Wu
revset: add experimental ancestors/descendants relation subscript
2017-07-08, by Yuya Nishihara
revset: add experimental relation and subscript operators
2017-07-08, by Yuya Nishihara
revset: do not compute weight for integer literal argument
2017-07-08, by Yuya Nishihara
templatekw: export ui.paths as {peerpaths}
2017-07-13, by Yuya Nishihara
summary: fix type of empty unresolved list
2017-07-07, by Yuya Nishihara
vfs: rename auditvfs to proxyvfs
2017-07-07, by Yuya Nishihara
streamclone: comment why path auditing is disabled in generatev1()
2017-07-07, by Yuya Nishihara
streamclone: close large revlog files explicitly in generatev1()
2017-07-07, by Yuya Nishihara
bundle2: no longer use 'retractboundary' in updatephases
2017-07-11, by Boris Feld
bundle2: automatically add 'targetphase' parameter in writenewbundle
2017-07-11, by Boris Feld
bundle2: support the 'targetphase' parameter for the changegroup part
2017-07-11, by Boris Feld
changegroup: stop treating strip as special when dealing with phases
2017-07-11, by Boris Feld
match: inverse _anypats(), making it _prefix()
2017-07-11, by Martin von Zweigbergk
amend: new extension providing the amend command
2017-07-11, by Jun Wu
py3: make localrepo filtered repo cache work on py3
2017-07-11, by Martin von Zweigbergk
configitems: register the 'bugzilla.host' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.fixstatus' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.fixresolution' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.fixregexp' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.db' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.bzuser' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.bzurl' config
2017-07-07, by Boris Feld
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip