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.
bookmarks: prevent divergent bookmark from being updated unexpectedly
2015-03-17, by FUJIWARA Katsunori
manifest: include Python.h before standard headers
2015-03-18, by Drew Gottlieb
crecord: use colwidth instead of ucolwidth
2015-03-18, by Matt Mackall
manifest: speed up matches for large sets of files
2015-03-18, by Matt Mackall
perf: add methods for timing changeset file list reading
2015-03-18, by Matt Mackall
censor: add exchange tests, via local push/pull and bundle/unbundle
2015-03-15, by Mike Edgar
censor: add censor command to hgext with basic client-side tests
2015-03-15, by Mike Edgar
record: add comparison methods for recordhunk class
2015-03-13, by Laurent Charignon
record: minor refactoring of dorecord
2015-03-12, by Laurent Charignon
record: add tests for the curses recording interface
2015-03-12, by Laurent Charignon
record: enable curses recording logic with experimental flag
2015-03-12, by Laurent Charignon
record: change arguments of curses recording function
2015-03-13, by Laurent Charignon
record: change interface of the filtering function
2015-03-12, by Laurent Charignon
hgweb: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
pvec: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
scmutil: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
templater: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
largefiles: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
obsolete: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
fileset: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
filectx: add a repo accessor
2015-03-13, by Matt Harbison
run-tests: ignore ENOENT failures when removing old .err results
2015-03-13, by Augie Fackler
run-tests: stop storing start/stop times in a dict by test name
2015-03-13, by Augie Fackler
run-tests: avoid running the same test instance concurrently
2015-03-13, by Augie Fackler
run-tests: add --runs-per-test flag
2015-03-13, by Augie Fackler
convert: adjust progress bar for octopus merges (issue4169)
2015-03-12, by Augie Fackler
test-convert-git: show insane progress bar with octopus merge (issue4169)
2015-03-12, by Augie Fackler
manifest: have context use self.hasdir()
2015-03-13, by Drew Gottlieb
manifest: add hasdir() to context
2015-03-13, by Drew Gottlieb
manifest: add manifestdict.hasdir() method
2015-03-13, by Drew Gottlieb
manifest: have context's dirs() call its manifest's dirs()
2015-03-13, by Drew Gottlieb
manifest: add dirs() to manifestdict
2015-03-13, by Drew Gottlieb
formatter: convert None to json null
2014-09-17, by Yuya Nishihara
localrepo: extend "changeid in repo" to return True for workingctx revision
2014-08-17, by Yuya Nishihara
merge with stable
2015-03-16, by Matt Mackall
crecord: fix another underbar
2015-03-16, by Matt Mackall
crecord: fiddle with vertical whitespace
2015-03-16, by Matt Mackall
crecord: fix underbar style for orig_stdout
2015-03-16, by Matt Mackall
crecord: use encoding.ucolwidth
2015-03-16, by Matt Mackall
crecord: more import style
2015-03-16, by Matt Mackall
crecord: fix some import style
2015-03-16, by Matt Mackall
manifest.c: ensure realloc_if_full() returns 1 or 0
2015-03-13, by Matt Harbison
record: change recording function to work with crecord
2015-03-12, by Laurent Charignon
record: add crecord's ui logic to core
2015-03-12, by Laurent Charignon
record: change interface of dorecord to accept new filters
2015-03-11, by Laurent Charignon
record: remove duplicated tests
2015-03-11, by Laurent Charignon
record: make record use commit -i
2015-03-11, by Laurent Charignon
style: kill ersatz if-else ternary operators
2015-03-13, by Jordi GutiƩrrez Hermoso
cvsps: use a different tiebreaker to avoid flaky test
2015-03-13, by Augie Fackler
templates: fix "log -q" output of default style
stable
2015-03-14, by Yuya Nishihara
merge with stable
2015-03-13, by Matt Mackall
subrepo: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
files: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
context: add a repo accessor
2015-03-12, by Matt Harbison
test-histedit-edit.t: demonstrate qnew fails during a histedit (issue4366)
2015-03-12, by Augie Fackler
lazymanifest: make __iter__ generate filenames, not 3-tuples
2015-03-12, by Martin von Zweigbergk
lazymanifest: fix pure hg iterkeys()
2015-03-12, by Martin von Zweigbergk
hgweb: prevent loading style map from directories other than specified paths
stable
2015-03-13, by Yuya Nishihara
lazymanifest: add iterkeys() method
2015-03-11, by Martin von Zweigbergk
lazymanifest: extract function for iterating to next line
2015-03-11, by Martin von Zweigbergk
lazymanifest: fail if path or hash strings cannot be created
2015-03-11, by Martin von Zweigbergk
manifest: rewrite find(node, f) in terms of read(node)
2015-03-11, by Martin von Zweigbergk
ssl: load CA certificates from system's store by default on Python 2.7.9
2015-02-26, by Yuya Nishihara
ssl: set explicit symbol "!" to web.cacerts to disable SSL verification (BC)
2015-03-04, by Yuya Nishihara
test-https: enable dummycert test only if Apple python is used (issue4500)
2015-03-04, by Yuya Nishihara
ssl: extract function that returns dummycert path on Apple python
2015-03-04, by Yuya Nishihara
largefiles: don't create chain of __contains__ calls
2015-03-11, by Martin von Zweigbergk
lazymanifest: don't depend on printf's 'hh' format to work
2015-03-12, by Martin von Zweigbergk
bundle2: test hooking using the new transaction-level hook
2015-03-11, by Pierre-Yves David
hook: add a generic hook right before we commit a transaction
2015-03-09, by Pierre-Yves David
transaction: add a validation stage
2015-03-09, by Pierre-Yves David
hook: add a generic hook after transaction has been closed
2015-03-09, by Pierre-Yves David
hook: have a generic hook for transaction opening
2014-12-10, by Pierre-Yves David
templater: allow piping generator-type function output to filters
2015-02-24, by Yuya Nishihara
record: add new tests for commit interactive (same tests as record)
2015-03-11, by Laurent Charignon
record: add interactive option to the commit command
2015-03-11, by Laurent Charignon
manifest: don't let find() look inside manifestdict
2015-03-10, by Martin von Zweigbergk
largefiles: replace manifestdict.__contains__, don't extend class
2015-03-09, by Martin von Zweigbergk
files: split reusable implementation into cmdutil for subrepo support
2015-03-08, by Matt Harbison
files: use ctx object to access dirstate
2015-03-08, by Matt Harbison
copies: added manifests to computenonoverlap
2015-03-10, by Durham Goode
record: move dorecord from record to cmdutil
2015-03-10, by Laurent Charignon
record: remove dependency on hg module in record
2015-03-10, by Laurent Charignon
record: remove dependency on extensions module in dorecord
2015-03-10, by Laurent Charignon
record: move filterpatch from record to patch
2015-03-10, by Laurent Charignon
patch.internalpatch: add a default value for prefix
2015-03-10, by Siddharth Agarwal
histedit: remove extra histedit constructor call
2015-03-11, by Durham Goode
color: consolidate cut-and-paste code
2015-03-11, by Jordi GutiƩrrez Hermoso
record: move parsepatch from record to patch
2015-03-09, by Laurent Charignon
record: move scanpatch from record to patch
2015-03-09, by Laurent Charignon
record: move hunk class from record to patch
2015-03-09, by Laurent Charignon
record: move countChanges in the hunk class
2015-03-09, by Laurent Charignon
record: move header class from record to patch
2015-03-09, by Laurent Charignon
cmdutil.tryimportone: allow importing relative patches with --bypass
2015-03-10, by Siddharth Agarwal
cmdutil.tryimportone: allow importing relative patches into the working dir
2015-03-09, by Siddharth Agarwal
commands.import: accept a prefix option
2015-03-06, by Siddharth Agarwal
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
tip