log

age author description
Sat, 14 Jul 2012 18:55:21 +0200 Patrick Mezard graphlog: extract revset/support functions into cmdutil
Wed, 11 Jul 2012 17:13:39 +0200 Patrick Mezard graphlog: extract ascii drawing code into graphmod
Sun, 24 Jun 2012 18:11:52 +0200 Patrick Mezard patchbomb: rewrite getoutgoing() with revsets
Sun, 24 Jun 2012 17:39:27 +0200 Patrick Mezard patchbomb: support --outgoing and revsets
Sat, 14 Jul 2012 19:21:31 +0200 Patrick Mezard patchbomb: make --outgoing ignore secret changesets
Sun, 15 Jul 2012 14:48:50 -0500 Matt Mackall merge with stable
Fri, 06 Jul 2012 01:14:02 -0300 Wagner Bruna convert: make filemap renames consistently override revision renames stable
Fri, 06 Jul 2012 19:34:09 +0200 Pierre-Yves David obsolete: compute extinct changesets
Tue, 10 Jul 2012 01:39:03 +0200 Pierre-Yves David push: refuse to push unstable changesets without force
Fri, 06 Jul 2012 00:18:09 +0200 Pierre-Yves David obsolete: compute unstable changeset
Fri, 06 Jul 2012 19:29:10 +0200 Pierre-Yves David revset: add an `obsolete` symbol
Tue, 10 Jul 2012 01:32:18 +0200 Pierre-Yves David push: refuse to push obsolete changesets
Thu, 05 Jul 2012 19:53:04 +0200 Pierre-Yves David push: accept revset argument for --rev
Fri, 06 Jul 2012 19:48:19 +0200 Pierre-Yves David check-code: recognise %= as an operator
Wed, 04 Jul 2012 08:55:16 +0200 Simon Heimberg tests: do exclude what is expected
Fri, 06 Jul 2012 00:48:45 +0200 Mads Kiilerich parsers.c: remove warning: 'size' may be used uninitialized in this function
Wed, 11 Jul 2012 16:47:33 +0200 Patrick Mezard graphlog: remove unused ASCIIDATA constant
Wed, 11 Jul 2012 17:10:21 +0200 Patrick Mezard graphlog: make functions private, fix names
Wed, 11 Jul 2012 17:05:20 +0200 Patrick Mezard graphlog: remove unused get_revs() function
Fri, 06 Jul 2012 18:45:27 +0900 FUJIWARA Katsunori localrepo: use file API via vfs while ensuring repository directory
Fri, 06 Jul 2012 18:45:27 +0900 FUJIWARA Katsunori localrepo: use "vfs" intead of "opener" while ensuring repository directory
Fri, 06 Jul 2012 18:45:27 +0900 FUJIWARA Katsunori localrepo: use the path relative to "self.vfs" instead of "path" argument
Fri, 06 Jul 2012 18:45:27 +0900 FUJIWARA Katsunori localrepo: use "self.wvfs.join()" instead of "os.path.join()"
Fri, 06 Jul 2012 18:45:27 +0900 FUJIWARA Katsunori localrepo: use path expansion API via vfs
Fri, 06 Jul 2012 18:45:26 +0900 FUJIWARA Katsunori localrepo: add "vfs" fields to "localrepository" for migration from "opener"
Fri, 13 Jul 2012 14:49:16 +0200 Na'Tosha Bard largefiles: optimize status by synchronizing lfdirstate with the largefile on update
Mon, 25 Jun 2012 15:14:06 -0700 Bryan O'Sullivan store: abstract out how we retrieve a file's size
Wed, 27 Jun 2012 22:03:27 +0900 FUJIWARA Katsunori mq: check subrepo synchronizations against parent of workdir or other appropriate context
Wed, 27 Jun 2012 22:03:27 +0900 FUJIWARA Katsunori mq: create patch file after commit to import diff of ".hgsubstate" at qrefresh
Wed, 27 Jun 2012 22:03:22 +0900 FUJIWARA Katsunori mq: add ".hgsubstate" to patch target list only if it is not listed up yet