This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Desktop$ hg init TestHg | |
Desktop$ cd TestHg/ | |
TestHg$ touch A | |
TestHg$ hg ci -Am "First A" | |
adding A | |
TestHg$ mkdir sub1 | |
TestHg$ hg cp A sub1/A | |
TestHg$ hg ci -Am "sub1 A" | |
TestHg$ mkdir sub2 | |
TestHg$ hg cp A sub2/A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
base | |
rdm git://github.com/sr105/rdm-base (fetch) | |
rdm git://github.com/sr105/rdm-base (push) | |
* (no branch) 9471f9e Modify freescale base for RDM and wandboard dual | |
remotes/m/master -> rdm/master | |
remotes/rdm/master 9471f9e Modify freescale base for RDM and wandboard dual | |
meta-fsl-arm | |
yocto git://git.yoctoproject.org/meta-fsl-arm (fetch) | |
yocto git://git.yoctoproject.org/meta-fsl-arm (push) | |
* (no branch) af392c2 gst-fsl-plugin: Activate gstreamer AAC decoder. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// QPropertyModel | |
// - a class for easily turning any QObject-derived subclass with properties into a one-row model | |
// | |
// Copyright 2013 - Harvey Chapman <[email protected]> | |
// Source: https://gist.github.com/sr105/7955969 | |
// License: | |
// This work is licensed under the Creative Commons Attribution-ShareAlike | |
// 4.0 International License. To view a copy of this license, visit | |
// http://creativecommons.org/licenses/by-sa/4.0/deed.en_US. | |
// |
NewerOlder