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.
check-commit: try to fix multiline handling
2016-01-12, by timeless
check-commit: support REVs as commandline arguments
2016-01-07, by timeless
check-commit: modularize
2016-01-07, by timeless
check-commit: fix summary length regexp
2016-01-07, by timeless
util: simplify file I/O functions using context managers
2016-01-12, by Bryan O'Sullivan
run-tests: use a context manager for file I/O in TextTestRunner
2016-01-12, by Bryan O'Sullivan
bundlerepo: use context manager for file I/O in _writetempbundle
2016-01-12, by Bryan O'Sullivan
shelve: use a context manager for file I/O in listcmd
2016-01-12, by Bryan O'Sullivan
largefiles: use util.readfile in lfconvert
2016-01-12, by Bryan O'Sullivan
run-tests: use a context manager for file I/O
2016-01-12, by Bryan O'Sullivan
largefiles: use util.readfile in overrides
2016-01-12, by Bryan O'Sullivan
commands: use a context manager for file I/O in debugdiscovery
2016-01-12, by Bryan O'Sullivan
check-seclevel: use a context manager for file I/O
2016-01-12, by Bryan O'Sullivan
largefiles: use a context manager in _getfile
2016-01-12, by Bryan O'Sullivan
util: replace file I/O with readfile
2016-01-12, by Bryan O'Sullivan
patchbomb: replace file I/O with util.readfile
2016-01-12, by Bryan O'Sullivan
util: adjust hgcmd() to handle frozen Mercurial on OS X
2016-01-10, by Matt Harbison
util: adjust hgexecutable() to handle frozen Mercurial on OS X
2016-01-10, by Matt Harbison
util: adjust 'datapath' to be correct in a frozen OS X package
2016-01-10, by Matt Harbison
help: add --system flag to get help for various platform(s)
2016-01-10, by timeless
help: split config user settings file by platform
2016-01-10, by timeless
help: label windows config help
2016-01-10, by timeless
help: split out unix/plan9 config help
2016-01-10, by timeless
help: move config default marking to its own line
2016-01-10, by timeless
help: split config ui.portablefilenames
2016-01-10, by timeless
test-hgignore: add globs for Windows
2016-01-12, by Matt Harbison
tests: run check-commit on secret changes too
2016-01-11, by Matt Mackall
util: don't capture exception with a name since we don't use it
2016-01-13, by Augie Fackler
changegroup3: move treemanifest support into _unpackmanifests()
2016-01-08, by Martin von Zweigbergk
changegroup3: add empty chunk separating directories and files
2016-01-11, by Martin von Zweigbergk
changegroup3: introduce experimental.changegroup3 boolean config
2016-01-12, by Martin von Zweigbergk
changegroup: hide packermap behind methods
2016-01-12, by Martin von Zweigbergk
merge with stable
2016-01-13, by Matt Mackall
context: check for differing flags a little earlier
2016-01-12, by Martin von Zweigbergk
context: clarify why we don't compare file contents when nodeid differs
2016-01-12, by Martin von Zweigbergk
status: back out changeset 89f49813526c
2016-01-12, by Martin von Zweigbergk
rebase: prevent creating divergence
2016-01-12, by Laurent Charignon
rebase: create a new variable to make the next patch more legible
2016-01-06, by Laurent Charignon
rebase: minor refactoring of _computeobsoletenotrebased
2016-01-06, by Laurent Charignon
test-status: stabilize for no-execbit platforms
2016-01-13, by Matt Harbison
merge: split up checks for unknown and ignored files that differ
2016-01-12, by Siddharth Agarwal
merge: determine what untracked conflicts cause warns and aborts separately
2016-01-12, by Siddharth Agarwal
merge: factor out code to get checkunknown config
2016-01-12, by Siddharth Agarwal
hooks: add HG_NODE_LAST to txnclose and changegroup hook environments
2016-01-05, by Mateusz Kwapich
exchange: make clone bundles non-experimental and enabled by default
2016-01-08, by Gregory Szorc
exchange: make clonebundleprefers non-experimental
2016-01-08, by Gregory Szorc
clonebundles: remove advertisement of feature
2016-01-08, by Gregory Szorc
changegroup: remove now-unused 'wasempty' variable and parameter
2016-01-08, by Martin von Zweigbergk
treemanifests: set bundle2 part parameter indicating treemanifest
2016-01-08, by Martin von Zweigbergk
docchecker: scan for missing space before :hg:
2016-01-06, by timeless
tests: run docchecker in gendoc.t
2016-01-06, by timeless
tests: move gendoc.t runrst comment next to runrst
2016-01-06, by timeless
docchecker: introduce a way to check for poor markup
2016-01-06, by timeless
minirst: change hgrole to use single quotes
2016-01-12, by timeless
paths: port to generic templater
2015-12-13, by Yuya Nishihara
paths: merge conditions that select visibility of fields
2015-12-13, by Yuya Nishihara
paths: use single loop for both search=None|pattern cases
2015-12-13, by Yuya Nishihara
paths: reorder else clause for readability of subsequent patches
2015-12-13, by Yuya Nishihara
paths: drop ui.status label from output of "hg paths name"
2015-12-13, by Yuya Nishihara
unionrepo: fix wrong rev being checked in iscensored (issue5024)
stable
2016-01-06, by Sean Farley
summary: print unstable, bumped and divergent as unconditionally plural
2016-01-11, by Matt Harbison
debugshell: disable demand importer when importing debugger
2016-01-11, by Gregory Szorc
status: change + back out == clean (API)
2016-01-04, by Martin von Zweigbergk
convert: use manifest.diff() instead of ctx.status()
2016-01-09, by Martin von Zweigbergk
convert: replace cache of (m,a,r) by (ma,r)
2016-01-10, by Martin von Zweigbergk
convert: use _ prefix for private methods in hg sink
2016-01-09, by Martin von Zweigbergk
children: update help with replacement
2016-01-06, by timeless
graphlog: update help with replacement
2016-01-06, by timeless
histedit: clarify modes
2015-12-23, by timeless
histedit: explain basics of histedit commands
2015-12-22, by timeless
histedit: report the unacceptable changeset
2015-12-23, by timeless
mdiff: don't emit a diff header for empty trivial deltas
2016-01-11, by Mike Hommey
commands: get rid of empty try/finally block from _dograft
2016-01-11, by Bryan O'Sullivan
commands: get rid of empty try/finally block from _dobackout
2016-01-11, by Bryan O'Sullivan
commands: get rid of empty try/finally block from import_
2016-01-11, by Bryan O'Sullivan
streamclone: use context manager for writing files
2016-01-02, by Gregory Szorc
scmutil: use context managers for file handles
2016-01-02, by Gregory Szorc
statichttprepo: implement __enter__ and __exit__ on httprangeheader
2016-01-02, by Gregory Szorc
osutil: implement __enter__ and __exit__ on posixfile
2016-01-02, by Gregory Szorc
util: introduce ctxmanager, to avoid nested try/finally blocks
2016-01-11, by Bryan O'Sullivan
hghave: support HGMODULEPOLICY for pure
2016-01-11, by timeless
merge with stable
2016-01-11, by Matt Mackall
tests: extend check-commit self-tests
2016-01-08, by Matt Mackall
encoding: handle UTF-16 internal limit with fromutf8b (issue5031)
2016-01-07, by Matt Mackall
bmstore: add handling of the active bookmark
2015-11-11, by Augie Fackler
patchbomb: treat empty address list as no addresses
2016-01-07, by Bryan O'Sullivan
config: add hasconfig method and supporting plumbing
2016-01-07, by Bryan O'Sullivan
verify: replace "output parameters" by return values
2016-01-05, by Martin von Zweigbergk
shelve: hook afterresolvedstates
2016-01-05, by timeless
check-code: allow only-whitespace lines in tests
2016-01-08, by Matt Mackall
check-commit: try to curb bad commit summary keywords
2015-12-10, by Matt Mackall
changegroup: don't add a second trailing '/' in dir name
2016-01-08, by Martin von Zweigbergk
changegroup: remove left-over debugging help
2016-01-08, by Martin von Zweigbergk
run-tests: skip threading for a single test
2015-12-28, by timeless
sslutil: fix reversed logic (issue5034)
stable
2016-01-08, by Gábor Stefanik
installer: add windows application version number to inno installer script
2016-01-07, by Urs Rau
run-tests: add 'diff' entry in json report
2016-01-05, by Laurent Charignon
bookmarks: make _readactive safe when readlines raises ENOENT
2015-12-01, by Augie Fackler
wix: add help for current internal topics
2015-12-17, by Matt Harbison
help: fix quoting for bundle1 options
2016-01-07, by Gregory Szorc
merge with stable
2016-01-07, by Matt Mackall
extdiff: use @command decorator to set up diff commands
2016-01-01, by Yuya Nishihara
extdiff: factor out list of common options
2016-01-04, by Yuya Nishihara
dispatch: copy inferrepo attribute to alias commands
2016-01-04, by Yuya Nishihara
transplant: specify the right file and path for unfinishedstates
2016-01-06, by timeless
transplant: only use checkunfinished if not continue
2016-01-06, by timeless
transplant: correct language to use working directory
2016-01-05, by timeless
histedit: replace @addhisteditaction with @action
2015-12-23, by timeless
histedit: prefer edit commit, edit message, use commit
2015-12-23, by timeless
histedit: replace editcomment with a function
2015-12-23, by timeless
debugignore: find out why a file is being ignored (issue4856)
2016-01-05, by Laurent Charignon
debugignore: find out if a file is being ignored
2016-01-05, by Laurent Charignon
dirstate: add a way to get the ignore file/line matching an ignored file
2016-01-05, by Laurent Charignon
clone: move bookmarks and checkouts before pull help
2016-01-05, by timeless
status: revert + flag-change == modified
2016-01-04, by Martin von Zweigbergk
util: remove outdated comment about construction overhead
2016-01-05, by Gregory Szorc
test-transplant.t: improve test coverage
2016-01-06, by timeless
help: use backticks for progress.format keywords, correct letter case
2016-01-06, by Anton Shestakov
log: help provide sort by date example
2016-01-06, by timeless
log: mention ordering
2016-01-06, by timeless
transaction: remove 'if True:'
2016-01-06, by Martin von Zweigbergk
lazymanifest: check more return values in filtercopy
2015-12-31, by Augie Fackler
mercurial: pass ui to extensions.load (issue5007)
2015-12-17, by Jun Wu
test-patchbomb.t: drop a number of now-redundant uses of "-n"
2016-01-04, by Bryan O'Sullivan
test-patchbomb.t: test use of sendmail program
2016-01-04, by Bryan O'Sullivan
merge: add options to warn or ignore on colliding unknown files
2016-01-02, by Siddharth Agarwal
batchget: add support for backing up files
2016-01-02, by Siddharth Agarwal
merge: add a new 'backup' argument to get actions
2016-01-02, by Siddharth Agarwal
_checkunknownfiles: turn 'conflicts' into a set
2016-01-02, by Siddharth Agarwal
checkunknownfiles: make control flow clearer
2016-01-02, by Siddharth Agarwal
_checkunknownfiles: rename 'aborts' to 'conflicts'
2016-01-02, by Siddharth Agarwal
origpath: move from cmdutil to scmutil
2016-01-02, by Siddharth Agarwal
revlog: remove unnecessary cache validation in _chunks
2015-11-22, by Gregory Szorc
revlog: return offset from _chunkraw()
2016-01-05, by Gregory Szorc
verify: get rid of some unnecessary local variables
2016-01-05, by Durham Goode
verify: move changelog verificaiton to its own function
2016-01-05, by Durham Goode
verify: move manifest verification to its own function
2016-01-05, by Durham Goode
verify: move file cross checking to its own function
2016-01-05, by Durham Goode
verify: move filelog verification to its own function
2016-01-05, by Durham Goode
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
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip