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.
mergetools: refine vimdiff warning message
stable
2013-02-15, by Kevin Bullock
mergetools: vimdiff issue a warning explaining how to abort
stable
2013-02-15, by Pierre-Yves David
httppeer: improve protocol check
2013-02-17, by Matt Mackall
httppeer: avoid large dumps when we don't see an hgweb repo
2013-02-17, by Matt Mackall
mergetools: refine vimdiff warning message
2013-02-15, by Kevin Bullock
mergetools: vimdiff issue a warning explaining how to abort
2013-02-15, by Pierre-Yves David
dispatch: also a separate warning message on aliases with --config
2013-02-12, by Simon Heimberg
extensions: remove erroneous comment
2013-02-14, by Kevin Bullock
blackbox: do not translate the log messages
2013-02-13, by Durham Goode
scmutil: split platform-specific bits into their own modules
2013-02-12, by Kevin Bullock
backout: call cmdutil.commit directly instead of commands.commit
2013-02-12, by Kevin Bullock
commit: factor out status printing into a helper function
2013-02-12, by Kevin Bullock
backout: remove unnecessary dict copy
2013-02-12, by Kevin Bullock
backout: remove unnecessary frobbing of addremove option
2013-02-12, by Kevin Bullock
backout: use cmdutil.revert directly instead of commands.revert
2013-02-12, by Kevin Bullock
merge with stable
2013-02-13, by Kevin Bullock
check-code: warn about line glob match with no glob character (?*/)
2013-02-13, by Simon Heimberg
tests: remove glob from output lines containing no glob character
2013-02-13, by Simon Heimberg
tests: inform on Windows about unnecessary glob lines
2012-10-15, by Simon Heimberg
tests: quickly check if the glob line already matches the output
2013-02-13, by Simon Heimberg
tests: append glob to filename output when required (windows)
stable
2013-02-13, by Simon Heimberg
util: make ensuredirs safer against races
2013-02-13, by Bryan O'Sullivan
blackbox: only show new heads on incoming
2013-02-13, by Durham Goode
blackbox: fix copyright
2013-02-13, by Bryan O'Sullivan
blackbox: fix a failing pyflakes test
2013-02-12, by Bryan O'Sullivan
blackbox: tests for the blackbox extension
2013-02-09, by Durham Goode
blackbox: adds a 'blackbox' command for viewing recent logs
2013-02-09, by Durham Goode
blackbox: log incoming changes via ui.log()
2013-02-09, by Durham Goode
blackbox: logs python and extension hooks via ui.log()
2013-02-09, by Durham Goode
blackbox: log the commands that are run
2013-02-09, by Durham Goode
blackbox: adds a blackbox extension
2013-02-12, by Durham Goode
scmutil: create directories in a race-safe way during update
2013-02-11, by Bryan O'Sullivan
Merge
2013-02-11, by Bryan O'Sullivan
test-atomictempfile: convert to unit test
2013-02-09, by Idan Kamara
tests: add a test runner utility that prints nothing when all tests pass
2013-02-09, by Idan Kamara
hgweb: consistent author name width
2013-02-10, by Dan Villiom Podlaski Christiansen
dirstate: fix generator/list error when using python 2.7
2013-02-10, by Durham Goode
mq: comply with filtering when injecting fake tags (issue3812)
2013-02-11, by Pierre-Yves David
commit: factor out post-commit cleanup into workingctx
2013-02-08, by David Schleimer
localrepo: use workingctx for validation in commit
2013-02-08, by David Schleimer
localrepo: create context used for actual commit earlier
2013-02-08, by David Schleimer
merge with crew-stable
2013-02-11, by Thomas Arendsen Hein
debugobsolete: improve command help
stable
2013-02-09, by Pierre-Yves David
import: don't rollback on failed import --exact (issue3616)
2013-02-10, by Kevin Bullock
Merge
2013-02-10, by Bryan O'Sullivan
Merge
2013-02-10, by Bryan O'Sullivan
merge crew and main
2013-02-11, by Benoit Boissinot
merge crew and main
2013-02-11, by Benoit Boissinot
manifestmerge: fix order in which manifests are fetched
2013-02-10, by Siddharth Agarwal
merge: run _forgetremoved after manifestmerge
2013-02-10, by Siddharth Agarwal
dirstate: disable gc while parsing the dirstate
2013-02-10, by Siddharth Agarwal
export: show 'Date' header in a format that also is readable for humans
2013-02-08, by Mads Kiilerich
factotum: fix urllib2 import so it no longer relies on a demandimport bug
2013-02-10, by Mads Kiilerich
hgweb: make the test suite use hgweb in a more WSGI compliant way
2013-01-27, by Mads Kiilerich
hgweb: simplify internal staticfile return codes
2013-02-10, by Mads Kiilerich
spelling: fix some minor issues found by spell checker
2013-02-10, by Mads Kiilerich
bundlerepo: replace basemap with the base field in the index
2013-02-08, by Mads Kiilerich
profiling: replace '+' markup of nested lines with indentation
2013-02-08, by Mads Kiilerich
Merge crew and main.
2013-02-10, by Augie Fackler
merge: don't fiddle with name lookups or i18n in hot loops
2013-02-09, by Bryan O'Sullivan
merge: apply non-interactive working dir updates in parallel
2013-02-09, by Bryan O'Sullivan
worker: allow a function to be run in multiple worker processes
2013-02-09, by Bryan O'Sullivan
worker: partition a list (of tasks) into equal-sized chunks
2013-02-09, by Bryan O'Sullivan
worker: estimate whether it's worth running a task in parallel
2013-02-09, by Bryan O'Sullivan
worker: count the number of CPUs
2013-02-09, by Bryan O'Sullivan
tests: getremove test output changes (fold into previous patch)
2013-02-09, by Bryan O'Sullivan
merge: report non-interactive progress in chunks
2013-02-09, by Bryan O'Sullivan
merge: handle subrepo merges and .hgsubstate specially
2013-02-09, by Bryan O'Sullivan
tests: update test output (will be folded into parent)
2013-02-09, by Bryan O'Sullivan
merge: split out mostly-non-interactive working dir updates
2013-02-09, by Bryan O'Sullivan
extensions: obsolete and remove interhg extension
2013-02-09, by Angel Ezquerra
hgweb: apply the websub filter to revision descriptions
2013-02-09, by Angel Ezquerra
hgweb: add websub template filter
2013-02-08, by Angel Ezquerra
addremove: don't audit the path for paths already in the dirstate
2013-02-05, by Durham Goode
dirstate: walk returns None for files that have a symlink in their path
2013-02-04, by Durham Goode
pathauditor: add check() method
2013-02-05, by Durham Goode
summary: add missing space for updated active bookmark display
2013-02-09, by Matt Mackall
summary: show active bookmark even if not at current changeset
2013-02-08, by Kevin Bullock
summary: simplify handling of active bookmark
2013-01-27, by Kevin Bullock
summary: test that current bookmark isn't shown
2013-02-08, by Kevin Bullock
merge crew heads
2013-02-09, by Kevin Bullock
merge with stable
2013-02-09, by Kevin Bullock
outgoing: fix possible filtering crash in outgoing (issue3814)
stable
2013-02-09, by Pierre-Yves David
test: display used python hash seed
2013-01-30, by Pierre-Yves David
outgoing: fix possible filtering crash in outgoing (issue3814)
2013-02-09, by Pierre-Yves David
parsedate: understand "now" as a shortcut for the current time
2013-02-09, by Augie Fackler
export: clobber files with -o (bc) (issue3652)
2013-02-09, by Augie Fackler
merge: don't call copies.mergecopies unless we need to
2013-02-09, by Bryan O'Sullivan
merge: rename p1 to wctx in manifestmerge
2013-02-09, by Bryan O'Sullivan
largefiles: fix test and check code
2013-02-09, by Na'Tosha Bard
histedit: always abort with same message when working dir is wrong.
2013-08-03, by Simon Heimberg
histedit: report when revisions to edit are not ancestors of working dir
2013-08-03, by Simon Heimberg
Merge
2013-02-09, by Bryan O'Sullivan
manifestmerge: handle abort on local unknown, remote created files
2013-02-09, by Siddharth Agarwal
manifestmerge: pass in branchmerge and force separately
2013-02-08, by Siddharth Agarwal
manifest: use a size 3 LRU cache to store parsed manifests
2013-02-09, by Siddharth Agarwal
util: add an LRU cache dict
2013-02-09, by Siddharth Agarwal
tests: remove last two check-code warnings about killdaemons
2013-02-09, by Kevin Bullock
tests: guard against obsolete markers in the hg repo itself
2013-02-09, by Kevin Bullock
largefiles: make caching largefiles message more explicit
2013-02-09, by Na'Tosha Bard
largefiles: document behavior of caching largefiles for new heads
2013-02-09, by Na'Tosha Bard
check-code: add Makefile target to run check-code
2013-02-09, by Benoit Boissinot
byterange: remove now-unused sys import
2013-02-09, by Augie Fackler
test-obsolete.t: migrate to killdaemons from kill `cat pidfile`
2013-02-09, by Augie Fackler
test-inotify.t: migrate to killdaemons from kill `cat pidfile`
2013-02-09, by Augie Fackler
test-inotify-lookup.t: migrate to killdaemons from kill `cat pidfile`
2013-02-09, by Augie Fackler
test-inotify-issue1556.t: migrate to killdaemons from kill `cat pidfile`
2013-02-09, by Augie Fackler
test-inotify-issue1542.t: migrate to killdaemons from kill `cat pidfile`
2013-02-09, by Augie Fackler
test-inotify-issue1371.t: switch to killdaemons from kill `cat pidfile`
2013-02-09, by Augie Fackler
test-inotify-debuginotify.t: migrate to killdaemons from kill `cat pidfile`
2013-02-09, by Augie Fackler
test-hgweb-raw.t: use killdaemons instead of kill `cat pidfile`
2013-02-09, by Augie Fackler
test-https.t: stop using kill `cat $pidfile`
2013-02-09, by Augie Fackler
changelog: hexlify node when throwing a LookupError on a filtered node
2013-02-09, by Augie Fackler
byterange: remove old two-arg raise trick
2013-02-08, by Augie Fackler
revlog: document v0 format
2013-02-09, by Benoit Boissinot
merge crew heads
2013-02-09, by Kevin Bullock
merge with mpm stable
2013-02-09, by Kevin Bullock
templater: add get() function to access dict element (e.g. extra)
2013-02-08, by Benoit Boissinot
templates: export extra as a dict to templates
2013-02-08, by Benoit Boissinot
Added signature for changeset 7511d4df752e
stable
2013-02-08, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip