Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+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.
revlog: add docstring for checkinlinesize()
2015-09-27, by Gregory Szorc
windows: insert file positioning call between reads and writes
2015-09-27, by Gregory Szorc
tests: suppress verbose output of svn transaction
2015-09-26, by Yuya Nishihara
formatter: use dict.update() to set arguments passed to write functions
2015-09-23, by Yuya Nishihara
formatter: verify number of arguments passed to write functions
2015-09-23, by Yuya Nishihara
help: unify handling of DEPRECATED/EXPERIMENTAL keywords
2015-09-26, by Yuya Nishihara
help: include parens in DEPRECATED/EXPERIMENTAL keywords
2015-09-26, by Yuya Nishihara
help: define list of keywords that should be excluded from non-verbose output
2015-09-26, by Yuya Nishihara
merge with stable
2015-09-25, by Matt Mackall
unbundle: cleanly abort on unknown bundle2 feature
stable
2015-09-25, by Pierre-Yves David
phases: return zero for no-op operations (issue4751) (BC)
2015-09-14, by Jordi GutiƩrrez Hermoso
help: add config.troubleshooting section at the top
2015-09-24, by timeless
dispatch: don't stack trace on commands like `hg .log`
2015-09-25, by Jordi GutiƩrrez Hermoso
gitweb, monoblue: port highlighting linked lines from paper
2015-09-25, by Anton Shestakov
gitweb, monoblue: fix vertical align of spans in .sourcelines
2015-09-25, by Anton Shestakov
merge: fix mergestate comment
2015-09-25, by timeless
rebase: avoid losing branch commits with --keepbranch (issue4835)
2015-09-24, by timeless
lock.release: do not unlink inherited locks
2015-09-24, by Siddharth Agarwal
lock: add a method to reacquire the lock after subprocesses exit
2015-09-24, by Siddharth Agarwal
lock: add a method to prepare the lock for inheritance
2015-09-24, by Siddharth Agarwal
lock: introduce state to keep track of inheritance
2015-09-24, by Siddharth Agarwal
error: add an exception to indicate lock inheritance API contract violations
2015-09-24, by Siddharth Agarwal
clone: check update rev for being True
2015-09-24, by Sean Farley
clone: fix over-indented continuation line
2015-09-24, by Sean Farley
resolve: consistently describe re-merge + unresolved
2015-09-25, by timeless
mercurial: add debugextensions command (issue4676)
2015-09-10, by liscju
dispatch: stop warning about EPIPE in --debug mode
2015-09-24, by Daniel Colascione
rebase: don't rebase obsolete commit whose successor is already rebased
2015-09-14, by Laurent Charignon
check-code: forbid mutable value for default argument
2015-09-24, by Pierre-Yves David
httpconnection: remove a mutable default argument
2015-09-24, by Pierre-Yves David
transplant: remove a mutable default argument
2015-09-24, by Pierre-Yves David
mq: remove a mutable default argument
2015-09-24, by Pierre-Yves David
largefiles: remove a mutable default argument
2015-09-24, by Pierre-Yves David
largefiles: remove a mutable default argument
2015-09-24, by Pierre-Yves David
largefiles: remove a mutable default argument
2015-09-24, by Pierre-Yves David
largefiles: remove a mutable default argument
2015-09-24, by Pierre-Yves David
largefiles: remove a mutable default argument
2015-09-24, by Pierre-Yves David
largefiles: remove a mutable default argument
2015-09-24, by Pierre-Yves David
largefiles: remove a mutable default argument
2015-09-24, by Pierre-Yves David
largefiles: remove a mutable default argument
2015-09-24, by Pierre-Yves David
largefiles: remove a mutable default argument
2015-09-24, by Pierre-Yves David
histedit: remove a mutable default argument
2015-09-24, by Pierre-Yves David
templater: remove a mutable default argument
2015-09-24, by Pierre-Yves David
templater: remove a mutable default argument
2015-09-24, by Pierre-Yves David
templater: remove a mutable default argument
2015-09-24, by Pierre-Yves David
templater: remove a mutable default argument
2015-09-24, by Pierre-Yves David
templater: remove a mutable default argument
2015-09-24, by Pierre-Yves David
addremove: remove a mutable default argument
2015-09-24, by Pierre-Yves David
match: remove a mutable default argument
2015-09-24, by Pierre-Yves David
match: remove a mutable default argument
2015-09-24, by Pierre-Yves David
match: remove a mutable default argument
2015-09-24, by Pierre-Yves David
match: remove a mutable default argument
2015-09-24, by Pierre-Yves David
addremove: remove a mutable default argument
2015-09-24, by Pierre-Yves David
tag: remove a mutable default argument
2015-09-24, by Pierre-Yves David
commit: remove a mutable default argument
2015-09-24, by Pierre-Yves David
lock: move acquirefn call to inside the lock
2015-09-22, by Siddharth Agarwal
localrepo: call lock.lock with releasefn as a keyword arg
2015-09-22, by Siddharth Agarwal
copies: move debug statement to appropriate place
2015-08-19, by Matt Mackall
bidmerge: choose shortest list of diverge and rename/delete warnings
2015-08-19, by Matt Mackall
copies: rename diverge2 to divergeset for clarity
2015-08-19, by Matt Mackall
copies: begin separating mergecopies sides
2015-08-19, by Matt Mackall
copies: rename ctx() to getfctx() for clarity
2015-08-19, by Matt Mackall
monoblue: port code selection without line numbers from gitweb
2015-09-23, by Anton Shestakov
help: copy-edit description of ui.supportcontact
2015-09-22, by Kevin Bullock
ui: avoid mutable default arguments
2015-09-22, by Siddharth Agarwal
util: avoid mutable default arguments
2015-09-22, by Siddharth Agarwal
obsstore: fast path to check if obsstore is empty
2015-09-13, by Yuya Nishihara
obsstore: delay loading markers from obsstore file
2015-09-13, by Yuya Nishihara
obsstore: initialize _all markers without using _addmarkers()
2015-09-13, by Yuya Nishihara
revset: avoid implicit None testing in revset
2015-09-23, by Pierre-Yves David
revset: speed up existence checks for ordered filtered sets
2015-09-20, by Durham Goode
revset: remove existence check from min() and max()
2015-09-20, by Durham Goode
update: move default destination into a revset
2015-09-18, by Pierre-Yves David
merge: move default destination computation in a revset
2015-09-17, by Pierre-Yves David
mergecmd: simplify conditional
2015-09-17, by Pierre-Yves David
rebase: move destination computation in a revset
2015-09-17, by Pierre-Yves David
debian: include bash completions in mercurial-common
2015-09-22, by Augie Fackler
debian: install hgk as part of mercurial-common (issue4829)
2015-09-22, by Augie Fackler
debian: install config files as part of mercurial-common
2015-09-22, by Augie Fackler
debian: configuration so that cacerts is properly loaded
2015-09-22, by Augie Fackler
debian: install hg-ssh to /usr/bin just like downstream
2015-09-22, by Augie Fackler
highlight: remove temporary hack to overwrite repo.getcwd
2015-09-20, by Yuya Nishihara
hgweb: overwrite cwd to resolve file patterns relative to repo (issue4568)
2015-09-20, by Yuya Nishihara
dirstate: state that getcwd() shouldn't be used to get real file path
2015-09-20, by Yuya Nishihara
merge: move merge step to the end
2015-09-16, by Siddharth Agarwal
lock: factor out lock testing into a separate function
2015-09-16, by Siddharth Agarwal
lock: factor code to read lock into a separate function
2015-09-16, by Siddharth Agarwal
tests: add unit tests for locking code
2015-09-17, by Siddharth Agarwal
gitweb: port code selection without line numbers from paper
2015-09-22, by Anton Shestakov
obsolete: remove unused _knownrevs function
2015-09-13, by Yuya Nishihara
bookmark: do not crash when active bookmark is forward and --date is used
2015-09-17, by Pierre-Yves David
bookmark: actually test update behavior in both cases
2015-09-17, by Pierre-Yves David
coal: reuse style-paper.css and use a separate css file for visual tweaks
2015-09-18, by Anton Shestakov
coal: reuse all templates from paper/map by %including the file
2015-09-18, by Anton Shestakov
help/config: reword committemplate external editor text
2015-09-04, by timeless
help/config: reword committemplate multibyte character text
2015-09-04, by timeless
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
tip