Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
revset: use smartset minus operator
2016-02-24, by Durham Goode
histedit: make histedit aware of obsolescense not stored in state (issue4800)
2016-02-23, by Kostia Balytskyi
treemanifest: allow setting flag to 't'
2016-02-09, by Martin von Zweigbergk
treemanifest: use "cp xyz/." instead of "cp xyz/*"
2016-02-23, by Tony Tung
templatefilters: drop old jsonescape() function
2015-12-27, by Yuya Nishihara
templatefilters: make json filter be byte-transparent (BC) (issue4926)
2015-12-27, by Yuya Nishihara
hgweb: add option to convert encoding of graphdata()
2016-01-04, by Yuya Nishihara
hgweb: remove unused argument from graphdata() factory
2016-01-04, by Yuya Nishihara
templatefilters: add "utf8" to get utf-8 bytes from local-encoding text
2015-12-27, by Yuya Nishihara
templatefilters: drop broken "jsonescape" from filters table (BC)
2015-12-27, by Yuya Nishihara
treemanifest: rewrite text() using iterentries()
2016-02-20, by Martin von Zweigbergk
treemanifest: implement iterentries()
2016-02-07, by Martin von Zweigbergk
verify: show progress while verifying dirlogs
2016-02-11, by Martin von Zweigbergk
verify: check for orphaned dirlogs
2016-02-03, by Martin von Zweigbergk
verify: check directory manifests
2016-02-07, by Martin von Zweigbergk
hg: perform update after pulling during clone with share (issue5103)
2016-02-20, by Gregory Szorc
hg: extract post share update logic into own function
2016-02-20, by Gregory Szorc
merge: perform background file closing in batchget
2016-02-20, by Gregory Szorc
merge: indent code in batchget()
2016-02-20, by Gregory Szorc
localrepo: support background closing for wwrite()
2016-02-20, by Gregory Szorc
scmutil: support background closing for write()
2016-02-20, by Gregory Szorc
chg: hold a lock file before connected to server
2016-02-16, by Jun Wu
serve: allow --daemon-postexec to be 'unlink:path' or 'none'
2016-02-22, by Jun Wu
serve: rename --daemon-pipefds to --daemon-postexec (BC)
2016-02-22, by Jun Wu
largefiles: don't explicitly list optional parameters that are not used
2016-02-22, by Tony Tung
revert: properly revert to ancestor of p2 during merge (issue5052)
stable
2016-02-23, by Pierre-Yves David
help: hg.intevation.de is new primary name of hg.intevation.de (and new cert)
stable
2016-02-01, by Thomas Arendsen Hein
rebase: explicitly test abort from ambiguous destination
2016-02-08, by Pierre-Yves David
rebase: choose default destination the same way as 'hg merge' (BC)
2016-02-14, by Pierre-Yves David
rebase: add potential divergent commit hashes to error message (issue5086)
2016-02-17, by Kostia Balytskyi
hgwebdir_wsgi: update script and expand help
2016-02-19, by Sune Foldager
bundlerepo: properly handle hidden linkrev in filelog (issue4945)
2016-02-22, by Pierre-Yves David
rebase: adds storing collapse message (issue4792)
2016-02-17, by liscju
test-automv: fix inline config settings for 5ec1ce8fdf0a
2016-02-22, by Augie Fackler
automv: use 95 as the default similarity threshold
2016-02-16, by Martijn Pieters
bookmarks: add 'hg push -B .' for pushing the active bookmark (issue4917)
2016-02-19, by liscju
worker: change partition strategy to every Nth element
2016-02-20, by Gregory Szorc
run-tests: allow run-tests.py to run tests outside current directory
2016-02-18, by David R. MacIver
histedit: unifying the way replacements are computed for abort and success
2016-02-16, by Kostia Balytskyi
templater: factor out type conversion of revset() result
2016-02-12, by Yuya Nishihara
templater: evaluate each item of revset() as integer revision
2016-02-12, by Yuya Nishihara
demandimport: blacklist sqlalchemy.events as it has side effects (issue5085)
2016-02-06, by Yuya Nishihara
demandimport: enforce ignore list while processing modules in fromlist
2016-02-06, by Yuya Nishihara
phases: use constants for phase values
2016-02-15, by Gregory Szorc
test-paths: fix up json output to match $TESTTMP on Windows
2016-01-20, by Matt Harbison
test-obsolete: conditionalize a test dependent on chmod
2016-01-20, by Matt Harbison
progress: display progress bar when HGPLAINEXCEPT contains "progress"
2016-02-17, by Matt Anderson
run-tests: stop allocating HGPORT3+HGPORT4
2016-02-17, by timeless
run-tests: refactor port allocation into functions
2016-02-17, by timeless
tests: put test-treemanifest.t on a port diet
2016-02-17, by timeless
chg: pass sensitive command line flags to server
2016-02-17, by Jun Wu
chg: use mallocx and reallocx in hgclient
2016-02-17, by Jun Wu
chg: add utility functions mallocx, reallocx
2016-02-17, by Jun Wu
localrepo: move new repo requirements into standalone function (API)
2016-02-15, by Gregory Szorc
localrepo: isolate requirements determination from side effects
2016-02-15, by Gregory Szorc
localrepo: use local variable for requirements assignment
2016-02-13, by Gregory Szorc
destutil: ensure we offer 'hg update' hint when not at head in all cases
2016-02-09, by Pierre-Yves David
chg: forward umask from client to server
2016-02-15, by Jun Wu
chgserver: add setumask method
2016-02-15, by Jun Wu
chgserver: use _readlist and _readstr
2016-02-16, by Jun Wu
commandserver: use _readlist
2016-02-15, by Jun Wu
commandserver: add _readstr and _readlist
2016-02-16, by Jun Wu
extensions: add notloaded method to return extensions failed to load
2016-02-10, by Jun Wu
histedit: renaming parts to which _histedit was split
2016-02-15, by Kostia Balytskyi
histedit: break _histedit into smaller pieces (add _finishaction)
2016-02-15, by Kostia Balytskyi
automv: switch to specifying the similarity as an integer (0-100)
2016-02-15, by Martijn Pieters
automv: do not release lock between marking files and the actual commit
2016-02-15, by Martijn Pieters
automv: reuse existing scutil._markchanges() function
2016-02-15, by Martijn Pieters
automv: improve function docstrings
2016-02-15, by Martijn Pieters
automv: remove test for 'developer mode'
2016-02-15, by Martijn Pieters
automv: add some context for the tests
2016-02-15, by Martijn Pieters
automv: simplify retrieving the status
2016-02-15, by Martijn Pieters
tests: change branches test to work cross platform
2016-02-08, by timeless
histedit: change string literals to constants in goal naming
2016-02-15, by Kostia Balytskyi
run-tests: add --chg option to install and run tests using chg
2016-02-07, by Yuya Nishihara
run-tests: add --with-chg option to run tests using chg
2016-02-07, by Yuya Nishihara
destutil: add more precise error classes for destmerge
2016-02-09, by Pierre-Yves David
destutil: allow to disable the "on head check" in destmerge
2016-02-08, by Pierre-Yves David
destutil: allow to specify an explicit source for the merge
2016-02-08, by Pierre-Yves David
destutil: remove current head from list of candidates early
2016-02-08, by Pierre-Yves David
destutil: add an 'action' layer to the destmerge message dictionary
2016-02-08, by Pierre-Yves David
rebase: extract rebaseset and destination computation in a function
2016-02-09, by Pierre-Yves David
tests: have a more elaborated test for _destrebase
2016-02-09, by Pierre-Yves David
histedit: break _histedit function into smaller pieces
2016-02-14, by Kostia Balytskyi
histedit: break _histedit function into smaller pieces (add _continueaction)
2016-02-14, by Kostia Balytskyi
histedit: break _histedit function into smaller pieces (add _newaction)
2016-02-01, by Kostia Balytskyi
histedit: break _histedit function into smaller pieces (add _editplanaction)
2016-02-01, by Kostia Balytskyi
histedit: break _histedit function into smaller pieces (add _abortaction)
2016-02-01, by Kostia Balytskyi
automv: new experimental extension
2016-02-08, by Martijn Pieters
match: override 'visitdir' in subdirmatcher
2016-02-05, by Martin von Zweigbergk
run-tests: remove useless "failed" flag from addOutputMismatch()
2016-01-09, by Yuya Nishihara
tests: load json with no fallback
2016-01-09, by Yuya Nishihara
config: drop progress extension from sample hgrc as it is in core now
2015-12-15, by Yuya Nishihara
shelve: suggest the correct tool to continue (not unshelve)
2016-02-04, by timeless
histedit: suggest the correct tool to continue (not histedit)
2016-02-04, by timeless
rebase: suggest the correct tool to continue (not rebase)
2016-02-04, by timeless
graft: suggest the correct tool to continue (not graft)
2016-02-04, by timeless
cmdutil: provide a way to report how to continue
2016-02-14, by timeless
hg: make cachedlocalrepo cache appropriate repoview object
2016-02-14, by FUJIWARA Katsunori
rebase: perform update through the 'update' command
2016-02-14, by Pierre-Yves David
rebase: 'hg pull --rebase' now update only if there was nothing to rebase
2016-02-13, by Pierre-Yves David
filectx: replace use of _filerev with _filenode
2016-02-08, by Durham Goode
verify: extract "manifest" constant into variable
2016-02-03, by Martin von Zweigbergk
verify: use similar language for missing manifest and file revisions
2016-02-07, by Martin von Zweigbergk
verify: include "manifest" prefix in a few more places
2016-02-02, by Martin von Zweigbergk
verify: drop unnecessary check for nullid
2016-02-02, by Martin von Zweigbergk
verify: move cross-checking of changeset/manifest out of _crosscheckfiles()
2016-01-31, by Martin von Zweigbergk
tests: add tests for missing revlogs and revlog entries
2016-01-31, by Martin von Zweigbergk
hook: don't crash on syntax errors in python hooks
2016-02-12, by Siddharth Agarwal
hook: for python hook exceptions, add note to run with --traceback
2016-02-12, by Siddharth Agarwal
hook: add tests for failing post- python hooks
2016-02-12, by Siddharth Agarwal
hook: even fewer parentheses for load errors
2016-02-12, by Siddharth Agarwal
destutil: document various failure cases
2016-02-08, by Pierre-Yves David
destutil: consistently retrieve 'p1' and 'branch'
2016-02-08, by Pierre-Yves David
merge: give priority to "not at head" failures for bare 'hg merge'
2016-02-08, by Pierre-Yves David
destutil: extract all 'mergedest' abort messages into a dictionary
2016-02-09, by Pierre-Yves David
tests: add an explicit destination in some rebase tests
2016-02-08, by Pierre-Yves David
tests: remove third head in some of the 'rebase-parameters' tests
2016-02-08, by Pierre-Yves David
run-tests: allow to specify executable of any name by --with-hg
2016-02-07, by Yuya Nishihara
run-tests: drop redundant assignment to BINDIR
2016-02-07, by Yuya Nishihara
run-tests: cast --with-hg option to bytes consistently at parseargs()
2016-02-07, by Yuya Nishihara
run-tests: do not compare bytes with str while ordering tests
2016-02-07, by Yuya Nishihara
clonebundles: use absolute_import
2016-02-09, by Gregory Szorc
churn: use absolute_import
2016-02-09, by Gregory Szorc
children: use absolute_import
2016-02-09, by Gregory Szorc
censor: use absolute_import
2016-02-09, by Gregory Szorc
bugzilla: use absolute_import
2016-02-09, by Gregory Szorc
blackbox: use absolute_import
2016-02-09, by Gregory Szorc
acl: use absolute_import
2016-02-09, by Gregory Szorc
checkunknown: audit path before checking if it's a file or link
2016-02-11, by Durham Goode
pathauditor: change parts verification order to be root first
2016-02-11, by Durham Goode
chg: forward job control signals to worker process (issue5051)
2016-01-19, by Yuya Nishihara
chg: verify return value of sigaction() and sigemptyset()
2016-01-29, by Yuya Nishihara
chg: initialize sigaction fields more reliably
2016-01-29, by Yuya Nishihara
tests: confirm that a badly documented extension doesn't cause a crash
2016-02-12, by Simon Farnsworth
bookmarks: avoid creating a nested repository during testing
2016-02-12, by Martijn Pieters
dispatch: strip command line options like config file options
2016-02-08, by Tony Tung
hook: for python hook ImportErrors, add note to run with --traceback
2016-02-11, by Siddharth Agarwal
hook: fewer parentheses for hook load errors
2016-02-11, by Siddharth Agarwal
hook: use sys.exc_info rather than the deprecated equivalents
2016-02-11, by Siddharth Agarwal
doc: describe full help document hierarchy to create a valid link in HTML
2016-02-11, by FUJIWARA Katsunori
doc: translate from :hg:`help config.SECTION` to a valid link to hgrc.5.html
2016-02-11, by FUJIWARA Katsunori
doc: translate from :hg:`help config` to a valid link to hgrc.5.html
2016-02-11, by FUJIWARA Katsunori
i18n: calculate correct line number in source of messages to be translated
2016-02-11, by FUJIWARA Katsunori
revsetbenchmark: handle exception case
2016-02-10, by Durham Goode
merge: minimize conflicts when common base is not shown (issue4447)
2016-02-10, by Ryan McElroy
merge: introduce method to minimize merge regions
2016-02-10, by Ryan McElroy
merge: add some useful documentation
2016-02-09, by Ryan McElroy
encoding: backport paranoid escaping from templatefilters.jsonescape()
2015-12-27, by Yuya Nishihara
encoding: add option to escape non-ascii characters in JSON
2015-12-27, by Yuya Nishihara
encoding: initialize jsonmap when module is loaded
2016-01-30, by Yuya Nishihara
encoding: change jsonmap to a list indexed by code point
2016-01-30, by Yuya Nishihara
update: change default destination to tipmost descendant (issue4673) (BC)
2016-02-02, by Pierre-Yves David
test: drop useless --update flag in issue1502 tests
2016-02-03, by Pierre-Yves David
treemanifest: don't use cp -T, not supported on OS X
2016-02-11, by Martijn Pieters
chg: use in-tree hg executable to start server for testing
2016-01-03, by Yuya Nishihara
hgignore: ignore chg binary
2016-01-03, by Yuya Nishihara
chg: import frontend sources
2016-01-03, by Yuya Nishihara
debugrevlog: fix dumping manifest fails on empty first revision (issue5062)
2016-02-10, by liscju
help: don't crash in keyword search if an extension fails to provide docs
2016-02-10, by Simon Farnsworth
doc: correct example concerning "hg purge" alias in man page "hgrc.5"
stable
2016-02-20, by Rainer Woitok
fileset: fix copy/paste in eol() error message
stable
2016-02-18, by Matt Harbison
run-tests: factor out _escapepath
2016-01-29, by timeless
debugignore: normalize the file before testing dirstate._ignore()
2016-02-08, by Matt Harbison
check-code: add rule to detect usage of external diff via extdiff
2016-02-11, by FUJIWARA Katsunori
tests: use portable diff script via extdiff extension
2016-02-08, by FUJIWARA Katsunori
test-patchbomb: ensure hg email write to stdout
2016-02-07, by Sébastien Brissaud
check-code: examine magic pattern matching against contents of a file
2016-02-10, by FUJIWARA Katsunori
docchecker: use indentation of 4 spaces
2016-02-10, by FUJIWARA Katsunori
docchecker: remove naked except clause
2016-02-10, by FUJIWARA Katsunori
misc: use modern exception syntax
2016-02-10, by FUJIWARA Katsunori
f: use modern octal number formatting
2016-02-10, by FUJIWARA Katsunori
hg-ssh: parenthesize non-translated message
2016-02-10, by FUJIWARA Katsunori
f: add whitespace around operator
2016-02-10, by FUJIWARA Katsunori
check-commit: omit whitespace
2016-02-10, by FUJIWARA Katsunori
check-commit: wrap too long line
2016-02-10, by FUJIWARA Katsunori
setup: avoid procedure related to hg.exe at setup.py --pure
stable
2016-02-08, by FUJIWARA Katsunori
help: update template examples to use reST literal syntax
stable
2016-02-05, by Yuya Nishihara
ui: fix crash by non-interactive prompt echo for user name
stable
2016-02-06, by Yuya Nishihara
zeroconf: forward all arguments passed to ui.configitems() wrapper
stable
2016-02-10, by Yuya Nishihara
run-tests: warn about symlinks to non hg scripts
2016-02-08, by timeless
tests: make chunk header of external diff glob-ed for portability
2016-02-08, by FUJIWARA Katsunori
tests: make chunk header of external diff glob-ed for portability
2016-02-08, by FUJIWARA Katsunori
tests: make timezone in diff output glob-ed for portability
2016-02-08, by FUJIWARA Katsunori
tests: omit -p for external diff via extdiff extension for portability
2016-02-08, by FUJIWARA Katsunori
update: check command line before modifying repo
2016-02-07, by Martin von Zweigbergk
treemanifest: fix debugrebuildfncache
2016-02-07, by Martin von Zweigbergk
update: warn about other topological head in pull and unbundle
2016-02-03, by Pierre-Yves David
update: warn about other topological heads on bare update
2016-02-02, by Pierre-Yves David
tests: mock getpid to reduce glob usage
2016-02-03, by timeless
util: enable getpid to be replaced
2016-02-03, by timeless
blackbox: refactor use of vfs as _bbvfs
2016-02-08, by timeless
blackbox: flush output file descriptor
2016-02-03, by timeless
tests: change blackbox test to work cross platform
2016-02-03, by timeless
merge: document checkignored and checkunknown configs again
2016-02-01, by Siddharth Agarwal
rebase: respect checkunknown and checkignored in more cases
2016-02-03, by Siddharth Agarwal
test-merge-force: add tests for merge.checkunknown=warn
2016-02-03, by Siddharth Agarwal
merge: tell _checkunknownfiles about whether this was merge --force
2016-02-01, by Siddharth Agarwal
merge: add missing doc for 'labels' parameter
2016-02-01, by Siddharth Agarwal
merge: move abort/warn checks up to the top level of _checkunknownfiles
2016-02-01, by Siddharth Agarwal
match: rename "narrowmatcher" to "subdirmatcher" (API)
2016-02-05, by Martin von Zweigbergk
tests: relax test-devel-warnings to reduce false positives
2016-02-03, by timeless
merge with stable
2016-02-07, by Matt Mackall
chgserver: create new process group after fork (issue5051)
2016-01-19, by Jun Wu
check-commit: check for double-addition of blank lines
2016-02-05, by Matt Mackall
check-commit: scan for multiple instances of error patterns
2016-02-05, by Matt Mackall
merge: add file ancestor linknode to mergestate
2016-02-05, by Durham Goode
merge: add debugmergestate support for _stateextras
2016-02-05, by Durham Goode
merge: add state extras merge state data
2016-02-05, by Durham Goode
revset: use manifest.matches in _follow revset
2016-02-05, by Durham Goode
treemanifests: fix streaming clone
2016-02-04, by Martin von Zweigbergk
treemanifests: fix local clone
2016-02-02, by Martin von Zweigbergk
tests: simplify treemanifest test by backing up entire .hg/store
2016-02-03, by Martin von Zweigbergk
histedit: limit updated and merging output to important updates
2016-02-03, by timeless
tests: fix rebase-abort directory nesting
2016-02-04, by timeless
rebase: document that tool does not apply to deleted files
2016-02-04, by timeless
rebase: mention help merge-tools in help
2016-02-04, by timeless
copies: optimize forward copy detection logic for rebases
2016-02-05, by Durham Goode
tests: pass settings of hypothesis by with statement
2016-01-26, by Yuya Nishihara
tests: adjust for code move in Hypothesis 2.0.0
2016-01-26, by Yuya Nishihara
test-highlight: add normalization rule for Pygments 2.1
2016-01-26, by Yuya Nishihara
test-highlight: factor out function that normalizes pygments output
2016-01-26, by Yuya Nishihara
test-highlight: unify normalization rule of pygments output
2016-01-26, by Yuya Nishihara
tests: remove protected file forcibly for portability
2016-02-05, by FUJIWARA Katsunori
tests: dump journal file by python script instead of sed for portability
2016-02-05, by FUJIWARA Katsunori
tests: execute check-config.py without xargs
2016-02-05, by FUJIWARA Katsunori
tests: avoid nested quoting on command line for portability
2016-02-05, by FUJIWARA Katsunori
version: verbose list internal and external extension source (issue4731)
2016-02-05, by liscju
check-code: allow "grep pattern filename-containing-dash-a"
2016-02-02, by Martin von Zweigbergk
rebase: update working directory when aborting (issue5084)
stable
2016-02-05, by timeless
revset: flatten chained 'list' operations (aka function args) (issue5072)
stable
2016-02-02, by Yuya Nishihara
help: fix typo in backgroundclose documentation
stable
2016-02-05, by André Sintzoff
revert: makes interactive mode ask to forget added files (issue4936)
2016-02-05, by liscju
obsolete: fix n^2 marker computation behavior
2016-02-04, by Durham Goode
memctx: fix memctx manifest file hashes
2016-02-03, by Durham Goode
schemes: add debugexpandscheme command, resolving a scheme to canonical form
2016-01-29, by Jason R. Coombs
schemes: extract scheme expansion as its own method on ShortRepository
2016-01-29, by Jason R. Coombs
merge with stable
2016-02-03, by Matt Mackall
Added signature for changeset b698abf971e7
stable
2016-02-03, by Matt Mackall
Added tag 3.7.1 for changeset b698abf971e7
stable
2016-02-03, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip