Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+100
+300
+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.
changelog: removed bad default arguments in add method
2009-05-15, by Martin Geisler
posixfile: remove posixfile_nt and fix import bug in windows.py
2009-05-13, by Sune Foldager
util: make atomictempfile saner if mktempcopy fails
2009-05-14, by Bryan O'Sullivan
merged with crew-stable
2009-05-14, by Martin Geisler
util: import random, missing since ea82a23cf887
2009-05-14, by Martin Geisler
clone: try updating to the actual changeset specified in options
2009-05-14, by Brett Carter
commit: hoist the rest of the dirstate manipulation out of commitctx
2009-05-14, by Matt Mackall
commit: hoist up dirstate invalidate
2009-05-14, by Matt Mackall
commitctx: use contexts more fully
2009-05-14, by Matt Mackall
context: add new manifestnode method
2009-05-14, by Matt Mackall
commitctx: eliminate some variables
2009-05-14, by Matt Mackall
commit: move lots of commitctx outside of the repo lock
2009-05-14, by Matt Mackall
commit: combine _commitctx and commitctx, drop unused force argument
2009-05-14, by Matt Mackall
editor: move HG: filtering from ui to commiteditor
2009-05-14, by Matt Mackall
grep: make cache LRU rather than unlimited
2009-05-14, by Matt Mackall
commit: move commit editor to cmdutil, pass as function
2009-05-14, by Matt Mackall
context: add p1 and p2 methods
2009-05-14, by Matt Mackall
commit: push repo lock down into _commitctx
2009-05-14, by Matt Mackall
commit: move 'nothing changed' test into commit()
2009-05-14, by Matt Mackall
commit: drop unused p1 and p2 args
2009-05-14, by Matt Mackall
tag: drop unused use_dirstate and parent from _tag()
2009-05-14, by Matt Mackall
filecommit: swallow some bits from _commitctx, add _
2009-05-14, by Matt Mackall
commitctx: replace wctx with ctx
2009-05-14, by Matt Mackall
commitctx: replace two dirstate vars with working
2009-05-14, by Matt Mackall
commitctx: simplify locking
2009-05-14, by Matt Mackall
remove deprecated rawcommit
2009-05-14, by Matt Mackall
patch: copy copies dict before changing it (issue1651)
2009-05-14, by Matt Mackall
status: check cmp list in order
2009-05-14, by Matt Mackall
verify: detect manifest revs not in any changeset
2009-05-14, by Peter Arrenbrecht
localrepo: use more direct vars in addchangegroup
2009-05-14, by Peter Arrenbrecht
localrepo: use cl throughout in addchangegroup
2009-05-14, by Peter Arrenbrecht
revlog: slightly tune group() by not going rev->node->rev
2009-05-14, by Peter Arrenbrecht
drop unused imports
2009-05-14, by Peter Arrenbrecht
indentation cleanup
2009-05-14, by Peter Arrenbrecht
test-debugcomplete: add --show merge option to output
2009-05-14, by Martin Geisler
merge: add -S/--show option to review revisions without merging
2009-05-14, by Dirkjan Ochtman
inotify: Abstract the layer format and sizes to a inotify.common dictionary
2009-05-14, by Nicolas Dumazet
inotify: Coding Style: name classes in lowercase.
2009-05-11, by Nicolas Dumazet
inotify: dic.setdefault(k, d) ; v = dic[k] --> v = dic.setdefault(k, d)
2009-05-08, by Nicolas Dumazet
inotify: make mask a class variable since it's instance-independant
2009-05-08, by Nicolas Dumazet
inotify: RepoWatcher.updatestatus: document & use meaningful parameter names
2009-05-08, by Nicolas Dumazet
inotify: server.walk(): use yield instead of for
2009-05-04, by Nicolas Dumazet
context: replace pseudo-set by real set
2009-05-14, by Simon Heimberg
highlight: updated changed test output
2009-05-14, by Martin Geisler
byterange: fix import error
2009-05-14, by Martin Geisler
convert: adding branchmap functionality to convert extension
2009-05-13, by Michael J. Pedersen
spartan: break long lines in map file
2009-05-13, by Martin Geisler
monoblue: break long lines in map file
2009-05-13, by Martin Geisler
gitweb: break long lines in map file
2009-05-13, by Martin Geisler
coal: break long lines in map file
2009-05-13, by Martin Geisler
paper: break long lines in map file
2009-05-13, by Martin Geisler
hgwebdir: refresh configuration periodically
2009-05-13, by Bryan O'Sullivan
allow toggling when the cursor is on the correct line instead of just the filename text in hg-commit-toggle-file
2009-05-13, by Jonathan Kotta
coal/paper: Wrap diff in <pre/>
2009-05-13, by Rocco Rutte
cmdutil: replace pseudo-set by real set
2009-05-12, by Martin Geisler
i18n-da: fixed unfortunate translation
2009-05-13, by Mikkel Krøigaard
some modernization cleanups, forward compatibility
2009-05-13, by Dirkjan Ochtman
Makefile: fix grammar in comment
2009-05-12, by Greg Ward
windows: avoid deleting non-empty reparse points
2009-05-12, by Henrik Stuart
transaction: add atomic groups to transaction logic
2009-05-11, by Henrik Stuart
mq: add -P/--push option to qimport
2009-05-12, by Dirkjan Ochtman
templater: make the templating engine pluggable to some extent
2009-05-12, by Dirkjan Ochtman
templater: provide the standard template filters by default
2009-05-12, by Dirkjan Ochtman
hgweb: trust config file passed into hgwebdir
2009-05-12, by Dirkjan Ochtman
tests: add test for branches webcommand
2009-05-12, by Dirkjan Ochtman
spartan: add branches page
2009-05-12, by Sune Foldager
gitweb: add branches page
2009-05-11, by Sune Foldager
monoblue: add branches page
2009-05-11, by Sune Foldager
hgweb: use context api in branches webcommand
2009-05-12, by Dirkjan Ochtman
paper/coal: add branches page
2009-05-12, by Sune Foldager
webcommands: add 'branches' command, similar to 'tags'
2009-05-12, by Sune Foldager
test-patchbomb: fix style
2009-05-12, by Rocco Rutte
tests: avoid export FOO=bar bashism
2009-05-11, by Martin Geisler
i18n-da: fix typo and translate rollback messages
2009-05-11, by Martin Geisler
record: better formatting for qrecord help
2009-05-10, by Martin Geisler
util.termwidth: a file-like object may legitimately lack a fileno() method
2009-05-11, by Bryan O'Sullivan
hgweb: get rid of inaccurate hgwebdir.repos_sorted, localize machinery
2009-05-11, by Dirkjan Ochtman
hgwebdir: read --webdir-conf as actual configuration to ui (issue1586)
2009-05-11, by Alexander Solovyov
url: fix bug in passwordmgr related to auth configuration
2009-05-11, by Sune Foldager
mail: updated comment
2009-05-08, by Martin Geisler
add verbose output to compact template style
2009-05-11, by Alexander Solovyov
hgrc.5: fix label delimiter
2009-05-09, by Brodie Rao
util: remove unused bufsize argument in popen[23]
2009-05-09, by Martin Geisler
util: remove ignored mode argument in popen[23]
2009-05-09, by Martin Geisler
i18n-da: synchronized and improved slightly
2009-05-09, by Martin Geisler
copies: don't translate untranslatable string
2009-05-09, by Martin Geisler
inotify: remove the useless 'if st' checks in RepoWatcher.filestatus
2009-05-08, by Nicolas Dumazet
inotify: Clarify the use of "watcher" name.
2009-05-04, by Nicolas Dumazet
inotify: inotify.server.walk() filetype is never used, do not yield it
2009-05-04, by Nicolas Dumazet
allow http authentication information to be specified in the configuration
2009-05-04, by Sune Foldager
patchbomb: quoted-printable encode overly long lines
2009-05-08, by Rocco Rutte
patchbomb: fix quotes in help string
2009-05-09, by Martin Geisler
Windows: improve performance via buffered I/O
2009-05-08, by Bryan O'Sullivan
win32: clarify comment regarding use of fdopen
2009-03-26, by Bryan O'Sullivan
win32: allow catching of both pywintypes.error and WindowsError
2009-03-26, by Bryan O'Sullivan
atomictempfile: delegate to posixfile instead of inheriting from it
2009-03-26, by Bryan O'Sullivan
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
+30000
tip