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.
purge: use absolute_import
2016-03-02, by timeless
record: use absolute_import
2016-03-02, by timeless
relink: use absolute_import
2016-03-02, by timeless
schemas: use absolute_import
2016-03-02, by timeless
shelve: use absolute_import
2016-03-02, by timeless
strip: use absolute_import
2016-03-02, by timeless
graphmod: augment the graph to include more information about the edges
2016-03-04, by Martijn Pieters
graphmod: refactor state handling
2016-03-04, by Martijn Pieters
templater: move label() function from color extension
2015-06-11, by Yuya Nishihara
templater: make label() take unknown symbol as color literal
2015-06-11, by Yuya Nishihara
convert: monotone use absolute_import
2016-03-02, by timeless
convert: p4 use absolute_import
2016-03-02, by timeless
convert: hg use absolute_import
2016-03-02, by timeless
convert: cvsps use absolute_import
2016-03-02, by timeless
convert: darcs use absolute_import
2016-03-02, by timeless
convert: filemap use absolute_import
2016-03-02, by timeless
convert: gnuarch use absolute_import
2016-03-02, by timeless
convert: git use absolute_import
2016-03-02, by timeless
branchmap: check node against changelog instead of repo
2016-03-07, by Durham Goode
changegroup: clear progress callback after changelog processing
2016-02-29, by Martin von Zweigbergk
tests: adjust for code move in Hypothesis 2.0.0
stable
2016-01-26, by Yuya Nishihara
changegroup: progress for added files is not measured in "chunks"
2016-02-28, by Martin von Zweigbergk
changegroup: exclude submanifests from manifest progress
2016-02-28, by Martin von Zweigbergk
commit: block amend while histedit is in progress (issue4800)
2016-02-14, by timeless
chg: limit reconnect attempts
2016-03-02, by Jun Wu
chg: use validate to make sure the server is up to date
2016-03-06, by Jun Wu
chg: implement validate in hgclient
2016-03-06, by Jun Wu
hgclient: use absolute_import and print_function
2016-03-06, by Pulkit Goyal
fixpax: use absolute_import and print_function
2016-03-06, by Pulkit Goyal
debugcmdserver: use absolute_import and print_function
2016-03-06, by Pulkit Goyal
check-config: use absolute_import and print_function
2016-03-06, by Pulkit Goyal
casesmash: use absolute_import
2016-03-06, by Pulkit Goyal
chgserver: implement validate command
2016-03-05, by Jun Wu
templater: handle exception when applying map operator to non-iterable object
2016-02-14, by Yuya Nishihara
templater: factor out thin helper that evaluates argument as string
2016-02-14, by Yuya Nishihara
color: make label() template function stringify "expr" argument first
2016-03-05, by Yuya Nishihara
templater: fix shortest() to evaluate int argument and handle error
2016-02-14, by Yuya Nishihara
templater: fix pad() to evaluate int argument and handle error
2016-02-14, by Yuya Nishihara
templater: drop redundant type conversion when evaluating integer argument
2016-02-14, by Yuya Nishihara
templater: factor out function that evaluates argument as integer
2016-02-14, by Yuya Nishihara
chgserver: use basename for socket symlink
2016-03-04, by Jun Wu
patch: when importing from email, RFC2047-decode From/Subject headers
2016-03-03, by Julien Cristau
histedit: reword message when a changeset produces no changes
2016-03-02, by timeless
tests: replace cat.py with cat in test-histedit-fold-non-commute.t
2016-03-02, by timeless
tests: Solaris grep doesn't add a trailing newline when it's missing
2016-03-02, by Danek Duvall
tests: Solaris cmp complains about empty files, even with -s
2016-03-02, by Danek Duvall
tests: Solaris sed does not support "\n" meaning newline in the RHS of s///
2016-03-02, by Danek Duvall
tests: Solaris cp doesn't support the -T option
2016-03-02, by Danek Duvall
templater: make date() use helper function to evaluate argument
2016-02-14, by Yuya Nishihara
templater: fix revset() to evaluate format arguments eagerly
2016-02-14, by Yuya Nishihara
templater: fix ifcontains() to evaluate items argument eagerly
2016-02-14, by Yuya Nishihara
templater: fix get() to evaluate arguments eagerly
2016-02-14, by Yuya Nishihara
import-checker: report local with stdlib late warning
2016-03-02, by timeless
tests: update test output for test written on stable branch (issue5104)
2016-03-03, by Gregory Szorc
chgserver: pass hashstate and base server address to chgcmdserver
2016-02-29, by Jun Wu
chg: drop progress.assume-tty config
2016-02-29, by Jun Wu
chgserver: mangle server address to include confighash
2016-03-02, by Jun Wu
chgserver: update docs
2016-02-29, by Jun Wu
merge with stable
2016-03-02, by Matt Mackall
commands: use absolute_import
2015-12-21, by Gregory Szorc
cmdutil: use absolute_import
2016-02-27, by Gregory Szorc
keyword: use absolute_import
2016-03-01, by Christian Ebert
pager: use absolute_import
2016-02-28, by Augie Fackler
pager: add tests
2016-02-28, by Augie Fackler
tests: flag Windows specific lines about background closing as optional
2016-02-29, by Matt Harbison
run-tests: defer leftover (?) cleanup until after all output is exhausted
2016-02-28, by Matt Harbison
test-run-tests: pad the failure test to preserve the run order
2016-02-28, by Matt Harbison
changelog: backed out changeset 86de91c56355
2016-03-02, by Matt Mackall
changelog: backed out changeset 1778770e1982
2016-03-02, by Matt Mackall
dispatch: store norepo/optionalrepo/inferrepo attributes in function (API)
2016-01-01, by Yuya Nishihara
extensions: copy extra __dict__ of original function
2016-01-09, by Yuya Nishihara
extensions: copy attributes to wrapper by wrapfunction()
2016-01-09, by Yuya Nishihara
extensions: extract function that copies function attributes to wrapper
2016-01-09, by Yuya Nishihara
tests: fix section description
2016-02-29, by timeless
zeroconf: import ui as uimod per test-check-module-imports
2016-03-01, by Augie Fackler
changelog: lazy decode user (API)
2016-02-27, by Gregory Szorc
changelog: lazy decode description (API)
2016-02-27, by Gregory Szorc
blackbox: optionally log event source
2016-02-11, by timeless
blackbox: remove hexfn
2016-03-01, by timeless
blackbox: rewrite dirty documentation noting it is expensive
2016-03-01, by timeless
zeroconf: remove whitespace around = for named parameters
2016-03-01, by timeless
zeroconf: del is not a function
2016-03-01, by timeless
zeroconf: add whitespace around operator
2016-03-01, by timeless
zeroconf: wrap long lines
2016-03-01, by timeless
zeroconf: drop tabs
2016-03-01, by timeless
zeroconf: omit semicolons
2016-03-01, by timeless
zeroconf: use absolute_import
2016-03-01, by timeless
zeroconf: use print function
2016-03-01, by timeless
histedit: improve error when run on nodes with children (issue5056)
2016-02-29, by liscju
tests: minor grammar change for check-commit
2016-03-01, by timeless
worker: document poor partitioning scheme impact
2016-02-27, by Gregory Szorc
Added signature for changeset d493d64757eb
stable
2016-03-01, by Matt Mackall
Added tag 3.7.2 for changeset d493d64757eb
stable
2016-03-01, by Matt Mackall
hg: obtain lock when creating share from pooled repo (issue5104)
stable
3.7.2
2016-02-27, by Gregory Szorc
doc: remove deprecated option from synopsis of command help
stable
2016-03-01, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with 535f2900d078
stable
2016-02-29, by Wagner Bruna
merge with stable
2016-02-29, by Matt Mackall
merge with i18n
stable
2016-02-29, by Matt Mackall
run-tests: fix Python 3 incompatibilities
2016-02-27, by Gregory Szorc
hghave: use print function
2016-02-27, by Gregory Szorc
changelog: remove redundant parentheses
2016-02-27, by Gregory Szorc
changegroup: use changelog.readfiles
2016-02-27, by Gregory Szorc
rebase: remove experimental option from 'rebase' config section
2016-02-27, by Pierre-Yves David
testing: allow Hypothesis tests to disable extensions
2016-02-26, by David R. MacIver
keepalive: remove useless parentheses around exception type
2016-02-28, by Gregory Szorc
chgserver: add a structure for confighash and mtimehash
2016-02-24, by Jun Wu
chgserver: add utilities to calculate mtimehash
2016-02-26, by Jun Wu
tests: rename 'test-module-import.t' into 'test-check-module-import.t'
2016-02-27, by Pierre-Yves David
pull: deactivate a bookmark not matching with the destination of the update
2016-02-26, by FUJIWARA Katsunori
pull: activate a bookmark matching with the destination of the update (BC)
2016-02-26, by FUJIWARA Katsunori
revset: define "pat" variable unconditionally in subrepo()
2016-02-13, by Yuya Nishihara
revset: drop translation markers from error messages of internal _matchfiles
2015-05-05, by Yuya Nishihara
templatekw: switch ctx of list expression to rev of {parents} (BC)
2016-02-12, by Yuya Nishihara
commands: add postincoming explicit brev argument (API)
2016-02-26, by FUJIWARA Katsunori
hgweb: add index template to json/map
2016-02-27, by Anton Shestakov
merge: fix error message
2016-02-26, by Simon Farnsworth
destutil: show message about other branch heads, even if on a closed head
2016-02-24, by FUJIWARA Katsunori
repoview: discard filtered changelog if index isn't shared with unfiltered
2016-02-24, by FUJIWARA Katsunori
chgserver: make _renewui load repo and command line configs
2016-02-26, by Jun Wu
dispatch: add wd parameter to _getlocal
2016-02-26, by Jun Wu
chgserver: add utilities to calculate confighash
2016-02-26, by Jun Wu
chg: detect chg started by chg
2016-02-26, by Jun Wu
chg: fallback to original hg for some unsupported commands or flags
2016-02-26, by Jun Wu
testing: add a 'continuous' profile
2016-02-24, by David R. MacIver
testing: allow Hypothesis to enable extensions
2016-02-24, by David R. MacIver
testing: test multiple repositories with Hypothesis
2016-02-26, by David R. MacIver
testing: expand Hypothesis tests with branch commands
2016-02-24, by David R. MacIver
testing: generate tests operations using Hypothesis
2016-02-24, by David R. MacIver
i18n-ja: synchronized with cb6a952efbf4
stable
2016-02-29, by FUJIWARA Katsunori
log: fix order of revisions filtered by multiple OR options (issue5100)
stable
2016-02-15, by Yuya Nishihara
demandimport: add _imp to ignore list
stable
2016-02-25, by Gregory Szorc
tests: rename regression tests
2016-02-25, by timeless
zeroconf: fix crash in "hg paths" when zeroconf server is up
2016-02-25, by Danek Duvall
zeroconf: fix setsockopt() call on Solaris to send payload of correct length
2016-02-24, by Danek Duvall
blackbox: properly replace ui class
2016-02-03, by timeless
blackbox: store the blackbox ui object instead of the log file
2016-02-03, by timeless
blackbox: log dirty state
2016-02-09, by timeless
blackbox: log working directory version
2016-02-09, by timeless
blackbox: rename fp variable
2016-02-08, by timeless
blackbox: avoid creating multiple file handles for a single log
2016-02-03, by timeless
tests: mock getpid to reduce glob usage
2016-02-24, by timeless
changegroup: drop special-casing of flat manifests
2016-02-22, by Martin von Zweigbergk
changegroup: fix treemanifests on merges
2016-02-12, by Martin von Zweigbergk
templatekw: workaround for utf-8 round-trip of {desc}
2015-12-27, by Yuya Nishihara
test: update test-bundle2-format.t comment
2016-02-25, by Pierre-Yves David
chg: extract gethgcmd logic to a function
2016-02-24, by Jun Wu
destutil: use cached branch information instead of query for efficiency
2016-02-24, by FUJIWARA Katsunori
destutil: replace wc.branch() invocations by cached value for efficiency
2016-02-24, by FUJIWARA Katsunori
destutil: remove redundant examination
2016-02-24, by FUJIWARA Katsunori
destutil: add new local variable to increase readability
2016-02-24, by FUJIWARA Katsunori
changegroup: write root manifests and subdir manifests in a single loop
2016-02-12, by Martin von Zweigbergk
changegroup: introduce makelookupmflinknode(dir)
2016-02-12, by Martin von Zweigbergk
changegroup: prune subdirectory dirlogs too
2016-02-12, by Martin von Zweigbergk
changegroup: include subdirectory manifests in verbose size
2016-02-12, by Martin von Zweigbergk
changegroup: make _packmanifests() dumber
2016-02-12, by Martin von Zweigbergk
changegroup: extract generatemanifests()
2016-02-11, by Martin von Zweigbergk
merge: use any() instead of for loop when checking for dirty subrepos
2016-02-23, by Martin von Zweigbergk
templater: fix list templating bug
2016-02-24, by Kostia Balytskyi
histedit: also handle locally missing nodes when reading obsolescence
2016-02-24, by Pierre-Yves David
chgserver: auto exit after being idle for too long or lose the socket file
2016-02-24, by Jun Wu
unionrepo: properly handle hidden linkrev in revlog (issue5070)
stable
2016-02-22, by Pierre-Yves David
bundlerepo: properly handle hidden linkrev in manifestlog (issue4945)
stable
2016-02-22, by Pierre-Yves David
bundlerepo: properly handle hidden linkrev in filelog (issue4945)
stable
2016-02-22, by Pierre-Yves David
check-code: allow old style class with special comments
2016-02-24, by Jun Wu
merge with stable
2016-02-24, by Matt Mackall
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
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip