Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
verify: move checkentry() to be a class function
2016-01-05, by Durham Goode
verify: move checklog() onto class
2016-01-05, by Durham Goode
dockerrpm: fix CentOS 5 RPMs (issue4977)
stable
2016-01-04, by Mathias De Maré
check-code: enforce strict spacing around assignment
2015-12-31, by timeless
cleanup: remove superfluous space after space after equals (tests)
2015-12-31, by timeless
cleanup: remove superfluous space after space after equals (C)
2015-12-31, by timeless
cleanup: remove superfluous space after space after equals (python)
2015-12-31, by timeless
tests: make a stab at approximating wall-clock times
2016-01-04, by Bryan O'Sullivan
tests: only stat a test file if we don't already know its "cost"
2016-01-04, by Bryan O'Sullivan
tests: write recent run times to a file named tests/.testtimes
2016-01-04, by Bryan O'Sullivan
wireproto: support disabling bundle1 only if repo is generaldelta
2015-12-20, by Gregory Szorc
streamclone: use read()
2016-01-02, by Gregory Szorc
internals: document revlog format
2015-12-30, by Gregory Szorc
histedit: hide --outgoing warnings
2015-12-22, by timeless
histedit: list action when intervention is required
2015-12-23, by timeless
error: make InterventionRequired take a hint
2015-12-23, by timeless
histedit: hook afterresolvedstates
2015-12-24, by timeless
rebase: hook afterresolvedstates
2015-12-24, by timeless
graft: hook afterresolvedstates
2015-12-24, by timeless
resolve: suggest the next action
2015-12-24, by timeless
dispatch: report similar names consistently
2016-01-04, by Bryan O'Sullivan
cmdutil: pass node instead of ctx to diffordiffstat
2016-01-04, by Durham Goode
import-checker: list package directory as stdlib module
2015-12-27, by Yuya Nishihara
import-checker: normalize directory separator to get module name on Windows
2015-12-27, by Yuya Nishihara
mail: use print function
2016-01-02, by Gregory Szorc
lsprofcalltree: use print function
2016-01-02, by Gregory Szorc
lsprof: use print function
2016-01-02, by Gregory Szorc
keepalive: use print function
2015-06-21, by Gregory Szorc
dispatch: use print function
2015-06-21, by Gregory Szorc
help: include section heading if section depth changes
2016-01-01, by timeless
import: refactor nocommit and importbranch handling
2015-12-30, by timeless
import: refactor date and user handling
2015-12-30, by timeless
import: limit scope of msg in tryimportone
2015-12-30, by timeless
merge with stable
2016-01-02, by Matt Mackall
lazymanifest: check error return in filter
2015-12-31, by Augie Fackler
lazymanifest: add missing closing parenthesis in comment
2015-12-31, by Augie Fackler
help: rename the Format section to Structure
2015-12-30, by timeless
help: refactor version/defaults from format section
2015-12-30, by timeless
help: sort format section from newest to oldest
2015-12-30, by timeless
histedit: fix comment in newnodestoabort
2015-12-30, by timeless
histedit: fix comment in applychanges
2015-12-30, by timeless
run-tests: fix get port to try differing ports
2015-12-29, by timeless
httpclient: update to 938f2107d6e2 of httpplus
2015-12-31, by Augie Fackler
histedit: remove unused variable state
2015-12-31, by timeless
filemerge: default change/delete conflicts to 'leave unresolved' (BC)
2015-12-23, by Siddharth Agarwal
tests: explicitly request changed version in test-rebase-newancestor.t
2015-12-23, by Siddharth Agarwal
tests: explicitly request changed version in c/d conflict in test-commit-amend.t
2015-12-23, by Siddharth Agarwal
test-copy-move-merge.t: explicitly request changed version
2015-12-23, by Siddharth Agarwal
match: add option to return line and lineno from readpattern
2015-12-26, by Laurent Charignon
dirstate: extract logic to compute the list of ignorefiles
2015-12-23, by Laurent Charignon
dirstate: call the C implementation of nonnonormalentries when available
2015-12-23, by Laurent Charignon
dirstate: add a C implementation for nonnormalentries
2015-12-21, by Laurent Charignon
dirstate: add test for non-normal set consistency
2015-12-21, by Laurent Charignon
dirstate: add code to update the non-normal set
2016-01-01, by Laurent Charignon
dirstate: attach the nonnormalset to a propertycache
2015-12-23, by Laurent Charignon
dirstate: add a function to compute non-normal entries from the dmap
2015-12-21, by Laurent Charignon
revset: use decorator to mark a predicate as safe
2015-12-29, by FUJIWARA Katsunori
revset: use delayregistrar to register predicate in extension easily
2015-12-29, by FUJIWARA Katsunori
registrar: add delayregistrar class to register function in extensions
2015-12-29, by FUJIWARA Katsunori
revset: use decorator to register a function as revset predicate
2015-12-29, by FUJIWARA Katsunori
registrar: add funcregistrar class to register function for specific purpose
2015-12-29, by FUJIWARA Katsunori
hgweb: support rendering a sub-topic
2015-12-30, by Gregory Szorc
hgweb: support rendering sub-topic indexes
2015-12-30, by Gregory Szorc
templates: support linking to main help page
2015-12-30, by Gregory Szorc
templates: differentiate between partial and full topic name
2015-12-30, by Gregory Szorc
templates: make earlycommands and othercommands optional
2015-12-30, by Gregory Szorc
rebase: better error message when rebased changes are all in destination
2015-12-29, by Laurent Charignon
lrucachedict: add copy method
2015-12-30, by Eric Sumner
Added signature for changeset ea389970c084
stable
2016-01-02, by Matt Mackall
Added tag 3.6.3 for changeset ea389970c084
stable
2016-01-02, by Matt Mackall
merge with i18n
stable
3.6.3
2016-01-02, by Matt Mackall
i18n-ja: synchronized with ca8ada499529
stable
2016-01-01, by FUJIWARA Katsunori
merge: while checking for unknown files don't follow symlinks (issue5027)
stable
2015-12-28, by Siddharth Agarwal
merge with stable
2015-12-31, by Matt Mackall
tests: add test-check-execute.t
2015-12-22, by timeless
parents: correct help revset replacements
2015-12-23, by timeless
run-tests: avoid double counting server fails
2015-12-28, by timeless
commandserver: reset state of progress bar per command
2015-12-14, by Yuya Nishihara
commandserver: do not set nontty flag if channel is replaced by a real file
2015-12-14, by Yuya Nishihara
run-tests: report missing feature for skipped tests
2015-12-22, by timeless
paths: do not process default-push as pushurl of default path (issue5000)
2015-12-26, by Yuya Nishihara
push: specify default-push and default as fallback paths
2015-12-26, by Yuya Nishihara
paths: make getpath() accept multiple defaults
2015-12-26, by Yuya Nishihara
check-code: improve test-check-code error diffs
2015-12-24, by timeless
destutil: use scmutil.revrange for desthistedit (issue5001)
2015-12-24, by Gregory Szorc
pull: make a single call to obsstore.add (issue5006)
2015-12-18, by Matt Mackall
tests: Solaris diff -U also emits "No differences encountered"
2015-12-27, by Danek Duvall
test-glog: avoid check-code violation after next patch
2015-12-29, by Augie Fackler
push: restore old behavior of default-push (issue5000)
stable
2015-12-26, by Yuya Nishihara
hgweb: fixed invalid atom-log feed url in file log page
2015-12-29, by Yoshinari Takaoka
repair: improves documentation of strip regarding locks
2015-12-29, by Laurent Charignon
help: remove stray double spaces from config help
2015-12-29, by timeless
help: clarify that the config hook priority prefix includes a period
2015-12-29, by timeless
monoblue: correct feed links on /branches, /tags and /bookmarks
2015-12-29, by Anton Shestakov
gitweb: describe feed type in links on /branches, /tags and /bookmarks
2015-12-29, by Anton Shestakov
gitweb: link to the correct feeds from help pages
2015-12-29, by Anton Shestakov
histedit: handle exceptions from node.bin in fromrule
2015-12-23, by timeless
histedit: limit cleanup of histedit-last-edit.txt to success
2015-12-23, by timeless
histedit: use parse-error exception for parsing
2015-12-27, by timeless
test-histedit-edit: test histedit with dirty repo
2015-12-11, by timeless
histedit: limit mentioning histedit-last-edit.txt
2015-12-11, by timeless
histedit: check fold of public change during verify
2015-12-28, by timeless
histedit: pass previous action to verify
2015-12-28, by timeless
annotate: mention that -n is suppressed in help
2015-12-17, by timeless
test-bundle2-format: force gc so a GeneratorExit will be thrown
2015-12-23, by Bryan O'Sullivan
test-bad-extension: account for PyPy/CPython error difference
2015-12-23, by Bryan O'Sullivan
demandimport: update obsolete comment
2015-12-23, by Bryan O'Sullivan
demandimport: add support for PyPy
2015-12-23, by Bryan O'Sullivan
test-demandimport: ensure that relative imports are deferred
2015-12-23, by Bryan O'Sullivan
histedit: don't bother with cPickle, demand-load pickle
2015-12-23, by Bryan O'Sullivan
merge with stable
2015-12-28, by Matt Mackall
crecord: stop raising error.Abort if curses is not found (issue5008)
stable
2015-12-16, by Sean Farley
cmdutil: use crecordmod.checkcurses
stable
2015-12-15, by Sean Farley
crecord: ensure that curses is False if not imported
stable
2015-12-15, by Sean Farley
crecord: add helper function to determine if we should use curses
stable
2015-12-15, by Sean Farley
crecord: use try/except for import of curses
stable
2015-12-16, by Sean Farley
histedit: only use pickle if not using the modern save format
2015-12-27, by Bryan O'Sullivan
perf: close transaction in perffncachewrite
2015-12-27, by Bryan O'Sullivan
hbisect: use tryreadlines to load state
2015-12-27, by Bryan O'Sullivan
eol: make output stable
2015-12-27, by Bryan O'Sullivan
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip