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.
help: fix typos in txnclose and txnabort documentation
stable
2015-04-21, by Wagner Bruna
util: fix the check for non-C99 compilers (issue4605)
stable
2015-04-20, by Kevin Bullock
histedit: fix rollup prompting for a commit message (issue4606)
stable
2015-04-20, by Durham Goode
test-hook.t: don't directly use redirect to /dev/null in hook for Windows
stable
2015-04-20, by Matt Harbison
mq: avoid silent failure when single patch doesn't apply (issue4604)
stable
2015-04-20, by Matt Mackall
pushkey: flush pending data before running a pre-pushkey hook (issue4607)
stable
2015-04-20, by Pierre-Yves David
pushkey: use hook arguments from transaction when one exists
stable
2015-04-20, by Pierre-Yves David
util.h: also sniff for C99 before trying to use stdbool.h (issue4605)
stable
2015-04-20, by Augie Fackler
changelog: fix readpending if no pending data exist (issue4609)
stable
2015-04-20, by Pierre-Yves David
afterlock: add the callback to the top level lock (issue4608)
stable
2015-04-20, by Pierre-Yves David
debuglock: access the lock file using the proper vfs
stable
2015-04-20, by Pierre-Yves David
status: pass matcher to pathcopies()
stable
2015-04-19, by Martin von Zweigbergk
annotate: prepare ancestry context of workingfilectx
stable
2015-04-18, by Yuya Nishihara
committablefilectx: propagate ancestry info to parent to fix annotation
stable
2015-04-18, by Yuya Nishihara
filectx: extract function to create parent fctx keeping ancestry info
stable
2015-04-18, by Yuya Nishihara
filectx: factor out creation of parent fctx
stable
2015-04-18, by Yuya Nishihara
help: fix typo commited -> committed
stable
2015-04-19, by Javi Merino
largefiles: don't mangle filesets when fixing up the log matcher
stable
2015-04-18, by Matt Harbison
largefiles: don't crash when cloning to a remote repo
stable
2015-04-18, by Matt Harbison
run-tests: don't error when glob matched line ends with backslash
stable
2015-04-17, by Gregory Szorc
histedit: change state format to allow non-hash lines
stable
2015-04-17, by Durham Goode
tests: fix portability issue with test-merge-tools
stable
2015-04-17, by Matt Mackall
test-rename-merge2: fix test failure on Windows
stable
2015-04-17, by Matt Harbison
test-add.t: fix output difference between Windows and OS X (issue4603)
stable
2015-04-17, by Matt Harbison
tags: do not abort if failed to write lock file to save cache
stable
2015-04-17, by Yuya Nishihara
Added signature for changeset e89f909edffa
stable
2015-04-16, by Matt Mackall
Added tag 3.4-rc for changeset e89f909edffa
stable
2015-04-16, by Matt Mackall
merge default into stable for 3.4 freeze
stable
3.4-rc
2015-04-16, by Matt Mackall
tests: fix up whitespace complaint
2015-04-16, by Matt Mackall
tests: fix test-tags on vfat
2015-04-16, by Matt Mackall
tests: ignore sha512 flag in bundle2 for py2.4
2015-04-16, by Matt Mackall
bundle2-localpeer: properly propagate the server output on error (issue4594)
2015-04-16, by Pierre-Yves David
bundle2: add on more layer of exception catching in localrepo.unbundle
2015-04-16, by Pierre-Yves David
bundle2-wireproto: properly propagate the server output on error (issue4594)
2015-04-16, by Pierre-Yves David
bundle2: refactor error bundle creation for the wireprotocol
2015-04-16, by Pierre-Yves David
bundle2: store the salvaged output on the exception object
2015-04-16, by Pierre-Yves David
bundle2: add a 'salvageoutput' method on bundle20
2015-04-16, by Pierre-Yves David
bundle2: add a 'copy' method on parts
2015-04-16, by Pierre-Yves David
hooks: add a 'txnabort' hook
2015-04-16, by Pierre-Yves David
help: document the ''HG_TXNID'' environment variable during hooks
2015-04-16, by Pierre-Yves David
match: add a subclass for dirstate normalizing of the matched patterns
2015-04-12, by Matt Harbison
match: move _normalize() into the match class
2015-04-12, by Matt Harbison
largefiles: always consider updatelfiles 'checked' parameter set
2015-01-17, by Mads Kiilerich
largefiles: for update -C, only update largefiles when necessary
2015-04-15, by Mads Kiilerich
subrepo: calculate _relpath for hgsubrepo based on self instead of parent
2015-04-15, by Matt Harbison
subrepo: backout 93b0e0db7929 to restore reporelpath()
2015-04-15, by Matt Harbison
rollback: clear resolve state (issue4593)
2015-04-16, by Matt Mackall
diff: pass the diff matcher to the copy logic
2015-04-16, by Durham Goode
copies: add matcher parameter to copy logic
2015-04-16, by Durham Goode
treemanifest: extract parse method from constructor
2015-04-12, by Martin von Zweigbergk
manifest: duplicate call to addrevision()
2015-04-12, by Martin von Zweigbergk
record: add message when starting record's curses interface
2015-04-16, by Laurent Charignon
subrepo: add include/exclude support for diffing git subrepos
2015-04-14, by Mathias De Maré
revset: undocument wdir() until its command outputs get stable
2015-04-12, by Yuya Nishihara
linkrev: fix issue with annotate of working copy
2015-04-16, by Matt Mackall
merge with stable
2015-04-16, by Matt Mackall
histedit: delete all non-actionclass related code
2015-04-04, by Durham Goode
histedit: improve roll action integration with fold
2015-04-04, by Durham Goode
histedit: move finishfold into fold class
2015-04-04, by Durham Goode
histedit: convert fold/roll actions into a class
2015-04-04, by Durham Goode
histedit: convert edit action into a class
2015-04-04, by Durham Goode
histedit: convert message action into a class
2015-04-04, by Durham Goode
histedit: convert drop action into a class
2015-04-04, by Durham Goode
histedit: convert pick action into a class
2015-04-04, by Durham Goode
histedit: integrate action class into flow
2015-04-04, by Durham Goode
histedit: add a new histeditaction class
2015-04-04, by Durham Goode
histedit: allow histedit --continue when not on a descendant (BC)
2015-04-04, by Durham Goode
tags: explicitly log which tags cache file is being written
2015-04-16, by Gregory Szorc
tags: write a separate tags cache file for unfiltered repos
2015-04-16, by Gregory Szorc
tags: return empty list of heads for no .hgtags case
2015-04-16, by Gregory Szorc
tags: change format of tags cache files
2015-04-16, by Gregory Szorc
tags: don't read .hgtags fnodes from tags cache files
2015-04-16, by Gregory Szorc
rebase: restore bookmark state on abort
2015-04-13, by Tony Tung
histedit: store backup file before histedit
2015-04-04, by Durham Goode
histedit: replace pickle with custom serialization
2015-04-13, by Durham Goode
devel-warn: add a prefix to all messages ("devel-warn: ")
2015-04-15, by Pierre-Yves David
push: acquire local 'wlock' if "pushback" is expected (BC) (issue4596)
2015-04-15, by Pierre-Yves David
annotate: always prepare ancestry context of base fctx (issue4600)
stable
2015-04-16, by Yuya Nishihara
unbundle: acquire 'wlock' when processing bundle2 (BC) (issue4596)
2015-04-15, by Pierre-Yves David
run-test: enable the devel warning during tests
2015-04-12, by Pierre-Yves David
wlock: do not warn for non-wait locking
2015-04-12, by Pierre-Yves David
develwarn: include call site in the simple message version
2015-04-12, by Pierre-Yves David
develwarn: handle the end of line inside the function itself
2015-04-12, by Pierre-Yves David
develwarn: refactor the developer warning logic
2015-04-12, by Pierre-Yves David
lock: update the docstring with order information
2015-04-15, by Pierre-Yves David
wlock: reword the devel warning
2015-04-12, by Pierre-Yves David
wlock: only issue devel warning when actually acquiring the lock
2015-04-12, by Pierre-Yves David
bundle2: flush output in a part in all cases
2015-04-11, by Pierre-Yves David
run-tests: also follow symlink when update PATH with 'run-tests.py' dir
2015-04-11, by Pierre-Yves David
bundle2: fix names for error part handler
2015-04-11, by Pierre-Yves David
transaction: introduce a transaction ID, to be available to all hooks
2015-04-15, by Pierre-Yves David
transaction: actually use tr.hookargs in pretxnclose
2015-04-14, by Pierre-Yves David
bundle2: use unbundle source as transaction name
2015-04-11, by Pierre-Yves David
tags: have a different cache file per filter level
2015-04-15, by Pierre-Yves David
parsers: when available, use a presized dictionary for the file foldmap
2015-04-15, by Siddharth Agarwal
tags: extract .hgtags filenodes cache to a standalone file
2015-04-15, by Gregory Szorc
extensions: extract partial application into a bind() function
2015-04-15, by Eric Sumner
obsolete: experimental flag to get debug about obsmarkers exchange
2015-04-14, by Pierre-Yves David
bundle2: add an 'idx' argument to the 'getbundle2partsgenerator'
2015-04-14, by Pierre-Yves David
bundle2: add an 'idx' argument to the 'b2partsgenerator'
2015-04-14, by Pierre-Yves David
rpms: create missing builds dir if it doesn't exist
2015-04-14, by Mads Kiilerich
rpms: for packages with their own python, put it in /opt/python-hg
2015-04-14, by Mads Kiilerich
branchcache: stay silent if failing to read cache files
2015-01-14, by Mads Kiilerich
merge: better debug messages before/after invoking external merge tool
2015-03-19, by Mads Kiilerich
subrepo: use vfs.walk instead of os.walk
2015-04-11, by FUJIWARA Katsunori
vfs: add walk
2015-04-11, by FUJIWARA Katsunori
subrepo: pass wvfs to _sanitize instead of absolute path to a subrepository
2015-04-11, by FUJIWARA Katsunori
repoview: move function for computing filtered hash
2015-04-01, by Gregory Szorc
revset: don't import discovery at module level
2015-04-14, by Gregory Szorc
transaction: add missing newline to message
2015-04-14, by Michael O'Connor
cat: disable optimization of single file case for workingctx
2015-04-05, by Yuya Nishihara
committablectx: override manifestnode() to return None
2015-04-09, by Yuya Nishihara
cat: use ctx.manifestnode() in place of ctx._changeset[0]
2015-04-11, by Yuya Nishihara
changegroup: flush the ui stdio buffers after adding a changegroup
2015-04-10, by Matt Harbison
hook: forcibly flush stderr for Windows test stability
2015-04-10, by Matt Harbison
json: implement {fileannotate} template
2015-04-10, by Gregory Szorc
json: implement {comparison} template
2015-04-10, by Gregory Szorc
json: implement {filediff} template
2015-04-10, by Gregory Szorc
hgweb: expose raw line numbers to templates
2015-04-10, by Gregory Szorc
revert: stop marking files clean after interactive revert (issue4592)
2015-04-11, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip