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