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
+30000
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.
dispatch: make "_checkshellalias()" invoke "findcmd()" with "strict=True"
stable
2014-01-29, by FUJIWARA Katsunori
rebase: abort cleanly when we encounter a damaged rebasestate (issue4155)
stable
2014-01-30, by Matt Mackall
i18n-ja: change phrasing for "or"
stable
2014-01-30, by FUJIWARA Katsunori
i18n-ja: fix some quoting problems for space character usage
stable
2014-01-29, by FUJIWARA Katsunori
i18n-ja: synchronized with f493c2f67430
stable
2014-01-29, by FUJIWARA Katsunori
i18n: fix non-matching 1st line indentations
stable
2014-01-22, by Simon Heimberg
i18n: fix some non matching quotation marks in translations
stable
2014-01-22, by Simon Heimberg
i18n: do not translate rst syntax .. note::
stable
2014-01-22, by Simon Heimberg
i18n-pt_BR: synchronized with 268a5ab5c27b
stable
2014-01-27, by Leonardo Bueno Postacchini
subrepo: make it possible to update to hidden subrepo revisions
stable
2013-11-24, by Angel Ezquerra
subrepo: remove unnecessary else clause in hgsubrepo._get
stable
2013-11-24, by Angel Ezquerra
subrepo: do not try to get hidden revisions
stable
2013-11-24, by Angel Ezquerra
parsers: fix 'unsigned expression is always true' warning (issue4142)
stable
2014-01-23, by David Soria Parra
wix: pull in new templates
stable
2014-01-23, by Steve Borho
phase: properly compute ancestors of --rev on push (issue3786)
stable
2013-01-28, by Pierre-Yves David
hgext: fix one typo in rebase
stable
2014-01-23, by Simon Heimberg
templater: selecting a style with no templates does not crash (issue4140)
stable
2014-01-23, by Simon Heimberg
makefile: add $ to environment variables in help message
stable
2014-01-23, by Matt Mackall
Added signature for changeset 8862469e16f9
stable
2014-01-21, by Matt Mackall
Added tag 2.9-rc for changeset 8862469e16f9
stable
2014-01-21, by Matt Mackall
merge with i18n
stable
2.9-rc
2014-01-21, by Matt Mackall
i18n: fix trailing '::' on translated messages
stable
2014-01-20, by Wagner Bruna
merge default into stable for 2.9 code freeze
stable
2014-01-21, by Matt Mackall
tests: stop tracking tests/gpg/random_seed
2014-01-20, by Mads Kiilerich
tests: 'hghave tic' also requires curses support in Python
2014-01-20, by Mads Kiilerich
test-import-merge: mangle file in binary mode
2014-01-20, by Matt Mackall
localrepo: drop dead comment
2014-01-19, by Matt Mackall
record: re-enable whitespace-ignoring options
2014-01-16, by Jordi GutiƩrrez Hermoso
record: use commands.diffwsopts instead of ad-hoc diffopts
2014-01-16, by Jordi GutiƩrrez Hermoso
phases: add a formal note that hash of secret changeset may leak out
2013-11-17, by Pierre-Yves David
largefiles: stylistic cleanup of filemerge
2013-11-16, by Mads Kiilerich
largefiles: show hashes before prompting for conflict resolution
2013-11-16, by Mads Kiilerich
largefiles: don't try to explain rename history before prompt for conflicts
2013-11-16, by Mads Kiilerich
largefiles: drop redundant special handling of merges of renames
2013-11-16, by Mads Kiilerich
diff: search beyond ancestor when detecting renames
2013-11-16, by Mads Kiilerich
cat: increase perf when catting single files
2014-01-14, by Durham Goode
changectx: increase perf of walk function
2014-01-14, by Durham Goode
url: added authuri when login information is requested (issue3209)
2014-01-15, by Lucas Moscovicz
doc: add description about pattern matching against directories
2014-01-17, by FUJIWARA Katsunori
revset: add explanation about the pattern without explicit kind
2014-01-17, by FUJIWARA Katsunori
revset: use "canonpath()" for "filelog()" pattern without explicit kind
2014-01-17, by FUJIWARA Katsunori
revset: avoid loop for "match.files()" having always one element for efficiency
2014-01-17, by FUJIWARA Katsunori
revset: make default kind of pattern for "contains()" rooted at cwd
2014-01-17, by FUJIWARA Katsunori
revset: narrow scope of the variable referred only in specific code path
2014-01-17, by FUJIWARA Katsunori
tests: fix test-run-tests.py on OS X
2014-01-17, by Simon Heimberg
tests: test-debugcommands.t also matches stack trace on python 2.4
2014-01-17, by Simon Heimberg
commands: use bookmarks.validdest instead of duplicating logic
2014-01-15, by Sean Farley
update: consider successor changesets when moving active bookmark
2014-01-15, by Sean Farley
merge: consider successor changesets for a bare update
2014-01-15, by Sean Farley
merge: refactor initialization of variables in update
2013-11-06, by Sean Farley
merge: update comment for future devs
2013-11-06, by Sean Farley
obsolete: clarify documentation for succcessorssets
2014-01-15, by Sean Farley
backout: add a message after backout that need manual commit
2014-01-08, by Pierre-Yves David
backout: avoid update on simple case.
2014-01-08, by Pierre-Yves David
run-tests: print more information on unnecessary glob matching
2014-01-16, by Simon Heimberg
run-tests: suggest to append glob when only path sep does not match
2014-01-16, by Simon Heimberg
run-tests: test each line matching function on its own
2014-01-16, by Simon Heimberg
tests: new test for line matching functions in run-tests
2014-01-16, by Simon Heimberg
test-backout: add multiple summary calls to monitor result wc
2014-01-08, by Pierre-Yves David
transplant: use "ui.extractchoices()" to show the list of available responses
2013-12-02, by FUJIWARA Katsunori
transplant: use "ui.promptchoice()" for interactive transplant
2013-12-02, by FUJIWARA Katsunori
transplant: add test for interactive transplant
2013-12-02, by FUJIWARA Katsunori
record: use "ui.extractchoices()" to get the list of available responses
2013-12-02, by FUJIWARA Katsunori
ui: add "extractchoices()" to share the logic to extract choices from prompt
2013-12-02, by FUJIWARA Katsunori
branchmap: use set for update code
2014-01-06, by Pierre-Yves David
branchmap: simplify update code
2014-01-06, by Pierre-Yves David
branchmap: stop useless rev -> node -> rev round trip
2014-01-03, by Pierre-Yves David
branchmap: stop membership test in update logic
2013-01-15, by Pierre-Yves David
branchmap: remove silly line break
2014-01-03, by Pierre-Yves David
run-tests: set the thread name to the test name for info on error
2014-01-16, by Simon Heimberg
run-tests: report tests as failed when run-test raises an error
2014-01-16, by Simon Heimberg
hgweb: infinite scroll support for coal style
2014-01-08, by Takumi IINO
test-hgweb-*: output change fixes from b1d65cb8
2014-01-16, by Augie Fackler
hgweb: infinite scroll support for monoblue style
2014-01-08, by Takumi IINO
hgweb: infinite scroll support for gitweb style
2014-01-08, by Takumi IINO
hgweb: avoid invalid infinity scroll request when overwritten web.style
2014-01-08, by Takumi IINO
hgweb: fix regexp for other styles like monoblue
2014-01-08, by Takumi IINO
tests: introduce test for rebasing on named branches with closed heads
2013-11-16, by Mads Kiilerich
rebase: remove old code for handling empty rebaseset
2013-11-16, by Mads Kiilerich
rebase: improve error message for --base being empty or causing emptiness
2013-11-17, by Mads Kiilerich
rebase: improve error message for empty --source set
2013-11-17, by Mads Kiilerich
rebase: improve error message for empty --rev set
2013-11-16, by Mads Kiilerich
rebase: test for empty dest revision
2013-11-17, by Mads Kiilerich
help: branch names primarily denote the tipmost unclosed branch head
2013-11-21, by Mads Kiilerich
util: introduce util.debugstacktrace for showing a stack trace without crashing
2014-01-12, by Mads Kiilerich
check-code: print debug output when an ignore pattern matches
2014-01-07, by Simon Heimberg
check-code: drop now unused check-code-ignore
2014-01-07, by Simon Heimberg
check-code: explain what to do when a check-code rule mismatches
2014-01-07, by Simon Heimberg
cleanup: Remove the only ever used skip-check-code pragma
2014-01-07, by Simon Heimberg
check-code: always report when a file is skipped by "no-check-code"
2014-01-07, by Simon Heimberg
check-code: do not skip entire file, skip only one match instead
2014-01-07, by Simon Heimberg
bisect: --command without --noupdate should flag the parent rev it tested
2013-11-16, by Mads Kiilerich
context: drop caching 'copies' method
2013-11-16, by Mads Kiilerich
commands.bookmarks: move hexfn to inside list block
2013-11-19, by Siddharth Agarwal
commands.bookmarks: move cur initialization to inside wlock
2013-11-19, by Siddharth Agarwal
commands.bookmarks: pass cur in explicitly to checkconflict
2013-11-21, by Siddharth Agarwal
commands.bookmarks: hold wlock for write operations
2013-11-19, by Siddharth Agarwal
commands.bookmarks: separate out 'no bookmarks set' status messages
2013-11-19, by Siddharth Agarwal
tests: test-convert-cvs-synthetic.t requires cvs 1.12
2013-11-16, by Mads Kiilerich
merge with stable
2014-01-13, by Matt Mackall
i18n-de: rename noun "entfernt" to "Gegenseite"
stable
2014-01-08, by David Soria Parra
doc: bump copyright year
2014-01-10, by Kevin Bullock
localrepo: drop unused variable
2014-01-10, by Matt Mackall
discovery: stop using nodemap for membership testing
2013-11-15, by Pierre-Yves David
discovery: enforce filtering into revlogbaseddag._internalizeall
2013-11-15, by Pierre-Yves David
discovery: make revlogdag work on filtered repo
2013-11-15, by Pierre-Yves David
pull: run findcommon incoming on unfiltered repo
2013-11-16, by Pierre-Yves David
push: more robust check for bundle fast path
2013-11-05, by Pierre-Yves David
pull: fix post-pull common computation
2013-11-16, by Pierre-Yves David
run-tests: better check for python version
2013-11-25, by Simon Heimberg
templatekw: allow tagtypes other than global in getlatesttags
2013-12-23, by Andrew Shadura
revlog: move file writing to a separate function
2013-11-26, by Durham Goode
discovery: prefer loop to double-for list comprehension in changegroupsubset
2013-11-24, by Kevin Bullock
merge with stable
2014-01-02, by Matt Mackall
merge with stable
2014-01-02, by Matt Mackall
Added signature for changeset ca387377df7a
stable
2014-01-01, by Matt Mackall
Added tag 2.8.2 for changeset ca387377df7a
stable
2014-01-01, by Matt Mackall
merge with i18n
stable
2.8.2
2014-01-01, by Matt Mackall
i18n-ja: synchronized with d4be314b2071
stable
2013-12-30, by FUJIWARA Katsunori
merge with stable
2014-01-01, by Augie Fackler
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip